Skip to content
Snippets Groups Projects
Commit 1873adc2 authored by Raphael's avatar Raphael
Browse files

ADB: Garmin-Asus's USB Vendor ID

Change-Id: I3249d629f59d40f291079fc214b643ac6c927f76
parent dc9cf66c
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
#define VENDOR_ID_SONY_ERICSSON 0x0FCE #define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID // Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c #define VENDOR_ID_DELL 0x413c
// Garmin-Asus's USB Vendor ID
#define VENDOR_ID_GARMIN_ASUS 0x091E
/** built-in vendor list */ /** built-in vendor list */
int builtInVendorIds[] = { int builtInVendorIds[] = {
...@@ -65,6 +67,7 @@ int builtInVendorIds[] = { ...@@ -65,6 +67,7 @@ int builtInVendorIds[] = {
VENDOR_ID_ACER, VENDOR_ID_ACER,
VENDOR_ID_SONY_ERICSSON, VENDOR_ID_SONY_ERICSSON,
VENDOR_ID_DELL, VENDOR_ID_DELL,
VENDOR_ID_GARMIN_ASUS,
}; };
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0])) #define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment