diff options
author | Andy Ross <andy.ross@windriver.com> | 2011-05-09 19:11:16 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-05-11 13:50:40 -0400 |
commit | 2a7bccccdb9604a717c2128a931f022267d35629 (patch) | |
tree | bd57240619f9917bd0fc0143d823ade41d15e030 /drivers/bluetooth/btusb.c | |
parent | 23691d75cdc69c3b285211b4d77746aa20a17d18 (diff) |
Bluetooth: Device ids for ath3k on Pegatron Lucid tablets
New ath3k device IDs used on the Pegatron Lucid (ExoPC and WeTab) units.
Signed-off-by: Andy Ross <andy.ross@windriver.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 762a5109c68a..c2de8951e3fb 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -104,6 +104,7 @@ static struct usb_device_id blacklist_table[] = { | |||
104 | 104 | ||
105 | /* Atheros 3011 with sflash firmware */ | 105 | /* Atheros 3011 with sflash firmware */ |
106 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, | 106 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, |
107 | { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE }, | ||
107 | 108 | ||
108 | /* Atheros AR9285 Malbec with sflash firmware */ | 109 | /* Atheros AR9285 Malbec with sflash firmware */ |
109 | { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE }, | 110 | { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE }, |