summaryrefslogtreecommitdiff
path: root/apps/wps.c
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/wps.c
parent0ee7d85d12a6f9c61e59233d730a1ea5b1d7a8b3 (diff)
Removed usb_display_info() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1287 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
-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)
#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);