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: Fri Dec 12 18:35:58 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
Added Files:
src/sys/dev/hid [netbsd-11]: hidev.c hidev.h uhid.h uhid_common.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #118):
sys/dev/hid/hidev.h: revision 1.1
sys/dev/hid/hidev.h: revision 1.2
sys/dev/hid/hidev.c: revision 1.1
sys/dev/hid/uhid.h: revision 1.1
sys/dev/hid/hidev.c: revision 1.2
sys/dev/hid/uhid.h: revision 1.2
sys/dev/usb/uhid.c: revision 1.130
sys/dev/usb/files.usb: revision 1.186
sys/dev/hid/uhid_common.c: revision 1.1
sys/dev/usb/uhidev.h: revision 1.28
sys/dev/usb/uhidev.h: revision 1.29
sys/dev/hid/files.hid: revision 1.4
sys/dev/usb/uhidev.c: revision 1.96
sys/dev/usb/uhidev.c: revision 1.97
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.
uhid: Fix uhidev attach bug and remove hidev_tag_t typedef
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/dev/hid/files.hid
cvs rdiff -u -r0 -r1.2.2.2 src/sys/dev/hid/hidev.c src/sys/dev/hid/hidev.h \
src/sys/dev/hid/uhid.h
cvs rdiff -u -r0 -r1.1.2.2 src/sys/dev/hid/uhid_common.c
cvs rdiff -u -r1.182 -r1.182.2.1 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.129 -r1.129.4.1 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.95 -r1.95.4.1 src/sys/dev/usb/uhidev.c
cvs rdiff -u -r1.27 -r1.27.12.1 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