Skip to content

Commit

Permalink
Add new USB vendor IDs.
Browse files Browse the repository at this point in the history
Change-Id: Ie3b1ee09c67c4c8fdb294cfc99fa28e4ebe8dfae
  • Loading branch information
Xavier Ducrohet committed Sep 28, 2010
1 parent c29919c commit f62b23f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions adb/usb_vendors.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
#define VENDOR_ID_PMC 0x04DA
// Toshiba's USB Vendor ID
#define VENDOR_ID_TOSHIBA 0x0930
// SK Telesys's USB Vendor ID
#define VENDOR_ID_SK_TELESYS 0x1F53
// KT Tech's USB Vendor ID
#define VENDOR_ID_KT_TECH 0x3403


/** built-in vendor list */
Expand All @@ -99,6 +103,8 @@ int builtInVendorIds[] = {
VENDOR_ID_NEC,
VENDOR_ID_PMC,
VENDOR_ID_TOSHIBA,
VENDOR_ID_SK_TELESYS,
VENDOR_ID_KT_TECH,
};

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

0 comments on commit f62b23f

Please sign in to comment.