The patch titled ide: add "optical" to sysfs "media" attribute has been added to the -mm tree. Its filename is ide-add-optical-to-sysfs-media-attribute.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ide: add "optical" to sysfs "media" attribute From: Danny Kukawka <dkukawka@xxxxxxx> Add "optical" to sysfs "media" attribute as already in /proc Signed-off-by: Danny Kukawka <dkukawka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ide/ide.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/ide/ide.c~ide-add-optical-to-sysfs-media-attribute drivers/ide/ide.c --- a/drivers/ide/ide.c~ide-add-optical-to-sysfs-media-attribute +++ a/drivers/ide/ide.c @@ -1682,6 +1682,8 @@ static char *media_string(ide_drive_t *d return "tape"; case ide_floppy: return "floppy"; + case ide_optical: + return "optical"; default: return "UNKNOWN"; } _ Patches currently in -mm which might be from dkukawka@xxxxxxx are ide-add-optical-to-sysfs-media-attribute.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html