Factorization of the bluetooth and usb hid input driver logic, to reduce code
authormiod <miod@openbsd.org>
Sat, 31 Jul 2010 16:04:46 +0000 (16:04 +0000)
committermiod <miod@openbsd.org>
Sat, 31 Jul 2010 16:04:46 +0000 (16:04 +0000)
commitf77164e9a97a26582b760e6a66483fd12c79f224
tree77bbcc3389c224bbb2e73438aa30ada98ff2b5ae
parent79489e6709b55444a85ea053bfc6895c3ad790ed
Factorization of the bluetooth and usb hid input driver logic, to reduce code
duplication and divergence.
Thanks to mlarkin@ for bluetooth devices tests.
15 files changed:
sys/arch/loongson/dev/kb3310.c
sys/arch/sparc64/dev/beep.c
sys/dev/bluetooth/btkbd.c
sys/dev/bluetooth/btms.c
sys/dev/bluetooth/files.bluetooth
sys/dev/isa/pcppi.c
sys/dev/usb/files.usb
sys/dev/usb/hidkbd.c [new file with mode: 0644]
sys/dev/usb/hidkbdsc.h [new file with mode: 0644]
sys/dev/usb/hidkbdvar.h [new file with mode: 0644]
sys/dev/usb/hidms.c [new file with mode: 0644]
sys/dev/usb/hidmsvar.h [new file with mode: 0644]
sys/dev/usb/ukbd.c
sys/dev/usb/ukbdvar.h
sys/dev/usb/ums.c