summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/usb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index d9c13df..725dd5e 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -199,15 +199,11 @@ static void usb_thread(void)
#endif
{
#ifdef HAVE_USBSTACK
-#ifdef USE_ROCKBOX_USB
usb_core_enable_protocol(USB_DRIVER_MASS_STORAGE,true);
usb_core_enable_protocol(USB_DRIVER_SERIAL,false);/* TODO: add debug setting */
usb_core_enable_protocol(USB_DRIVER_CHARGING_ONLY,false);
usb_enable(true);
#else
- usb_request_exclusive_ata();
-#endif /* USE_ROCKBOX_USB */
-#else
/* Tell all threads that they have to back off the ATA.
We subtract one for our own thread. */
num_acks_to_expect =