NetBSD/sys/dev/bluetooth
bouyer 404d04cdb7 Factor out bus-independant HID code so that it can be shared by USB, bluetooth
and i2c.
dev/usb/ukbdmap.c is renamed to dev/hid/hidkbdmap.c
dev/usb/hid.[ch] moved to dev/hid/
usage pages moved from dev/usb/usbhid.h moved to dev/hid/hid.h,
and updated with OpenBSD entries.
bus-independant code moved from dev/usb/ums.c to dev/hid/hidms.c
(the same should be done for keyboard and touchpad drivers)

Needed for the upcoming HID over I2C support, proposed on tech-kern@
on Dec, 1.
2017-12-10 17:03:07 +00:00
..
Makefile Add support for btuart h5 3-wire protocol. 2017-08-10 13:22:19 +00:00
bcsp.c Curious typo, found by mootja 2016-08-15 08:20:11 +00:00
bcsp.h
bluetoothdevices.config Add support for btuart h5 3-wire protocol. 2017-08-10 13:22:19 +00:00
btdev.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
bth5.c Remove references to BlueCore. 2017-09-03 23:11:19 +00:00
bth5.h Remove references to BlueCore. 2017-09-03 23:11:19 +00:00
bthid.h
bthidev.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
bthidev.h
bthub.c use standard idiom - thanks riastradh@ 2015-05-09 22:23:40 +00:00
btkbd.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
btmagic.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
btms.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
btsco.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
btsco.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
btuart.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
files.bluetooth Add support for btuart h5 3-wire protocol. 2017-08-10 13:22:19 +00:00