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
This commit is contained in:
Amaury Pouly 2015-01-08 22:30:22 +01:00
parent 246026cfcc
commit 761e7987c8
11 changed files with 18 additions and 13 deletions

View file

@ -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 */