On Sat, Oct 04, 2008 at 04:27:25PM +0200, Bodo Eggert wrote: > The Optiarc DVD RW AD-7200A can play audio, but tells it could not. > > Signed-Off-By: Bodo Eggert <7eggert@xxxxxx> > Test-by: Nick Warne <nick@xxxxxxxxx> > X-Kernel-Version: 2.6.26 This one doesn't apply cleanly since it is against 2.6.26. Here's a current version ontop of pata-tree: -- From: Bodo Eggert <7eggert@xxxxxx> Subject: [PATCH] ide-cd: Optiarc DVD RW AD-7200A does play audio The Optiarc DVD RW AD-7200A can play audio, but tells it could not. Signed-Off-By: Bodo Eggert <7eggert@xxxxxx> Tested-by: Nick Warne <nick@xxxxxxxxx> --- drivers/ide/ide-cd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c index 63eada0..db87fab 100644 --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c @@ -1965,6 +1965,7 @@ static const struct cd_list_entry ide_cd_quirks_list[] = { { "MATSHITADVD-ROM SR-8174", NULL, IDE_AFLAG_PLAY_AUDIO_OK }, { "Optiarc DVD RW AD-5200A", NULL, IDE_AFLAG_PLAY_AUDIO_OK }, { "Optiarc DVD RW AD-7543A", NULL, IDE_AFLAG_NO_AUTOCLOSE }, + { "Optiarc DVD RW AD-7200A", NULL, IDE_AFLAG_PLAY_AUDIO_OK }, { NULL, NULL, 0 } }; -- 1.5.5.4 -- Regards/Gruss, Boris. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html