summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ubt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop if_ubt.c originally from freebsd and replace with ubt.c fromgwk2007-05-301-1756/+0
| | | | | | netbsd that will work with the new netbt code. ok uwe
* unbreak, and remove the "goto bad's".fkr2007-05-281-47/+41
| | | | discussed with and ok uwe@, jsg@, grange@
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-13/+14
| | | | ok deraadt@ krw@ mbalmer@
* %z in printf(9) is not the same as %z in printf(3). Change to %luray2007-05-231-5/+5
| | | | | | and cast arg to ulong. OK jsg@ and krw@.
* Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@,matthieu2007-05-221-3/+4
| | | | grange@.
* 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
| | | | | | | this should prevent phantom devices from attaching axe or uberry on some machines. ok deraadt@
* wi and ubt are network drivers so should be DV_IFNET,grange2005-11-241-3/+3
| | | | not DV_DULL. Spotted by miod@.
* splimp -> splnetbrad2005-11-091-3/+3
|
* unbreak ubt(4)reyk2005-08-021-3/+3
| | | | ok pascoe@
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-5/+7
| | | | | | | | This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@
* MSI Bluetooth adapters need the ubt_broken_devices quirkmartin2005-06-241-3/+3
| | | | ok grange@
* ubt(4): USB Bluetooth driver, commented out in all kernel configgrange2005-01-141-0/+1755
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@