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:
Linus Nielsen Feltzing 2002-07-01 19:44:01 +00:00
parent 0ee7d85d12
commit ede3827126

View file

@ -210,11 +210,9 @@ int wps_show(void)
#ifndef SIMULATOR
case SYS_USB_CONNECTED:
/* 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_display_info();
/* Wait until the USB cable is extracted again */
usb_wait_for_disconnect(&button_queue);