CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/30 04:09:31
Modified files:
sys/dev/usb : upd.c
Log message:
Link report descriptors to known sensors.
Since HID buffers always start by a reportID we can access the corresponding
report descriptor in O(1). Having a list of sensors attached to each report
descriptor makes it easier to update all of them with only on I/O request.
Note that sensors are attached in depency order on every report list.
>From David Higgs.
