View Single Post
Posts: 12 | Thanked: 23 times | Joined on Jul 2008
#8
Yep, it looks like solca chose that product ID. Looking at http://guug.org/nit/nitdroid/nitdroid_kernel.patch.bz2, in his version of linux-nitdroid/drivers/usb/gadget/android_adb.c he specifies the following:

Code:
+#define DRIVER_VENDOR_ID       0x18D1
+#define DRIVER_PRODUCT_ID      0x0001
If we change the product ID to 0xDEED, then the precompiled adb binaries may work with NITdroid. Of course, solca may have had a good reason for choosing a different product ID...