summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
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)
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