summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-06-24 05:22:47 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-06-24 05:22:47 +0000
commit7bc6898e53cd87f3808beadca332a0ce3725f417 (patch)
tree86780faeeff8057e72f2eebb8e48f99bcf903693
parent145dca8ea5d2c083c51a870a33c9469b547616d9 (diff)
downloadrockbox-7bc6898e53cd87f3808beadca332a0ce3725f417.tar.gz
rockbox-7bc6898e53cd87f3808beadca332a0ce3725f417.zip
comment updated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6851 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/alpine_cdc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index d0b3b1d8d1..7c014a2e0c 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -8,13 +8,12 @@
8 * $Id$ 8 * $Id$
9 * 9 *
10 * 10 *
11 * Copyright (C) 2003 Jörg Hohensohn 11 * Copyright (C) 2003-2005 Jörg Hohensohn
12 * 12 *
13 * Alpine CD changer Project 13 * Alpine CD changer Project
14 * This is a feasibility study for Archos emulating an Alpine M-Bus CD changer. 14 * This is a feasibility study for Archos emulating an Alpine M-Bus CD changer.
15 * 15 *
16 * Currently realized as a plugin, which can't control the mp3 playback. 16 * Currently it will do seeks and change tracks, but nothing like disks.
17 * It "just" follows all radio commands and answers accordingly.
18 * The debug version shows a dump of the M-Bus communication on screen. 17 * The debug version shows a dump of the M-Bus communication on screen.
19 * 18 *
20 * Usage: Start plugin, it will stay in the background and do the emulation. 19 * Usage: Start plugin, it will stay in the background and do the emulation.