Commit ee66401bb94b1f2ce51089c341dcdd25d26ae631

Authored by Gustavo Padovan
1 parent 23b3b1330a

Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn

Foxconn devices has a vendor specific class of device, we will match them
differently now.

Cc: stable@vger.kernel.org
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/bluetooth/btusb.c
... ... @@ -101,7 +101,7 @@
101 101 { USB_DEVICE(0x413c, 0x8197) },
102 102  
103 103 /* Foxconn - Hon Hai */
104   - { USB_DEVICE(0x0489, 0xe033) },
  104 + { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) },
105 105  
106 106 { } /* Terminating entry */
107 107 };