]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
CHROMIUM: Bluetooth: Add MD222 [04ca:3008]
authorScott James Remnant <keybuk@chromium.org>
Wed, 2 Jan 2013 22:01:14 +0000 (14:01 -0800)
committerChromeBot <chrome-bot@google.com>
Mon, 7 Jan 2013 19:01:30 +0000 (11:01 -0800)
BUG=chromium-os:37579
TEST=hciconfig shows device and hcitool scan works

Change-Id: I365fd3c8c7863fc634613ae6ad18a01e600572e2
Signed-off-by: Scott James Remnant <keybuk@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/40338
Reviewed-by: Paul Stewart <pstew@chromium.org>
drivers/bluetooth/ath3k.c
drivers/bluetooth/btusb.c

index 0d0141494c7ecb424e3379fa3abe3230fad8e8f3..399aa450479774ebcf315d1fbcd228a2968db51c 100644 (file)
@@ -77,6 +77,7 @@ static struct usb_device_id ath3k_table[] = {
        { USB_DEVICE(0x13d3, 0x3375) },
        { USB_DEVICE(0x04CA, 0x3005) },
        { USB_DEVICE(0x04CA, 0x3006) },
+       { USB_DEVICE(0x04CA, 0x3008) },
        { USB_DEVICE(0x04CA, 0x700B) },
        { USB_DEVICE(0x13d3, 0x3362) },
        { USB_DEVICE(0x0CF3, 0xE004) },
@@ -103,6 +104,7 @@ static struct usb_device_id ath3k_blist_tbl[] = {
        { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
+       { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x700b), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },
index b5cbe27c6e230543e165ad8879bdfc027b5c95e3..eebed6d580a4e0a113e9f14a3833a7be6ca5ae0d 100644 (file)
@@ -139,6 +139,7 @@ static struct usb_device_id blacklist_table[] = {
        { USB_DEVICE(0x13d3, 0x3375), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x3005), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x3006), .driver_info = BTUSB_ATH3012 },
+       { USB_DEVICE(0x04ca, 0x3008), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x04ca, 0x700b), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x13d3, 0x3362), .driver_info = BTUSB_ATH3012 },
        { USB_DEVICE(0x0cf3, 0xe004), .driver_info = BTUSB_ATH3012 },