@@ -109,6 +109,7 @@ public override int? Speed
109109 [ FlagStrings . Continue ] = new StringInput ( FlagStrings . Continue ) ,
110110 [ FlagStrings . LBAStart ] = new Int32Input ( FlagStrings . LBAStart ) ,
111111 [ FlagStrings . LBAEnd ] = new Int32Input ( FlagStrings . LBAEnd ) ,
112+ [ FlagStrings . LBAEndBySubcode ] = new Int32Input ( FlagStrings . LBAEndBySubcode ) ,
112113 [ FlagStrings . RefineSubchannel ] = new FlagInput ( FlagStrings . RefineSubchannel ) ,
113114 [ FlagStrings . RefineSectorMode ] = new FlagInput ( FlagStrings . RefineSectorMode ) ,
114115 [ FlagStrings . Skip ] = new StringInput ( FlagStrings . Skip ) ,
@@ -120,7 +121,6 @@ public override int? Speed
120121 //[FlagStrings.Firmware] = new StringInput(FlagStrings.Firmware) { Quotes = true },
121122 [ FlagStrings . ForceFlash ] = new FlagInput ( FlagStrings . ForceFlash ) ,
122123 [ FlagStrings . SkipSubcodeDesync ] = new FlagInput ( FlagStrings . SkipSubcodeDesync ) ,
123- [ FlagStrings . Rings ] = new FlagInput ( FlagStrings . Rings ) ,
124124 [ FlagStrings . CdrErrorThreshold ] = new Int32Input ( FlagStrings . CdrErrorThreshold ) ,
125125
126126 // Undocumented
@@ -209,6 +209,7 @@ public override Dictionary<string, List<string>> GetCommandSupport()
209209 FlagStrings . Continue ,
210210 FlagStrings . LBAStart ,
211211 FlagStrings . LBAEnd ,
212+ FlagStrings . LBAEndBySubcode ,
212213 FlagStrings . RefineSubchannel ,
213214 FlagStrings . RefineSectorMode ,
214215 FlagStrings . Skip ,
@@ -220,7 +221,6 @@ public override Dictionary<string, List<string>> GetCommandSupport()
220221 //FlagStrings.Firmware,
221222 FlagStrings . ForceFlash ,
222223 FlagStrings . SkipSubcodeDesync ,
223- FlagStrings . Rings ,
224224 FlagStrings . CdrErrorThreshold ,
225225
226226 // Undocumented
0 commit comments