Skip to content

Commit

Permalink
Add Kobo's USB vendor ID to adb
Browse files Browse the repository at this point in the history
Change-Id: I8b86a851e6478d5e8248df4f1e53f3da4dc4b5e0
  • Loading branch information
Dan Zhang committed Jul 9, 2012
1 parent 984410a commit f53aff6
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 @@ -127,6 +127,8 @@
#define VENDOR_ID_LAB126 0x1949
// Yulong Coolpad's USB Vendor ID
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
// Kobo's USB Vendor ID
#define VENDOR_ID_KOBO 0x2237

/** built-in vendor list */
int builtInVendorIds[] = {
Expand Down Expand Up @@ -176,6 +178,7 @@ int builtInVendorIds[] = {
VENDOR_ID_SONY,
VENDOR_ID_LAB126,
VENDOR_ID_YULONG_COOLPAD,
VENDOR_ID_KOBO,
};

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

0 comments on commit f53aff6

Please sign in to comment.