Skip to content

Commit

Permalink
Fix C2 mode for DH-20A4P
Browse files Browse the repository at this point in the history
- C2ErrorMode.Mode294 does not work for this drive:
  LITEON DX-20A4P (identified as DH-20A4P). Try Mode296 first.
  • Loading branch information
TomDSilva committed Jun 6, 2024
1 parent 1851aed commit 1dce40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CUETools.Ripper.SCSI/SCSIDrive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -822,13 +822,15 @@ public unsafe bool TestReadCommand()
// ASUS DRW-24D5MT, ASUS DRW-24F1ST d,
// HL-DT-ST BD-RE BU40N, HL-DT-ST BD-RE WH10LS30, HL-DT-ST DVDRAM GH22LS51,
// LG GH24NSD1,
// LITEON DH-20A4P,
// MATSHITA DVD-R UJ-868,
// PIONEER BDR-XD05, PIONEER BDR-XD07U, PIONEER DVR-S21,
// PLDS DU-8A5LH,
// Slimtype - DVD A DU8AESH.
if (pathNoSpace.Contains("DRW-24D5MT") || pathNoSpace.Contains("DRW-24F1STd") ||
pathNoSpace.Contains("BU40N") || pathNoSpace.Contains("WH10LS30") || pathNoSpace.Contains("GH22LS51") ||
pathNoSpace.Contains("GH24NSD1") ||
pathNoSpace.Contains("DH20A4P") ||
pathNoSpace.Contains("UJ-868") ||
pathNoSpace.Contains("BDR-XD05") || pathNoSpace.Contains("BDR-XD07U") || pathNoSpace.Contains("DVR-S21") ||
pathNoSpace.Contains("DU-8A5LH") ||
Expand Down

0 comments on commit 1dce40c

Please sign in to comment.