summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* MFC r255090 and r255128:Hans Petter Selasky2013-09-071-0/+61
* MFC r244704, r244714 and r244715:Hans Petter Selasky2013-01-021-1/+7
* MFC r233774:Hans Petter Selasky2012-05-041-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-15/+15
* 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
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+4
* 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
* Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug.Maksim Yevmenkin2008-07-291-28/+18
* Dust off old code for support of USB isochronous transfers.Maksim Yevmenkin2008-07-113-215/+341
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Maksim Yevmenkin2007-08-134-188/+174
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Maksim Yevmenkin2007-07-101-1/+1
* These modules depend on usb, make that explicitWarner Losh2007-06-232-0/+4
* Fix build problem caused by a set of typos.Xin LI2007-06-191-6/+6
* Finish removing usb_port.h compat macros.Warner Losh2007-06-182-26/+71
* Remove two more instances of the USBDEV() macro.Ruslan Ermilov2007-06-131-2/+2
* Catch up with USB cleanups and fix the worldMaksim Yevmenkin2007-06-131-21/+15
* Eliminate usb_thread_t.Warner Losh2007-06-121-4/+5
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-122-6/+4
* Expand USB_ATTACH_SETUP inline.Warner Losh2007-06-092-8/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* s/USBDEVNAME/device_get_nameunit/gMaksim Yevmenkin2006-09-072-110/+105
* more usb fallout changesMatt Jacob2006-09-073-75/+86
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()Maksim Yevmenkin2006-07-052-8/+12
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-6/+6
* Do not manually allocate/free device's softc structure.Maksim Yevmenkin2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanJohn Baldwin2005-10-261-2/+2
* Catch up with new interrupt handling code.Ruslan Ermilov2005-10-261-3/+3
* Use new (inline) functions for calls into driver.Poul-Henning Kamp2005-10-161-2/+1
* Fix commentMaksim Yevmenkin2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsWarner Losh2005-09-221-7/+3
* Remove broken OLDCARD compat shims.Warner Losh2005-09-221-16/+4
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).Maksim Yevmenkin2005-07-191-0/+1
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatMaksim Yevmenkin2005-07-181-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listMaksim Yevmenkin2005-05-281-4/+6
* Mark AVM USB Bluetooth-Adapter BlueFritz! as "broken". This device is notMaksim Yevmenkin2005-05-101-1/+1