From 7bc6898e53cd87f3808beadca332a0ce3725f417 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 24 Jun 2005 05:22:47 +0000 Subject: comment updated git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6851 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/alpine_cdc.c | 5 ++--- 1 file 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 @@ * $Id$ * * - * Copyright (C) 2003 Jörg Hohensohn + * Copyright (C) 2003-2005 Jörg Hohensohn * * Alpine CD changer Project * This is a feasibility study for Archos emulating an Alpine M-Bus CD changer. * - * Currently realized as a plugin, which can't control the mp3 playback. - * It "just" follows all radio commands and answers accordingly. + * Currently it will do seeks and change tracks, but nothing like disks. * The debug version shows a dump of the M-Bus communication on screen. * * Usage: Start plugin, it will stay in the background and do the emulation. -- cgit