Removed usb_display_info() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ee7d85d12
commit
ede3827126
1 changed files with 1 additions and 3 deletions
|
@ -210,11 +210,9 @@ int wps_show(void)
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
case SYS_USB_CONNECTED:
|
case SYS_USB_CONNECTED:
|
||||||
/* Tell the USB thread that we are safe */
|
/* Tell the USB thread that we are safe */
|
||||||
DEBUGF("dirbrowse got SYS_USB_CONNECTED\n");
|
DEBUGF("wps got SYS_USB_CONNECTED\n");
|
||||||
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
||||||
|
|
||||||
usb_display_info();
|
|
||||||
|
|
||||||
/* Wait until the USB cable is extracted again */
|
/* Wait until the USB cable is extracted again */
|
||||||
usb_wait_for_disconnect(&button_queue);
|
usb_wait_for_disconnect(&button_queue);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue