mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 00:20:23 +07:00
cdrom_id: add missing profiles to feature_profiles
Signed-off-by: Mike Brudevold <mike@brudevold.com>
This commit is contained in:
parent
b3ad0c3c6f
commit
7c07740ce7
@ -274,6 +274,18 @@ static int feature_profiles(struct udev *udev, const unsigned char *profiles, si
|
||||
info(udev, "profile 0x%02x mo\n", profile);
|
||||
cd_mo = 1;
|
||||
break;
|
||||
case 0x08:
|
||||
info(udev, "profile 0x%02x cd_rom\n", profile);
|
||||
cd_cd_rom = 1;
|
||||
break;
|
||||
case 0x09:
|
||||
info(udev, "profile 0x%02x cd_r\n", profile);
|
||||
cd_cd_r = 1;
|
||||
break;
|
||||
case 0x0A:
|
||||
info(udev, "profile 0x%02x cd_rw\n", profile);
|
||||
cd_cd_rw = 1;
|
||||
break;
|
||||
case 0x10:
|
||||
info(udev, "profile 0x%02x dvd_rom\n", profile);
|
||||
cd_dvd_rom = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user