Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
am c424456: am d1e3949: Add usb vendor id for Teleepoch.
Browse files Browse the repository at this point in the history
* commit 'c424456542cacc7d776e1adc859ed1c0e784dee0':
  Add usb vendor id for Teleepoch.
  • Loading branch information
Xavier Ducrohet authored and Android Git Automerger committed Nov 7, 2012
2 parents b64246a + c424456 commit f621d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adb/usb_vendors.c
Expand Up @@ -129,6 +129,9 @@
#define VENDOR_ID_YULONG_COOLPAD 0x1EBF
// Kobo's USB Vendor ID
#define VENDOR_ID_KOBO 0x2237
// Teleepoch's USB Vendor ID
#define VENDOR_ID_TELEEPOCH 0x2340


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

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

0 comments on commit f621d62

Please sign in to comment.