summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-2/+2
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-112-7/+9
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-6/+6
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-062-8/+4
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-192-3/+0
* Be much more specific (and correct) about the device id matching.adrian2014-01-091-16/+16
* Add support for the BCM20702A0 chipset, ASUS USB-BT400.eadler2013-09-011-0/+1
* Sync USB bluetooth product list with Linux.hselasky2013-08-311-0/+60
* PR: kern/168520rodrigc2013-07-151-9/+1
* PR: kern/168520rodrigc2013-07-121-1/+9
* Add blacklist entries for Atheros bluetooth device IDs that are known toadrian2013-04-051-0/+33
* Use DEVMETHOD_END, as suggested by hselasky@.rakuco2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.rakuco2012-12-261-1/+3
* Add vendor IDs for Broadcom USB dongles (BCM20702).glebius2012-12-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-053-9/+9
* The USB Bluetooth driver should only grab its own interfaces. This allows thehselasky2012-09-301-4/+16
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-6/+6
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-242-3/+3
* usb: fix a missed use of use_generic in r222051avg2011-05-181-4/+5
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-112-2/+0
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-152-52/+52
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-292-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-283-42/+42
* Hook ubt and ubtbcmfw back up to the build.thompsa2009-05-271-2/+1
* move ng_ubt_var.h back to its original placethompsa2009-05-271-0/+131
* move ng_ubt.c back to its original placethompsa2009-05-271-0/+1722
* move ubtbcmfw.c back to its original placethompsa2009-05-271-0/+427
* Delete the bluetooth drivers for the old usb stack.thompsa2009-05-274-3091/+0
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.ed2009-04-171-39/+21
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Abort transfers on all pipes before closing them. This fixes the crashemax2008-10-031-0/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.emax2008-07-291-28/+18
* Dust off old code for support of USB isochronous transfers.emax2008-07-113-215/+341
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-134-188/+174
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.emax2007-07-101-1/+1
* These modules depend on usb, make that explicitimp2007-06-232-0/+4
* Fix build problem caused by a set of typos.delphij2007-06-191-6/+6
* Finish removing usb_port.h compat macros.imp2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Catch up with USB cleanups and fix the worldemax2007-06-131-21/+15
* Eliminate usb_thread_t.imp2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-122-6/+4
* Expand USB_ATTACH_SETUP inline.imp2007-06-092-8/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-072-110/+105
OpenPOWER on IntegriCloud