File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ static struct usb_device_id ath3k_table[] = {
85
85
86
86
/* Atheros AR5BBU22 with sflash firmware */
87
87
{ USB_DEVICE (0x0489 , 0xE03C ) },
88
+ { USB_DEVICE (0x0489 , 0xE036 ) },
88
89
89
90
{ } /* Terminating entry */
90
91
};
@@ -108,6 +109,7 @@ static struct usb_device_id ath3k_blist_tbl[] = {
108
109
109
110
/* Atheros AR5BBU22 with sflash firmware */
110
111
{ USB_DEVICE (0x0489 , 0xE03C ), .driver_info = BTUSB_ATH3012 },
112
+ { USB_DEVICE (0x0489 , 0xE036 ), .driver_info = BTUSB_ATH3012 },
111
113
112
114
{ } /* Terminating entry */
113
115
};
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ static struct usb_device_id blacklist_table[] = {
150
150
151
151
/* Atheros AR5BBU12 with sflash firmware */
152
152
{ USB_DEVICE (0x0489 , 0xe03c ), .driver_info = BTUSB_ATH3012 },
153
+ { USB_DEVICE (0x0489 , 0xe036 ), .driver_info = BTUSB_ATH3012 },
153
154
154
155
/* Broadcom BCM2035 */
155
156
{ USB_DEVICE (0x0a5c , 0x2035 ), .driver_info = BTUSB_WRONG_SCO_MTU },
You can’t perform that action at this time.
0 commit comments