History log of /src/sys/dev/hid/hidev.h
Revision Date Author Comments
# 1.2 07-Dec-2025 jmcneill

branches: 1.2.2;
uhid: Fix uhidev attach bug and remove hidev_tag_t typedef


# 1.1 07-Dec-2025 jmcneill

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.