am 4309d602: Merge "Added Toshiba\'s USB VID (0x0930) upon their request." into gingerbread
Merge commit '4309d602b562eb9f181b0314837e6096577c6c18' into gingerbread-plus-aosp * commit '4309d602b562eb9f181b0314837e6096577c6c18': Added Toshiba's USB VID (0x0930) upon their request.
This commit is contained in:
commit
deafd15f2c
|
@ -75,6 +75,8 @@
|
|||
#define VENDOR_ID_NEC 0x0409
|
||||
// Panasonic Mobile Communication's USB Vendor ID
|
||||
#define VENDOR_ID_PMC 0x04DA
|
||||
// Toshiba's USB Vendor ID
|
||||
#define VENDOR_ID_TOSHIBA 0x0930
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
@ -99,6 +101,7 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_OTGV,
|
||||
VENDOR_ID_NEC,
|
||||
VENDOR_ID_PMC,
|
||||
VENDOR_ID_TOSHIBA,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
Loading…
Reference in New Issue