Re: [v5 5/8] Bluetooth: btrsi: add new rsi bluetooth driver
From: Kalle Valo <hidden>
Date: 2018-02-01 06:58:57
Also in:
linux-bluetooth
From: Kalle Valo <hidden>
Date: 2018-02-01 06:58:57
Also in:
linux-bluetooth
Marcel Holtmann [off-list ref] writes:
quoted
Redpine bluetooth driver is a thin driver which depends on 'rsi_91x' driver for transmitting and receiving packets to/from device. It creates hci interface when attach() is called from 'rsi_91x' module. =20 Signed-off-by: Prameela Rani Garnepudi <redacted> Signed-off-by: Siva Rebbagondla <redacted> Signed-off-by: Amitkumar Karwar <redacted>
[...]
quoted
+module_init(rsi_91x_bt_module_init); +module_exit(rsi_91x_bt_module_exit); +MODULE_AUTHOR("Redpine Signals Inc"); +MODULE_DESCRIPTION("RSI BT driver"); +MODULE_SUPPORTED_DEVICE("RSI-BT"); +MODULE_LICENSE("Dual BSD/GPL=E2=80=9D);Acked-by: Marcel Holtmann <marcel@holtmann.org> Reviewed-by: Marcel Holtmann <marcel@holtmann.org>
So how should we handle the logistics, should all these go via wireless-drivers-next tree or what's the plan? --=20 Kalle Valo