summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-01 19:44:01 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-01 19:44:01 +0000
commitede382712635164a823c3a3ad1946f674e9e2189 (patch)
treee5e122b766cc26649652c61d10c0903e36fea3cf /apps
parent0ee7d85d12a6f9c61e59233d730a1ea5b1d7a8b3 (diff)
downloadrockbox-ede382712635164a823c3a3ad1946f674e9e2189.tar.gz
rockbox-ede382712635164a823c3a3ad1946f674e9e2189.zip
Removed usb_display_info() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1287 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/wps.c b/apps/wps.c
index cad10538fb..04346adc16 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -210,11 +210,9 @@ int wps_show(void)
210#ifndef SIMULATOR 210#ifndef SIMULATOR
211 case SYS_USB_CONNECTED: 211 case SYS_USB_CONNECTED:
212 /* Tell the USB thread that we are safe */ 212 /* Tell the USB thread that we are safe */
213 DEBUGF("dirbrowse got SYS_USB_CONNECTED\n"); 213 DEBUGF("wps got SYS_USB_CONNECTED\n");
214 usb_acknowledge(SYS_USB_CONNECTED_ACK); 214 usb_acknowledge(SYS_USB_CONNECTED_ACK);
215 215
216 usb_display_info();
217
218 /* Wait until the USB cable is extracted again */ 216 /* Wait until the USB cable is extracted again */
219 usb_wait_for_disconnect(&button_queue); 217 usb_wait_for_disconnect(&button_queue);
220 218