--- - branch: MAIN date: Tue Sep 18 01:36:44 UTC 2018 files: - new: '1.139' old: '1.138' path: src/sys/dev/usb/uhub.c pathrev: src/sys/dev/usb/uhub.c@1.139 type: modified - new: '1.227' old: '1.226' path: src/sys/dev/usb/usb_subr.c pathrev: src/sys/dev/usb/usb_subr.c@1.227 type: modified id: 20180918T013644Z.6b912014451f0b2cf57e64da7facc6ddb7a82339 log: | add config_pending usage to uhub and general USB device attachment. - call config_pending_incr() and config_pending_decr() around attaching devices against "usbdevif" attribute. uhub: - convert sc_explorepending and sc_running to bool. add new sc_first_explore. - call config_pending_incr() at the start of uhub_attach(). dropped in uhub_explore(), if this is the first explore. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1537234604' user: mrg