Add Yamaha CRW8424E drive model.

This commit is contained in:
2025-09-23 19:30:41 +01:00
parent 4f0cdcad0b
commit c33e98d7e0
2 changed files with 3 additions and 0 deletions

View File

@@ -3092,6 +3092,7 @@ cdrom_hard_reset(void)
dev->is_chinon = !strcmp(vendor, "CHINON");
dev->is_pioneer = !strcmp(vendor, "PIONEER");
dev->is_plextor = !strcmp(vendor, "PLEXTOR");
dev->is_yamaha = !strcmp(vendor, "YAMAHA");
dev->is_sony = (dev->bus_type == CDROM_BUS_SCSI) &&
(!strcmp(vendor, "DEC") ||
!strcmp(vendor, "ShinaKen") ||