tmk_keyboard/converter
tmk e2ac2d746f usb_usb: Remove hook_usb_startup_wait_loop
matrix_scan in hook_usb_startup_wait_loop is not required for
FC660C since commit dd7b75: SOF timing fix of USB_Host_Shield_2.0.
Without INTERRUPT_CONTROL_ENDPOINT the matrix_scan blocks around 2300ms
and prevents getting USB configured. In the result console_putc
starts sending before hid_listen is ready and chars are lost.

console_is_ready delay value should be around 5000ms if matrix_scan
is needed in hook_usb_startup_wait_loop.
2020-05-08 22:39:55 +09:00
..
adb_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
ibm4704_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
ibmpc_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
m0110_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
news_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
next_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
pana_m8 Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
pc88_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
pc98_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
ps2_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
sun_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
terminal_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
usb_usb usb_usb: Remove hook_usb_startup_wait_loop 2020-05-08 22:39:55 +09:00
x68k_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
xt_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00