From 23e056e41b4f10b6ae607415de8adde99f7263cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 27 Nov 2003 21:24:02 +0000 Subject: new usb-style defines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4073 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 2 ++ firmware/export/config-player.h | 3 +++ firmware/export/config-recorder.h | 3 +++ 3 files changed, 8 insertions(+) diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 63a6ece95b..7c5d631875 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -43,3 +43,5 @@ /* Define this if you have an FM Radio */ #define HAVE_FMRADIO 1 +/* How to detect USB */ +#define USB_FMRECORDERSTYLE 1 diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index d9a713d368..04c8f8fc3d 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -31,3 +31,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 6 + +/* How to detect USB */ +#define USB_PLAYERSTYLE 1 diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 33e40b7790..f8326a0ead 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -36,3 +36,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 6 + +/* How to detect USB */ +#define USB_RECORDERSTYLE 1 -- cgit v1.2.3