Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Mon Mar 28 12:43:12 UTC 2022
Modified Files:
src/sys/arch/macppc/dev: pbms.c
src/sys/dev/usb: uatp.c uhid.c ukbd.c ums.c uthum.c
Log Message:
uhidev(9): Get the device and interface through attach args.
This way uhidev drivers don't need access to uhidev_softc itself for
it.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/dev/pbms.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/uatp.c
cvs rdiff -u -r1.121 -r1.122 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.157 -r1.158 src/sys/dev/usb/ukbd.c
cvs rdiff -u -r1.101 -r1.102 src/sys/dev/usb/ums.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/uthum.c
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