CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/30 04:00:50
Modified files:
sys/dev/usb : upd.c
Log message:
Instead of using a single flat array for all sensors, put all the
children of a sensor in a separate structure.
Children sensors should only be probbed if their parent is active.
This make the dependency tree explicit and will reduce the number
of I/O.
>From David Higgs.
