Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop if_ubt.c originally from freebsd and replace with ubt.c from | 2007-05-30 | 1 | -1756/+0 | |
| | | | | | | netbsd that will work with the new netbt code. ok uwe | ||||
* | unbreak, and remove the "goto bad's". | 2007-05-28 | 1 | -47/+41 | |
| | | | | discussed with and ok uwe@, jsg@, grange@ | ||||
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | 2007-05-27 | 1 | -13/+14 | |
| | | | | ok deraadt@ krw@ mbalmer@ | ||||
* | %z in printf(9) is not the same as %z in printf(3). Change to %lu | 2007-05-23 | 1 | -5/+5 | |
| | | | | | | and cast arg to ulong. OK jsg@ and krw@. | ||||
* | Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@, | 2007-05-22 | 1 | -3/+4 | |
| | | | | grange@. | ||||
* | Remove le{16,32}toh macros | 2007-05-21 | 1 | -3/+3 | |
| | |||||
* | USB device lists do not need a terminating sentinel, so don't provide any; | 2007-04-26 | 1 | -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, | 2005-11-24 | 1 | -3/+3 | |
| | | | | not DV_DULL. Spotted by miod@. | ||||
* | splimp -> splnet | 2005-11-09 | 1 | -3/+3 | |
| | |||||
* | unbreak ubt(4) | 2005-08-02 | 1 | -3/+3 | |
| | | | | ok pascoe@ | ||||
* | Don't keep the devinfo string on the stack, instead use malloc/free. | 2005-08-01 | 1 | -5/+7 | |
| | | | | | | | | This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@ | ||||
* | MSI Bluetooth adapters need the ubt_broken_devices quirk | 2005-06-24 | 1 | -3/+3 | |
| | | | | ok grange@ | ||||
* | ubt(4): USB Bluetooth driver, commented out in all kernel config | 2005-01-14 | 1 | -0/+1755 | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ |