summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* more usb fallout changesmjacob2006-09-073-75/+86
* Replace inb() and outb() with bus_space_read_1() and bus_space_write_1()emax2006-07-052-8/+12
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-6/+6
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-261-2/+2
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* Fix commentemax2005-09-221-1/+1
* Finish last commit: actually remove compat methods from bt3c_pccard_methodsimp2005-09-221-7/+3
* Remove broken OLDCARD compat shims.imp2005-09-221-16/+4
* 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
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-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
* Correct typo that could cause FIFO overflow.emax2005-04-061-1/+1
* - Use ng_callout() instead of home-grown implementation.glebius2005-01-112-22/+4
* /* -> /*- for license, minor formatting changesimp2005-01-078-8/+24
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
OpenPOWER on IntegriCloud