mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: GKI: Covnert Bluetooth HIDP as module
CONFIG_BT_HIDP: HIDP protocol support
HIDP (Human Interface Device Protocol) is a transport
layer for HID reports. HIDP is required for the Bluetooth
Human Interface Device Profile.
Bug: 232431151
Test: TH
Change-Id: Ibe9ed98370ecc9c9825c3a735070817d16254138
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
(cherry picked from commit 4747c631a4)
This commit is contained in:
@@ -31,6 +31,7 @@ _common_gki_modules_list = [
|
||||
"drivers/usb/serial/usbserial.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/8021q/8021q.ko",
|
||||
"net/bluetooth/hidp/hidp.ko",
|
||||
"net/bluetooth/rfcomm/rfcomm.ko",
|
||||
"net/can/can-bcm.ko",
|
||||
"net/can/can-gw.ko",
|
||||
|
||||
@@ -7,6 +7,7 @@ drivers/usb/serial/ftdi_sio.ko
|
||||
drivers/usb/serial/usbserial.ko
|
||||
mm/zsmalloc.ko
|
||||
net/8021q/8021q.ko
|
||||
net/bluetooth/hidp/hidp.ko
|
||||
net/bluetooth/rfcomm/rfcomm.ko
|
||||
net/can/can-bcm.ko
|
||||
net/can/can-gw.ko
|
||||
|
||||
@@ -260,7 +260,7 @@ CONFIG_CAN_GW=m
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_RFCOMM=m
|
||||
CONFIG_BT_RFCOMM_TTY=y
|
||||
CONFIG_BT_HIDP=y
|
||||
CONFIG_BT_HIDP=m
|
||||
CONFIG_BT_HCIBTSDIO=y
|
||||
CONFIG_BT_HCIUART=y
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
|
||||
@@ -250,7 +250,7 @@ CONFIG_CAN_GW=m
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_RFCOMM=m
|
||||
CONFIG_BT_RFCOMM_TTY=y
|
||||
CONFIG_BT_HIDP=y
|
||||
CONFIG_BT_HIDP=m
|
||||
CONFIG_BT_HCIBTSDIO=y
|
||||
CONFIG_BT_HCIUART=y
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
|
||||
Reference in New Issue
Block a user