summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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: 168520 170096Craig Rodrigues2013-07-151-1/+3
* PR: kern/168520Craig Rodrigues2013-07-121-1/+9
* Fix several typosEitan Adler2013-05-121-1/+1
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* 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-0515-46/+46
* 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
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-075-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-075-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
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-182-8/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-126-21/+21
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Fix typoMaksim Yevmenkin2010-08-021-1/+1
* Get those pesky RFCOMM RPM data bits right. This is likely a noop.Maksim Yevmenkin2009-09-101-2/+2
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-3/+4
* 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
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-14/+9
* 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
* move ng_ubt.c back to its original placeAndrew Thompson2009-05-271-0/+1722
* move ubtbcmfw.c back to its original placeAndrew Thompson2009-05-271-0/+427
* Delete the bluetooth drivers for the old usb stack.Andrew Thompson2009-05-274-3091/+0
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.Ed Schouten2009-04-171-39/+21
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin2009-02-101-14/+6
* Allow unprivileged users to run l2ping(8).Maksim Yevmenkin2009-02-041-5/+0
* Properly return error code to the caller. This should fix the followingMaksim Yevmenkin2009-01-191-20/+26
* Change message severity level from WARN to INFO. This should reduceMaksim Yevmenkin2008-12-241-1/+1
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-2311-46/+41
* Abort transfers on all pipes before closing them. This fixes the crashMaksim Yevmenkin2008-10-031-0/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Implement ratelimiting for debug messages. For now, allow at mostMaksim Yevmenkin2008-08-015-20/+50
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.Maksim Yevmenkin2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.Maksim Yevmenkin2008-08-011-0/+3
* Introduce support for Bluetooth SCO sockets. This is based on olderMaksim Yevmenkin2008-07-303-1/+2132