diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 01:38:50 -0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 01:38:50 -0200 |
commit | 80f5585a292d087856cbc1ddc64d4f7477244b46 (patch) | |
tree | 7157bf3ad5d559fb2871969753ead318c6522f8a /drivers/bluetooth/ath3k.c | |
parent | 3ad97fbcc233a295f2ccc2c6bdeb32323e360a5e (diff) | |
parent | e733fb62082b3b187870dfba28d5f6730b8436c4 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 into wireless
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index a126e614601..333c21289d9 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -39,6 +39,8 @@ static struct usb_device_id ath3k_table[] = { /* Atheros AR3011 with sflash firmware*/ { USB_DEVICE(0x0CF3, 0x3002) }, + /* Atheros AR9285 Malbec with sflash firmware */ + { USB_DEVICE(0x03F0, 0x311D) }, { } /* Terminating entry */ }; |