aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky2022-06-031-27/+40
* ng_ubt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-8/+3
* ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky2021-12-081-0/+1
* ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky2021-12-071-1/+1
* ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky2021-12-071-2/+8
* ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston2021-12-051-0/+7
* bluetooth: complete removal of ng_h4Warner Losh2021-09-304-1262/+0
* ng_ubt: Block attachment of uninitialized Intel Wireless 7265Vladimir Kondratyev2021-04-153-28/+103
* ng_ubt: Use DEFINE_CLASS_1 macro for kobj inheritance.Vladimir Kondratyev2021-04-151-9/+2
* ng_ubt: Do not clear stall before receiving of HCI command response.Vladimir Kondratyev2021-04-151-2/+2
* pccard: Remove bt3c(4) driverWarner Losh2021-01-082-1335/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-17/+7
* ng_ubt: Add a device ID.Mark Johnston2020-08-231-0/+1
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+2
* Fix check for wMaxPacketSize in USB bluetooth driver,Hans Petter Selasky2020-05-281-3/+4
* Use MTX_NEW instead of bzero().Xin LI2019-08-211-2/+1
* Fix a panic in ubt_do_hci_request.Xin LI2019-08-211-0/+1
* ng_ubt(4): do not attach Intel Wireless 8260/8265 in bootloader mode.Vladimir Kondratyev2019-08-183-2/+322
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-6/+6
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-062-8/+4
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-192-3/+0
* Be much more specific (and correct) about the device id matching.Adrian Chadd2014-01-091-16/+16
* Add support for the BCM20702A0 chipset, ASUS USB-BT400.Eitan Adler2013-09-011-0/+1
* Sync USB bluetooth product list with Linux.Hans Petter Selasky2013-08-311-0/+60
* PR: kern/168520Craig Rodrigues2013-07-151-9/+1
* PR: kern/168520Craig Rodrigues2013-07-121-1/+9
* Add blacklist entries for Atheros bluetooth device IDs that are known toAdrian Chadd2013-04-051-0/+33
* Use DEVMETHOD_END, as suggested by hselasky@.Raphael Kubo da Costa2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.Raphael Kubo da Costa2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).Gleb Smirnoff2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-053-9/+9
* The USB Bluetooth driver should only grab its own interfaces. This allows theHans Petter Selasky2012-09-301-4/+16
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-6/+6
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-242-3/+3
* usb: fix a missed use of use_generic in r222051Andriy Gapon2011-05-181-4/+5
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-52/+52
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-292-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-283-42/+42
* Hook ubt and ubtbcmfw back up to the build.Andrew Thompson2009-05-271-2/+1
* move ng_ubt_var.h back to its original placeAndrew Thompson2009-05-271-0/+131