mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:26:14 +02:00
Added hci_usb to kmod-bluetooth. Closes #316
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3263 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bd715b19ae
commit
bcb2f58992
@ -469,7 +469,8 @@ CONFIG_BT_HIDP=m
|
|||||||
#
|
#
|
||||||
# Bluetooth device drivers
|
# Bluetooth device drivers
|
||||||
#
|
#
|
||||||
# CONFIG_BT_HCIUSB is not set
|
CONFIG_BT_HCIUSB=m
|
||||||
|
CONFIG_BT_HCIUSB_SCO=y
|
||||||
CONFIG_BT_HCIUART=m
|
CONFIG_BT_HCIUART=m
|
||||||
CONFIG_BT_HCIUART_H4=y
|
CONFIG_BT_HCIUART_H4=y
|
||||||
CONFIG_BT_HCIUART_BCSP=y
|
CONFIG_BT_HCIUART_BCSP=y
|
||||||
|
@ -562,7 +562,8 @@ CONFIG_BT_HIDP=m
|
|||||||
#
|
#
|
||||||
# Bluetooth device drivers
|
# Bluetooth device drivers
|
||||||
#
|
#
|
||||||
# CONFIG_BT_HCIUSB is not set
|
CONFIG_BT_HCIUSB=m
|
||||||
|
CONFIG_BT_HCIUSB_SCO=y
|
||||||
CONFIG_BT_HCIUART=m
|
CONFIG_BT_HCIUART=m
|
||||||
CONFIG_BT_HCIUART_H4=y
|
CONFIG_BT_HCIUART_H4=y
|
||||||
CONFIG_BT_HCIUART_BCSP=y
|
CONFIG_BT_HCIUART_BCSP=y
|
||||||
|
@ -342,6 +342,7 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
|
|||||||
$(MODULES_DIR)/kernel/net/bluetooth/sco.ko \
|
$(MODULES_DIR)/kernel/net/bluetooth/sco.ko \
|
||||||
$(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \
|
$(MODULES_DIR)/kernel/net/bluetooth/rfcomm/rfcomm.ko \
|
||||||
$(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \
|
$(MODULES_DIR)/kernel/drivers/bluetooth/hci_uart.ko \
|
||||||
|
$(MODULES_DIR)/kernel/drivers/bluetooth/hci_usb.ko \
|
||||||
,CONFIG_BT))
|
,CONFIG_BT))
|
||||||
|
|
||||||
|
|
||||||
|
@ -592,7 +592,8 @@ CONFIG_BT_HIDP=m
|
|||||||
#
|
#
|
||||||
# Bluetooth device drivers
|
# Bluetooth device drivers
|
||||||
#
|
#
|
||||||
# CONFIG_BT_HCIUSB is not set
|
CONFIG_BT_HCIUSB=m
|
||||||
|
CONFIG_BT_HCIUSB_SCO=y
|
||||||
CONFIG_BT_HCIUART=m
|
CONFIG_BT_HCIUART=m
|
||||||
CONFIG_BT_HCIUART_H4=y
|
CONFIG_BT_HCIUART_H4=y
|
||||||
CONFIG_BT_HCIUART_BCSP=y
|
CONFIG_BT_HCIUART_BCSP=y
|
||||||
|
Loading…
Reference in New Issue
Block a user