From 761e7987c8dec314800eb6a099aad139a12a12a9 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 8 Jan 2015 22:30:22 +0100 Subject: usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usb For some reason, the bootloader and config files didn't define HAVE_BOOTLOADER_USB_MODE, also remove the special cases in usb.c which they implied. Change-Id: I68c29be7d03627e64cac4ff7678e0c211e087a8c --- firmware/export/config/sansac200v2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/config/sansac200v2.h') diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index 9e9c8b835f..0da8b6a67b 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -187,6 +187,7 @@ //#define USB_ENABLE_SERIAL #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7452 +#define HAVE_BOOTLOADER_USB_MODE #define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ -- cgit v1.2.3