]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: btusb: Move btusb_recv_event_intel to btintel
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 20 Jul 2023 22:16:32 +0000 (15:16 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:51:53 +0000 (11:51 -0700)
commit123c26311859b1b1848b1cfe80feac228fd5afb5
tree7f40a33e2d7eaec6326b8d583eb4544ad22ddb68
parentf904feefe60c28b6852d5625adc4a2c39426a2d9
Bluetooth: btusb: Move btusb_recv_event_intel to btintel

btusb_recv_event_intel is specific to Intel controllers therefore it
shall be placed inside btintel.c so btusb don't have a mix of vendor
specific code with the generic parts.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel.c
drivers/bluetooth/btintel.h
drivers/bluetooth/btusb.c