Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Jim Lin's avatar
    c95e2b9e
    console: usb: kbd: To fix slow TFTP booting · c95e2b9e
    Jim Lin authored
    
    TFTP booting is slow when a USB keyboard is installed and
    stdin has usbkbd added.
    This fix is to change Ctrl-C polling for USB keyboard to every second
    when NET transfer is running.
    My previous patch is expected to be put into usb_kbd_testc(). But it went
    into usb_kbd_getc() after applied.
    This patch is to put change in correct place.
    
    Signed-off-by: default avatarJim Lin <jilin@nvidia.com>
    c95e2b9e
    History
    console: usb: kbd: To fix slow TFTP booting
    Jim Lin authored
    
    TFTP booting is slow when a USB keyboard is installed and
    stdin has usbkbd added.
    This fix is to change Ctrl-C polling for USB keyboard to every second
    when NET transfer is running.
    My previous patch is expected to be put into usb_kbd_testc(). But it went
    into usb_kbd_getc() after applied.
    This patch is to put change in correct place.
    
    Signed-off-by: default avatarJim Lin <jilin@nvidia.com>