forked from len0rd/rockbox
Patch #744268 (info screen USB mode)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87d5cfe4b7
commit
b6b1294590
1 changed files with 3 additions and 0 deletions
|
|
@ -240,6 +240,9 @@ bool show_info(void)
|
|||
state = 1;
|
||||
break;
|
||||
#endif
|
||||
case SYS_USB_CONNECTED:
|
||||
usb_screen();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue