From c61a75173b2e81ea3ae3aa1d3cdf84d15e4304c3 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 23 May 2009 14:30:20 +0000 Subject: Reorganise USB stack defines. Now config.h decides which class drivers get enabled instead of usb_core.h Also enable HID, and use that as the dummy class instead of charging-only for controllers that have working interrupt transfers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21053 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb_core.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'firmware/export/usb_core.h') diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h index 9c105fbc7c..c65be5fa3c 100644 --- a/firmware/export/usb_core.h +++ b/firmware/export/usb_core.h @@ -21,16 +21,6 @@ #ifndef USB_CORE_H #define USB_CORE_H -#ifndef BOOTLOADER - -//#define USB_SERIAL -#define USB_STORAGE -#define USB_CHARGING_ONLY -//#define USB_HID -#else /* BOOTLOADER */ -#define USB_CHARGING_ONLY -#endif /* BOOTLOADER */ - #include "usb_ch9.h" #include "usb.h" -- cgit v1.2.3