View Single Post
Posts: 12 | Thanked: 23 times | Joined on Jul 2008
#17
Originally Posted by Thesandlord View Post
OK, for me, it worked plug-and-play under Ubuntu

For Windows, I modded the .inf file.

See attached
Yep, a one-line addition worked for me too:

Code:
myhost:android_usb_windows> diff android_usb.inf.gowen android_usb.inf
57a58
> %USB\VID_18D1&PID_0002&MI_01.DeviceDescRelease%=androidusb.Dev, USB\VID_18D1&PID_0002&MI_01
I guess the Windows (and probably MacOS) versions of adb are more picky about matching the device than the Linux version.