summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ubt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop if_ubt.c originally from freebsd and replace with ubt.c fromgwk2007-05-301-1756/+0
* unbreak, and remove the "goto bad's".fkr2007-05-281-47/+41
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-13/+14
* %z in printf(9) is not the same as %z in printf(3). Change to %luray2007-05-231-5/+5
* Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@,matthieu2007-05-221-3/+4
* Remove le{16,32}toh macrosjsg2007-05-211-3/+3
* USB device lists do not need a terminating sentinel, so don't provide any;miod2007-04-261-7/+10
* wi and ubt are network drivers so should be DV_IFNET,grange2005-11-241-3/+3
* splimp -> splnetbrad2005-11-091-3/+3
* unbreak ubt(4)reyk2005-08-021-3/+3
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-5/+7
* MSI Bluetooth adapters need the ubt_broken_devices quirkmartin2005-06-241-3/+3
* ubt(4): USB Bluetooth driver, commented out in all kernel configgrange2005-01-141-0/+1755