mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add blacklist entries for Atheros bluetooth device IDs that are known to
need firmware before they will re-attach as correctly functioning bluetooth devices. Reviewed by: maksim Obtained from: Linux ath3k device driver
This commit is contained in:
parent
068f3d2f84
commit
c36c780d87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249178
@ -386,6 +386,39 @@ static const STRUCT_USB_HOST_ID ubt_ignore_devs[] =
|
||||
{
|
||||
/* AVM USB Bluetooth-Adapter BlueFritz! v1.0 */
|
||||
{ USB_VPI(USB_VENDOR_AVM, 0x2200, 0) },
|
||||
|
||||
/* Atheros 3011 with sflash firmware */
|
||||
{ USB_VPI(0x0cf3, 0x3002, 0) },
|
||||
{ USB_VPI(0x0cf3, 0xe019, 0) },
|
||||
{ USB_VPI(0x13d3, 0x3304, 0) },
|
||||
{ USB_VPI(0x0930, 0x0215, 0) },
|
||||
{ USB_VPI(0x0489, 0xe03d, 0) },
|
||||
{ USB_VPI(0x0489, 0xe027, 0) },
|
||||
|
||||
/* Atheros AR9285 Malbec with sflash firmware */
|
||||
{ USB_VPI(0x03f0, 0x311d, 0) },
|
||||
|
||||
/* Atheros 3012 with sflash firmware */
|
||||
{ USB_VPI(0x0cf3, 0x3004, 0) },
|
||||
{ USB_VPI(0x0cf3, 0x311d, 0) },
|
||||
{ USB_VPI(0x13d3, 0x3375, 0) },
|
||||
{ USB_VPI(0x04ca, 0x3005, 0) },
|
||||
{ USB_VPI(0x04ca, 0x3006, 0) },
|
||||
{ USB_VPI(0x04ca, 0x3008, 0) },
|
||||
{ USB_VPI(0x13d3, 0x3362, 0) },
|
||||
{ USB_VPI(0x0cf3, 0xe004, 0) },
|
||||
{ USB_VPI(0x0930, 0x0219, 0) },
|
||||
{ USB_VPI(0x0489, 0xe057, 0) },
|
||||
{ USB_VPI(0x13d3, 0x3393, 0) },
|
||||
{ USB_VPI(0x0489, 0xe04e, 0) },
|
||||
{ USB_VPI(0x0489, 0xe056, 0) },
|
||||
|
||||
/* Atheros AR5BBU12 with sflash firmware */
|
||||
{ USB_VPI(0x0489, 0xe02c, 0) },
|
||||
|
||||
/* Atheros AR5BBU12 with sflash firmware */
|
||||
{ USB_VPI(0x0489, 0xe03c, 0) },
|
||||
{ USB_VPI(0x0489, 0xe036, 0) },
|
||||
};
|
||||
|
||||
/* List of supported bluetooth devices */
|
||||
|
Loading…
Reference in New Issue
Block a user