Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Bluetooth: Add another AR3012 04ca:3018 device

T: Bus=01 Lev=01 Prnt=01 Port=07 Cnt=04 Dev#= 5 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=04ca ProdID=3018 Rev=00.01
C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org

authored by

Dmitry Tunin and committed by
Marcel Holtmann
441ad62d 89ab37b4

+3
+2
drivers/bluetooth/ath3k.c
··· 94 94 { USB_DEVICE(0x04CA, 0x300f) }, 95 95 { USB_DEVICE(0x04CA, 0x3010) }, 96 96 { USB_DEVICE(0x04CA, 0x3014) }, 97 + { USB_DEVICE(0x04CA, 0x3018) }, 97 98 { USB_DEVICE(0x0930, 0x0219) }, 98 99 { USB_DEVICE(0x0930, 0x021c) }, 99 100 { USB_DEVICE(0x0930, 0x0220) }, ··· 163 162 { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 }, 164 163 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, 165 164 { USB_DEVICE(0x04ca, 0x3014), .driver_info = BTUSB_ATH3012 }, 165 + { USB_DEVICE(0x04ca, 0x3018), .driver_info = BTUSB_ATH3012 }, 166 166 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, 167 167 { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 }, 168 168 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
+1
drivers/bluetooth/btusb.c
··· 219 219 { USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 }, 220 220 { USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 }, 221 221 { USB_DEVICE(0x04ca, 0x3014), .driver_info = BTUSB_ATH3012 }, 222 + { USB_DEVICE(0x04ca, 0x3018), .driver_info = BTUSB_ATH3012 }, 222 223 { USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 }, 223 224 { USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 }, 224 225 { USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },