aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2410-10/+10
* 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
* Correct typo that could cause FIFO overflow.Maksim Yevmenkin2005-04-061-1/+1
* - Use ng_callout() instead of home-grown implementation.Gleb Smirnoff2005-01-112-22/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-078-8/+24
* Correct typo. Return ENXIO instead of EIO.Maksim Yevmenkin2004-11-191-1/+1
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscMaksim Yevmenkin2004-11-021-7/+9
* Get rid of device nodes interface. It is useless and confusing.Maksim Yevmenkin2004-10-122-532/+1
* MFp4: Last references to dev/usb/usbdevs.h converted.Warner Losh2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.Lukas Ertl2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,Poul-Henning Kamp2004-06-261-10/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-20/+20
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Missed these in the last commit.Julian Elischer2004-05-293-36/+31
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-273-13/+13
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-091-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-212-0/+4
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-14/+0
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-261-2/+2
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-142-2/+2