index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ubt.c
Age
Commit message (
Expand
)
Author
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-11-22
Sync bluetooth with NetBSD
Uwe Stuehler
2008-07-10
Don't terminate the array of matching product/vendor IDs with { 0, 0 }
Marc Balmer
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-02-24
Sync sys/netbt with NetBSD
Uwe Stuehler
2007-11-09
Wrong logic in ubt_xmit_acl_start(); reported by Dmitry Komissaroff
Miod Vallat
2007-10-11
treat usb vendor/product names as a locator, and have usbd_print handle it,
Theo de Raadt
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEV macro. It only created confusion
Marc Balmer
2007-06-06
Mechanical removal of USBBASEDEVICE. No binary change.
Michael Knudsen
2007-06-01
Remove the hci_enable now done in a higher layer.
Gordon Willem Klok
2007-05-31
Add some context and call hci_enable from this new context, also add an
Gordon Willem Klok
2007-05-30
Drop if_ubt.c originally from freebsd and replace with ubt.c from
Gordon Willem Klok