CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/07/31 10:04:50
Modified files: sys/arch/loongson/dev: kb3310.c sys/arch/sparc64/dev: beep.c sys/dev/bluetooth: btkbd.c btms.c files.bluetooth sys/dev/isa : pcppi.c sys/dev/usb : files.usb ukbd.c ukbdvar.h ums.c Added files: sys/dev/usb : hidkbd.c hidkbdsc.h hidkbdvar.h hidms.c hidmsvar.h Log message: Factorization of the bluetooth and usb hid input driver logic, to reduce code duplication and divergence. Thanks to mlarkin@ for bluetooth devices tests.