Skip to content

Commit

Permalink
Add USB Vendor ID for ECS
Browse files Browse the repository at this point in the history
Change-Id: Ib2fa70204d37f53dc642091eb927d865ddc585b5
  • Loading branch information
ecsgms committed Jul 24, 2013
1 parent 5954ecb commit cae8b9d
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 @@ -153,6 +153,8 @@
#define VENDOR_ID_NOOK 0x2080
// Qisda's USB Vendor ID
#define VENDOR_ID_QISDA 0x1D45
// ECS's USB Vendor ID
#define VENDOR_ID_ECS 0x03fc


/** built-in vendor list */
Expand Down Expand Up @@ -216,6 +218,7 @@ int builtInVendorIds[] = {
VENDOR_ID_MTK,
VENDOR_ID_NOOK,
VENDOR_ID_QISDA,
VENDOR_ID_ECS,
};

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

0 comments on commit cae8b9d

Please sign in to comment.