]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
usb_usb: Order of init prevents uneeded bus reset
authortmk <hasu@tmk-kbd.com>
Mon, 6 May 2019 03:15:37 +0000 (12:15 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 10 May 2019 00:44:59 +0000 (09:44 +0900)
commit7c228967a405b04d58bb06e619de8d1d7bb3c15b
tree34c622cbf2cc1209373a5178618b1fe025e64fdd
parentdd7b75040a7f3cc62fe58d6d4b3cc2a331d487b3
usb_usb: Order of init prevents uneeded bus reset

Device classes are registered to array of config driver pool and
tried in that order until proper class is found in configuration process.
If tried driver cannot handle device, bus reset is issued to the device.
converter/usb_usb/usb_usb.cpp