aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0310-10/+10
* MFC to RELENG_6 ng_ubt.c v1.25Maksim Yevmenkin2005-07-251-1/+2
* 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
* Update Bluetooth code.Maksim Yevmenkin2003-10-122-3/+2
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-282-29/+2
* add missing machine/bus.h that is necessary to build now that usb is bus_dmaJohn-Mark Gurney2003-07-161-0/+1
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstJulian Elischer2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-1010-610/+1745
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* fixes for this driver:Julian Elischer2002-11-261-2/+38
* The second try a committing the bluetooth codeJulian Elischer2002-11-209-0/+4983