summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-2/+2
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-6/+3
* 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-051-6/+6
* 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-241-2/+2
* 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-111-1/+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-231-77/+122
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-31/+31
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-19/+19
* Hook ubt and ubtbcmfw back up to the build.thompsa2009-05-271-2/+1
* move ng_ubt.c back to its original placethompsa2009-05-271-0/+1722
* Delete the bluetooth drivers for the old usb stack.thompsa2009-05-271-2344/+0
* Abort transfers on all pipes before closing them. This fixes the crashemax2008-10-031-0/+5
* 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-111-201/+316
* These modules depend on usb, make that explicitimp2007-06-231-0/+2
* Finish removing usb_port.h compat macros.imp2007-06-181-11/+33
* Remove two more instances of the USBDEV() macro.ru2007-06-131-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Expand USB_ATTACH_SETUP inline.imp2007-06-091-4/+1
* s/USBDEVNAME/device_get_nameunit/gemax2006-09-071-103/+103
* more usb fallout changesmjacob2006-09-071-62/+62
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notemax2005-05-101-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-121-524/+1
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-271-1/+2
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-14/+14
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Missed these in the last commit.julian2004-05-291-12/+10
* Address few style issues pointed out by bdeemax2004-04-271-4/+4
OpenPOWER on IntegriCloud