external/bluetooth/bluedroid
Revisión | bc2419a89f37e879720ff02cae82639297fd07ce (tree) |
---|---|
Tiempo | 2015-01-19 11:33:56 |
Autor | André Vitor <andrevdj@gmai...> |
Commiter | Chih-Wei Huang |
bluedroid: add new usb bluetooth device
@@ -164,6 +164,7 @@ typedef struct | ||
164 | 164 | static struct bt_usb_device btusb_table[] = { |
165 | 165 | /* Generic Bluetooth USB device */ |
166 | 166 | { BT_USB_DEVICE_INFO(0xe0, 0x01, 0x01) }, |
167 | + { BT_USB_DEVICE_INFO(0xef, 0x02, 0x01) }, | |
167 | 168 | { } /* Terminating entry */ |
168 | 169 | }; |
169 | 170 |