All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ide: add "optical" to sysfs "media" attribute
@ 2007-04-02 11:32 Danny Kukawka
  2007-04-04 19:38 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Kukawka @ 2007-04-02 11:32 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-kernel

From: Danny Kukawka <dkukawka@suse.de>
Subject: ide: add "optical" to sysfs "media" attribute

Add "optical" to sysfs "media" attribute as already in /proc

Signed-off-by: Danny Kukawka <dkukawka@suse.de>
--- linux-2.6.21-rc1/drivers/ide/ide.c	2007-03-21 14:07:18.000000000 +0100
+++ linux-2.6.21-rc1/drivers/ide/ide.c	2007-03-21 14:09:39.000000000 +0100
@@ -1952,6 +1952,8 @@
 		return "tape";
 	case ide_floppy:
 		return "floppy";
+	case ide_optical:
+		return "optical";
 	default:
 		return "UNKNOWN";
 	}

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

* Re: [PATCH] ide: add "optical" to sysfs "media" attribute
  2007-04-02 11:32 [PATCH] ide: add "optical" to sysfs "media" attribute Danny Kukawka
@ 2007-04-04 19:38 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-04-04 19:38 UTC (permalink / raw)
  To: Danny Kukawka; +Cc: linux-kernel


On Monday 02 April 2007, Danny Kukawka wrote:

> Add "optical" to sysfs "media" attribute as already in /proc
> 
> Signed-off-by: Danny Kukawka <dkukawka@suse.de>

applied

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

end of thread, other threads:[~2007-04-04 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-02 11:32 [PATCH] ide: add "optical" to sysfs "media" attribute Danny Kukawka
2007-04-04 19:38 ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.