summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/button.h5
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rwxr-xr-xfirmware/export/config-ipodmini2g.h3
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodvideo.h3
6 files changed, 19 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 39dfbff6fa..4ff04202d5 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -57,7 +57,10 @@ bool remote_button_hold(void);
57#ifdef HAVE_HEADPHONE_DETECTION 57#ifdef HAVE_HEADPHONE_DETECTION
58bool headphones_inserted(void); 58bool headphones_inserted(void);
59#endif 59#endif
60 60#ifdef HAVE_WHEEL_POSITION
61int wheel_status(void);
62void wheel_send_events(bool send);
63#endif
61 64
62#define BUTTON_NONE 0x00000000 65#define BUTTON_NONE 0x00000000
63 66
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 2e8c4dcc33..2b603987f4 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -112,6 +112,9 @@
112/* Define this if you can detect headphones */ 112/* Define this if you can detect headphones */
113#define HAVE_HEADPHONE_DETECTION 113#define HAVE_HEADPHONE_DETECTION
114 114
115/* Define this if you can read an absolute wheel position */
116#define HAVE_WHEEL_POSITION
117
115#define BOOTFILE_EXT "ipod" 118#define BOOTFILE_EXT "ipod"
116#define BOOTFILE "rockbox." BOOTFILE_EXT 119#define BOOTFILE "rockbox." BOOTFILE_EXT
117 120
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 964f103214..0bcb25b56c 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -108,6 +108,9 @@
108/* Define this if you can detect headphones */ 108/* Define this if you can detect headphones */
109#define HAVE_HEADPHONE_DETECTION 109#define HAVE_HEADPHONE_DETECTION
110 110
111/* Define this if you can read an absolute wheel position */
112#define HAVE_WHEEL_POSITION
113
111#define BOOTFILE_EXT "ipod" 114#define BOOTFILE_EXT "ipod"
112#define BOOTFILE "rockbox." BOOTFILE_EXT 115#define BOOTFILE "rockbox." BOOTFILE_EXT
113 116
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 342742ea43..bac60e3e72 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -115,6 +115,9 @@
115/* Define this if you can detect headphones */ 115/* Define this if you can detect headphones */
116#define HAVE_HEADPHONE_DETECTION 116#define HAVE_HEADPHONE_DETECTION
117 117
118/* Define this if you can read an absolute wheel position */
119#define HAVE_WHEEL_POSITION
120
118#define BOOTFILE_EXT "ipod" 121#define BOOTFILE_EXT "ipod"
119#define BOOTFILE "rockbox." BOOTFILE_EXT 122#define BOOTFILE "rockbox." BOOTFILE_EXT
120 123
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 03f5b8c753..c24aa43e55 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -113,6 +113,9 @@
113/* Define this if you can detect headphones */ 113/* Define this if you can detect headphones */
114#define HAVE_HEADPHONE_DETECTION 114#define HAVE_HEADPHONE_DETECTION
115 115
116/* Define this if you can read an absolute wheel position */
117#define HAVE_WHEEL_POSITION
118
116#define BOOTFILE_EXT "ipod" 119#define BOOTFILE_EXT "ipod"
117#define BOOTFILE "rockbox." BOOTFILE_EXT 120#define BOOTFILE "rockbox." BOOTFILE_EXT
118 121
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 4781a2c887..cd8f1eea11 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -113,6 +113,9 @@
113/* Define this if you can detect headphones */ 113/* Define this if you can detect headphones */
114#define HAVE_HEADPHONE_DETECTION 114#define HAVE_HEADPHONE_DETECTION
115 115
116/* Define this if you can read an absolute wheel position */
117#define HAVE_WHEEL_POSITION
118
116#define BOOTFILE_EXT "ipod" 119#define BOOTFILE_EXT "ipod"
117#define BOOTFILE "rockbox." BOOTFILE_EXT 120#define BOOTFILE "rockbox." BOOTFILE_EXT
118 121