• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/bluetooth/bluedroid


Commit MetaInfo

Revisiónbc2419a89f37e879720ff02cae82639297fd07ce (tree)
Tiempo2015-01-19 11:33:56
AutorAndré Vitor <andrevdj@gmai...>
CommiterChih-Wei Huang

Log Message

bluedroid: add new usb bluetooth device

Cambiar Resumen

Diferencia incremental

--- a/hci/src/usb.c
+++ b/hci/src/usb.c
@@ -164,6 +164,7 @@ typedef struct
164164 static struct bt_usb_device btusb_table[] = {
165165 /* Generic Bluetooth USB device */
166166 { BT_USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
167+ { BT_USB_DEVICE_INFO(0xef, 0x02, 0x01) },
167168 { } /* Terminating entry */
168169 };
169170