View | Details | Raw Unified | Return to bug 29081
Collapse All | Expand All

(-)a/drivers/bluetooth/ath3k.c (+1 lines)
Lines 65-70 static struct usb_device_id ath3k_table[] = { Link Here
65
     { USB_DEVICE(0x0CF3, 0x3002) },
65
     { USB_DEVICE(0x0CF3, 0x3002) },
66
     { USB_DEVICE(0x0CF3, 0xE019) },
66
     { USB_DEVICE(0x0CF3, 0xE019) },
67
     { USB_DEVICE(0x13d3, 0x3304) },
67
     { USB_DEVICE(0x13d3, 0x3304) },
68
     { USB_DEVICE(0x04ca, 0x3002) },
68
     { USB_DEVICE(0x0930, 0x0215) },
69
     { USB_DEVICE(0x0930, 0x0215) },
69
     { USB_DEVICE(0x0489, 0xE03D) },
70
     { USB_DEVICE(0x0489, 0xE03D) },
70
     { USB_DEVICE(0x0489, 0xE027) },
71
     { USB_DEVICE(0x0489, 0xE027) },
(-)a/drivers/bluetooth/btusb.c (+1 lines)
Lines 123-128 static struct usb_device_id blacklist_table[] = { Link Here
123
     { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
123
     { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
124
     { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
124
     { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
125
     { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
125
     { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
126
     { USB_DEVICE(0x04ca, 0x3002), .driver_info = BTUSB_IGNORE },
126
     { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
127
     { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
127
     { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
128
     { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
128
     { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
129
     { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },

Return to bug 29081