summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+1
* Second half of the dev_t cleanup.phk2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-20/+20
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Missed these in the last commit.julian2004-05-293-36/+31
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Address few style issues pointed out by bdeemax2004-04-273-13/+13
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-212-0/+4
* Device megapatch 1/6:phk2004-02-212-14/+0
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-261-2/+2
* Change double include protection style in headers to matchemax2003-11-142-2/+2
* Update Bluetooth code.emax2003-10-122-3/+2
* I don't know from where the notion that device driver should orphk2003-09-282-29/+2
* add missing machine/bus.h that is necessary to build now that usb is bus_dmajmg2003-07-161-0/+1
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1010-610/+1745
* Back out M_* changes, per decision of the TRB.imp2003-02-193-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* fixes for this driver:julian2002-11-261-2/+38
* The second try a committing the bluetooth codejulian2002-11-209-0/+4983
OpenPOWER on IntegriCloud