freebsd-skq/sys/dev/usb2/bluetooth
alfred cbd30dee28 src/usr.bin/usbhidaction/usbhidaction.c
src/usr.bin/usbhidctl/usbhid.c
src/sys/dev/usb2/include/usb2_hid.h
src/sys/dev/usb2/input/uhid2.c
src/lib/libusbhid/Makefile
src/lib/libusbhid/descr.c
src/lib/libusbhid/descr_compat.c
src/lib/libusbhid/usbhid.3
src/lib/libusbhid/usbhid.h
src/lib/libusbhid/usbvar.h

Patches to make libusbhid and HID userland utilities compatible with
the new USB stack. All HID ioctls should go through the libusbhid
library to ensure compatibility. I have found at least one piece of
software in /usr/ports which needs to get updated before USB HID
devices will work. This is the X joystick input driver.

Reported and tested by:

Daichi GOTO and Masanori OZAWA.

src/sys/dev/usb2/core/usb2_process.c

Correct USB process names.

Reported by:

Andre Guibert de Bruet

src/sys/dev/usb2/serial/uftdi2.c

Integrate changes from old USB stack.

Submitted by:	hps
2009-02-02 00:49:39 +00:00
..
ng_ubt2_var.h Clean up ng_ubt2. Get rid of excessive use of NG_NODE_REF/UNREF(). 2009-01-26 20:59:41 +00:00
ng_ubt2.c Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driver 2009-01-28 20:04:39 +00:00
TODO.TXT
ubtbcmfw2.c src/usr.bin/usbhidaction/usbhidaction.c 2009-02-02 00:49:39 +00:00
usb2_bluetooth.c
usb2_bluetooth.h