CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/01 02:21:51
Modified files:
sys/dev/usb : ugen.c usb_subr.c usbdi.c usbdi.h
Log message:
Align the mixed naming for the variables used to reference to
bInterfaceNumber and bAlternateSetting as following:
ifaceidx -> ifaceno
altidx -> altno
Suggested and ok mpi@
