linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cdrom: add TEAC CD-224E to the NO_AUTOCLOSE list
@ 2008-10-23 11:51 Németh Márton
  2008-10-23 12:37 ` Boris Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Németh Márton @ 2008-10-23 11:51 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: linux-ide, LKML

From: Márton Németh <nm127@freemail.hu>

The "TEAC CD-ROM CD-224E" cannot close its tray, so add it to the NO_AUTOCLOSE list. This
will correct the "Can close tray" field of /proc/sys/dev/cdrom/info.

Signed-off-by: Márton Németh <nm127@freemail.hu>
---
--- linux-2.6.27/drivers/ide/ide-cd.c.orig	2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27/drivers/ide/ide-cd.c	2008-10-23 11:34:59.000000000 +0200
@@ -1863,6 +1863,7 @@ static const struct cd_list_entry ide_cd
 	{ "Optiarc DVD RW AD-5200A", NULL,   IDE_AFLAG_PLAY_AUDIO_OK	     },
 	{ "Optiarc DVD RW AD-7200A", NULL,   IDE_AFLAG_PLAY_AUDIO_OK	     },
 	{ "Optiarc DVD RW AD-7543A", NULL,   IDE_AFLAG_NO_AUTOCLOSE	     },
+	{ "TEAC CD-ROM CD-224E",     NULL,   IDE_AFLAG_NO_AUTOCLOSE	     },
 	{ NULL, NULL, 0 }
 };


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cdrom: add TEAC CD-224E to the NO_AUTOCLOSE list
  2008-10-23 11:51 [PATCH] cdrom: add TEAC CD-224E to the NO_AUTOCLOSE list Németh Márton
@ 2008-10-23 12:37 ` Boris Petkov
  2008-10-23 20:50   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Boris Petkov @ 2008-10-23 12:37 UTC (permalink / raw)
  To: Németh Márton; +Cc: linux-ide, LKML, Bartlomiej Zolnierkiewicz

On Thu, Oct 23, 2008 at 1:51 PM, Németh Márton <nm127@freemail.hu> wrote:
> From: Márton Németh <nm127@freemail.hu>
>
> The "TEAC CD-ROM CD-224E" cannot close its tray, so add it to the NO_AUTOCLOSE list. This
> will correct the "Can close tray" field of /proc/sys/dev/cdrom/info.
>
> Signed-off-by: Márton Németh <nm127@freemail.hu>

Acked-by: Borislav Petkov <petkovbb@gmail.com>

> ---
> --- linux-2.6.27/drivers/ide/ide-cd.c.orig      2008-10-10 00:13:53.000000000 +0200
> +++ linux-2.6.27/drivers/ide/ide-cd.c   2008-10-23 11:34:59.000000000 +0200
> @@ -1863,6 +1863,7 @@ static const struct cd_list_entry ide_cd
>        { "Optiarc DVD RW AD-5200A", NULL,   IDE_AFLAG_PLAY_AUDIO_OK         },
>        { "Optiarc DVD RW AD-7200A", NULL,   IDE_AFLAG_PLAY_AUDIO_OK         },
>        { "Optiarc DVD RW AD-7543A", NULL,   IDE_AFLAG_NO_AUTOCLOSE          },
> +       { "TEAC CD-ROM CD-224E",     NULL,   IDE_AFLAG_NO_AUTOCLOSE          },
>        { NULL, NULL, 0 }
>  };
>
>

-- 
Regards/Gruss,
Boris

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cdrom: add TEAC CD-224E to the NO_AUTOCLOSE list
  2008-10-23 12:37 ` Boris Petkov
@ 2008-10-23 20:50   ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-10-23 20:50 UTC (permalink / raw)
  To: petkovbb; +Cc: Németh Márton, linux-ide, LKML

On Thursday 23 October 2008, Boris Petkov wrote:
> On Thu, Oct 23, 2008 at 1:51 PM, Németh Márton <nm127@freemail.hu> wrote:
> > From: Márton Németh <nm127@freemail.hu>
> >
> > The "TEAC CD-ROM CD-224E" cannot close its tray, so add it to the NO_AUTOCLOSE list. This
> > will correct the "Can close tray" field of /proc/sys/dev/cdrom/info.
> >
> > Signed-off-by: Márton Németh <nm127@freemail.hu>
> 
> Acked-by: Borislav Petkov <petkovbb@gmail.com>

applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-23 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-23 11:51 [PATCH] cdrom: add TEAC CD-224E to the NO_AUTOCLOSE list Németh Márton
2008-10-23 12:37 ` Boris Petkov
2008-10-23 20:50   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).