system/core
修订版 | 07ad9f2a127b2836c7d45a503a5f3ef7517218f3 (tree) |
---|---|
时间 | 2012-01-12 04:55:45 |
作者 | Xavier Ducrohet <xav@andr...> |
Commiter | Xavier Ducrohet |
Add USB Vendor ID for Fujitsu and Lumigon.
Change-Id: Icd013b362366815527834cbf54aa4ecac2b7750d
@@ -111,6 +111,10 @@ | ||
111 | 111 | #define VENDOR_ID_ARCHOS 0x0E79 |
112 | 112 | // Positivo's USB Vendor ID |
113 | 113 | #define VENDOR_ID_POSITIVO 0x1662 |
114 | +// Fujitsu's USB Vendor ID | |
115 | +#define VENDOR_ID_FUJITSU 0x04C5 | |
116 | +// Lumigon's USB Vendor ID | |
117 | +#define VENDOR_ID_LUMIGON 0x25E3 | |
114 | 118 | |
115 | 119 | |
116 | 120 | /** built-in vendor list */ |
@@ -153,6 +157,8 @@ int builtInVendorIds[] = { | ||
153 | 157 | VENDOR_ID_PEGATRON, |
154 | 158 | VENDOR_ID_ARCHOS, |
155 | 159 | VENDOR_ID_POSITIVO, |
160 | + VENDOR_ID_FUJITSU, | |
161 | + VENDOR_ID_LUMIGON, | |
156 | 162 | }; |
157 | 163 | |
158 | 164 | #define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0])) |