am 07ad9f2a: Add USB Vendor ID for Fujitsu and Lumigon.
* commit '07ad9f2a127b2836c7d45a503a5f3ef7517218f3': Add USB Vendor ID for Fujitsu and Lumigon.
This commit is contained in:
commit
e0b5579151
1 changed files with 6 additions and 0 deletions
|
|
@ -111,6 +111,10 @@
|
|||
#define VENDOR_ID_ARCHOS 0x0E79
|
||||
// Positivo's USB Vendor ID
|
||||
#define VENDOR_ID_POSITIVO 0x1662
|
||||
// Fujitsu's USB Vendor ID
|
||||
#define VENDOR_ID_FUJITSU 0x04C5
|
||||
// Lumigon's USB Vendor ID
|
||||
#define VENDOR_ID_LUMIGON 0x25E3
|
||||
|
||||
|
||||
/** built-in vendor list */
|
||||
|
|
@ -153,6 +157,8 @@ int builtInVendorIds[] = {
|
|||
VENDOR_ID_PEGATRON,
|
||||
VENDOR_ID_ARCHOS,
|
||||
VENDOR_ID_POSITIVO,
|
||||
VENDOR_ID_FUJITSU,
|
||||
VENDOR_ID_LUMIGON,
|
||||
};
|
||||
|
||||
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue