summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-07 01:48:18 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-07 01:48:18 +0000
commit98e7c318118655ccbda7db3a0ecac0ff32d2833e (patch)
tree465306e0aafdc49dd2a52d61e44ac17da04b6ab2 /firmware
parent2a3856f613caa8fc13083a7b932f7b7a283fc85b (diff)
downloadrockbox-98e7c318118655ccbda7db3a0ecac0ff32d2833e.tar.gz
rockbox-98e7c318118655ccbda7db3a0ecac0ff32d2833e.zip
iRiver has software controlled poweroff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5826 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 01012cde3c..c8a7a5c26c 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -50,4 +50,7 @@
50 50
51#define USB_NONE /* FIX: USB temorarily disabled */ 51#define USB_NONE /* FIX: USB temorarily disabled */
52 52
53/* Define this if you have a software controlled poweroff */
54#define HAVE_SW_POWEROFF
55
53#endif 56#endif