Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: jmcneill
Date: Sun Dec 7 10:05:10 UTC 2025
Modified Files:
src/sys/dev/hid: files.hid
src/sys/dev/usb: files.usb uhid.c uhidev.c uhidev.h
Added Files:
src/sys/dev/hid: hidev.c hidev.h uhid.h uhid_common.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hid/files.hid
cvs rdiff -u -r0 -r1.1 src/sys/dev/hid/hidev.c src/sys/dev/hid/hidev.h \
src/sys/dev/hid/uhid.h src/sys/dev/hid/uhid_common.c
cvs rdiff -u -r1.185 -r1.186 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.129 -r1.130 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/usb/uhidev.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/uhidev.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index