Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/sys/dev



Module Name:    src
Committed By:   martin
Date:           Sun Dec 14 11:18:31 UTC 2025

Modified Files:
        src/sys/dev/hid [netbsd-11]: files.hid
        src/sys/dev/usb [netbsd-11]: files.usb uhid.c uhidev.c uhidev.h
Removed Files:
        src/sys/dev/hid [netbsd-11]: hidev.c hidev.h uhid.h uhid_common.c

Log Message:
Backout ticket #118:
        uhid: Move generic HID code to sys/dev/hid

This requires a kernel version bump (as-is, struct uhiddev_attach_arg
changed) and can not be pulled up.


To generate a diff of this commit:
cvs rdiff -u -r1.3.2.1 -r1.3.2.2 src/sys/dev/hid/files.hid
cvs rdiff -u -r1.2.2.2 -r0 src/sys/dev/hid/hidev.c src/sys/dev/hid/hidev.h \
    src/sys/dev/hid/uhid.h
cvs rdiff -u -r1.1.2.2 -r0 src/sys/dev/hid/uhid_common.c
cvs rdiff -u -r1.182.2.1 -r1.182.2.2 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.129.4.1 -r1.129.4.2 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.95.4.1 -r1.95.4.2 src/sys/dev/usb/uhidev.c
cvs rdiff -u -r1.27.12.1 -r1.27.12.2 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