1
0
Fork 0

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>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
hifive-unleashed-5.1
Danny Kukawka 2007-04-10 22:39:14 +02:00 committed by Bartlomiej Zolnierkiewicz
parent 76ca1af10e
commit a7a832de9e
1 changed files with 2 additions and 0 deletions

View File

@ -1962,6 +1962,8 @@ static char *media_string(ide_drive_t *drive)
return "tape";
case ide_floppy:
return "floppy";
case ide_optical:
return "optical";
default:
return "UNKNOWN";
}