Searched refs:uhid (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/modules/usb/uhid/ |
| H A D | Makefile | 31 KMOD= uhid 33 vnode_if.h usbdevs.h uhid.c
|
| /freebsd/sys/dev/hid/ |
| H A D | hidraw.c | 116 bool uhid:1; /* driver switched in to uhid mode */ member 382 sc->sc_state.uhid = false; /* hidraw mode is default */ in hidraw_open() 465 length = min(uio->uio_resid, sc->sc_state.uhid ? in hidraw_read() 483 if (!sc->sc_state.uhid) in hidraw_read() 513 if (sc->sc_state.uhid) { in hidraw_write() 651 sc->sc_state.uhid = true; in hidraw_ioctl() 840 sc->sc_state.uhid = false; in hidraw_ioctl()
|
| /freebsd/sys/dev/usb/input/ |
| H A D | uhid.c | 83 static SYSCTL_NODE(_hw_usb, OID_AUTO, uhid, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 934 DRIVER_MODULE(uhid, uhub, uhid_driver, NULL, NULL); 935 MODULE_DEPEND(uhid, usb, 1, 1, 1); 936 MODULE_DEPEND(uhid, hid, 1, 1, 1); 937 MODULE_VERSION(uhid, 1);
|
| /freebsd/sys/modules/usb/ |
| H A D | Makefile | 49 SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled usbhid
|
| /freebsd/sys/arm/conf/ |
| H A D | TEGRA124 | 90 device uhid # "Human Interface Devices"
|
| H A D | GENERIC | 190 device uhid # "Human Interface Devices"
|
| /freebsd/contrib/libfido2/ |
| H A D | NEWS | 16 ** hid_linux: improved support for uhid devices.
|
| /freebsd/sys/powerpc/conf/ |
| H A D | GENERIC | 180 device uhid # "Human Interface Devices"
|
| H A D | GENERIC64LE | 222 device uhid # "Human Interface Devices"
|
| H A D | GENERIC64 | 225 device uhid # "Human Interface Devices"
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 1111 uhid.4 \
|
| /freebsd/sys/conf/ |
| H A D | NOTES | 2430 options HIDRAW_MAKE_UHID_ALIAS # install /dev/uhid alias for /dev/hidraw 2441 options U2F_DROP_UHID_ALIAS # Do not install /dev/uhid alias for 2442 # /dev/u2f/ and rename driver from uhid to u2f 2467 device uhid
|
| H A D | files | 3464 dev/usb/input/uhid.c optional uhid
|
| /freebsd/ |
| H A D | UPDATING | 311 uhid(4). Work on a FIDO/U2F driver and moused(8) is in progress. 1107 ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
|
| /freebsd/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 9135 OLD_FILES+=usr/share/man/man4/uhid.4.gz
|