OSDN Git Service

Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 28 Oct 2019 18:25:02 +0000 (20:25 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 23 Jul 2022 00:14:37 +0000 (17:14 -0700)
commit14202eff214e1e941fefa0366d4c3bc4b1a0d500
treeb4d2a080075ca38e475d99e270cbe37a0d98ca16
parent70405f02728e657c32ccfb1d3a2f6a801a948c77
Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet

Fix up the packet type if ISO packets are sent over the bulk endpoint.

Note: This is a stopgap since the Bluetooth specification currently
doesn't define any endpoint to transport ISO packets.

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