Skip to content
Snippets Groups Projects
Commit 775ab9c9 authored by Jon Sawyer's avatar Jon Sawyer
Browse files

Kindle Fire USB ID


Adds Lab126's USB id to the known USB Devices

Change-Id: I3cd5d90bba68123d5d3d2d67e1ab7d60137eb388
Signed-off-by: default avatarJon Sawyer <jon@cunninglogic.com>
parent 4b91e332
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,8 @@ ...@@ -125,6 +125,8 @@
#define VENDOR_ID_INQ_MOBILE 0x2314 #define VENDOR_ID_INQ_MOBILE 0x2314
// Sony's USB Vendor ID // Sony's USB Vendor ID
#define VENDOR_ID_SONY 0x054C #define VENDOR_ID_SONY 0x054C
// Lab126's USB Vendor ID
#define VENDOR_ID_LAB126 0x1949
/** built-in vendor list */ /** built-in vendor list */
int builtInVendorIds[] = { int builtInVendorIds[] = {
...@@ -173,6 +175,7 @@ int builtInVendorIds[] = { ...@@ -173,6 +175,7 @@ int builtInVendorIds[] = {
VENDOR_ID_QUANTA, VENDOR_ID_QUANTA,
VENDOR_ID_INQ_MOBILE, VENDOR_ID_INQ_MOBILE,
VENDOR_ID_SONY, VENDOR_ID_SONY,
VENDOR_ID_LAB126,
}; };
#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