Skip to content

Commit

Permalink
Kindle Fire USB ID
Browse files Browse the repository at this point in the history
Adds Lab126's USB id to the known USB Devices

Change-Id: I3cd5d90bba68123d5d3d2d67e1ab7d60137eb388
Signed-off-by: Jon Sawyer <[email protected]>
  • Loading branch information
radiatatech authored and tpruvot committed May 29, 2012
1 parent 50c1ffc commit bf5ef60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adb/usb_vendors.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
#define VENDOR_ID_INQ_MOBILE 0x2314
// Sony's USB Vendor ID
#define VENDOR_ID_SONY 0x054C
// Lab126's USB Vendor ID
#define VENDOR_ID_LAB126 0x1949

/** built-in vendor list */
int builtInVendorIds[] = {
Expand Down Expand Up @@ -170,6 +172,7 @@ int builtInVendorIds[] = {
VENDOR_ID_QUANTA,
VENDOR_ID_INQ_MOBILE,
VENDOR_ID_SONY,
VENDOR_ID_LAB126,
};

#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
Expand Down

0 comments on commit bf5ef60

Please sign in to comment.