mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is not
supported by ng_ubt(4) driver and needs its own driver. PR: kern/76205 Submitted by: Tim Hemel < bsd AT timit DOT nl > MFC after: 1 week
This commit is contained in:
parent
4aa6beaf60
commit
c18a1440f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146067
@ -274,10 +274,10 @@ USB_MATCH(ubt)
|
||||
* If device violates Bluetooth specification and has bDeviceClass,
|
||||
* bDeviceSubClass and bDeviceProtocol set to wrong values then you
|
||||
* could try to put VendorID/ProductID pair into the list below.
|
||||
* Currently I do not know of any such devices.
|
||||
*/
|
||||
|
||||
Static struct usb_devno const ubt_broken_devices[] = {
|
||||
{ USB_VENDOR_AVM, 0x3800 }, /* AVM USB Bluetooth-Adapter BlueFritz! */
|
||||
{ 0, 0 } /* This should be the last item in the list */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user