summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
AgeCommit message (Expand)Author
2025-10-17bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb
2025-05-14rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev
2025-04-29rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev
2024-11-07ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.Vladimir Kondratyev
2024-11-07ng_ubt_intel: Ignore unexpected HCI eventsVladimir Kondratyev
2024-11-07ng_ubt_intel: Allow to attach to 9260 bluetooth adaptorsVladimir Kondratyev
2024-08-16ng_ubt: Add blacklist entries for MediaTek MT7925Kevin Lo
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-03ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky
2022-05-09ng_ubt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-08ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky
2021-12-07ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky
2021-12-07ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky
2021-12-05ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston
2021-09-29bluetooth: complete removal of ng_h4Warner Losh
2021-04-15ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev
2021-04-15ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev
2021-04-15ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev
2021-01-07pccard: Remove bt3c(4) driverWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-23ng_ubt: Add a device ID.Mark Johnston
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-05-28Fix check for wMaxPacketSize in USB bluetooth driver,Hans Petter Selasky
2019-08-21Use MTX_NEW instead of bzero().Xin LI
2019-08-21Fix a panic in ubt_do_hci_request.Xin LI
2019-08-18ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.Vladimir Kondratyev
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff
2014-01-09Be much more specific (and correct) about the device id matching.Adrian Chadd
2013-09-01Add support for the BCM20702A0 chipset, ASUS USB-BT400.Eitan Adler
2013-08-31Sync USB bluetooth product list with Linux.Hans Petter Selasky
2013-07-15PR: kern/168520Craig Rodrigues
2013-07-12PR: kern/168520Craig Rodrigues
2013-04-05Add blacklist entries for Atheros bluetooth device IDs that are known toAdrian Chadd
2012-12-26Use DEVMETHOD_END, as suggested by hselasky@.Raphael Kubo da Costa
2012-12-26Use the correct USB interface macros instead of USB_IF_CSI.Raphael Kubo da Costa
2012-12-26Add vendor IDs for Broadcom USB dongles (BCM20702).Gleb Smirnoff
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-30The USB Bluetooth driver should only grab its own interfaces. This allows theHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2011-05-18usb: fix a missed use of use_generic in r222051Andriy Gapon
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin