History log of /src/sys/dev/hid/uhid_common.c
Revision Date Author Comments
# 1.1 07-Dec-2025 jmcneill

branches: 1.1.2;
uhid: Move generic HID code to sys/dev/hid

This change introduces a bus agnostic HID interface (sys/dev/hid/hidev.h)
and splits the uhid driver into a shareable (sys/dev/hid/uhid_common.c) and
USB specific (sys/dev/usb/uhid.c) code.