From 163e3507f87b7de7b9e1bdfc7b2c5d5e0357da51 Mon Sep 17 00:00:00 2001 From: Tomasz Moń Date: Wed, 9 Jun 2021 20:50:30 +0200 Subject: Sansa Connect: Working USB Mass Storage Acknowledge SYS_USB_CONNECTED in all queues so USB task can gain exclusive access to the storage. Reduce CPPI requeue timeout to speed up disk access. Change-Id: I322aae4cac679696bb8186ccacf838a18f0715e9 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config.h b/firmware/export/config.h index 0242045450..623ef8b4ff 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -902,6 +902,10 @@ Lyre prototype 1 */ #define INCLUDE_TIMEOUT_API #define USB_DRIVER_CLOSE #endif +#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_TNETV105 +#define INCLUDE_TIMEOUT_API +#define USB_DRIVER_CLOSE +#endif #endif #else /* !BOOTLOADER */ -- cgit v1.2.3