[USBSTOR] Enable USB (ATAPI) cdroms

With the cdrom_new driver, they now work

CORE-16112
This commit is contained in:
Victor Perevertkin 2020-12-06 02:08:32 +03:00
parent cbe88e287f
commit f722be93d5
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
2 changed files with 4 additions and 1 deletions

View file

@ -20,7 +20,7 @@ DefaultDestDir = 12
[GenericMfg]
%GenericBulkOnlyTransport.DeviceDesc% = USBBulkOnly_Inst,USB\Class_08&SubClass_06&Prot_50 ; SCSI devices
; usbstor.sys supports usb-cdroms but cdrom.sys from ReactOS does not like it
;%GenericBulkOnlyTransport.DeviceDesc% = USBBulkOnly_Inst,USB\Class_08&SubClass_02&Prot_50 ; SFF-8020i (ATAPI)
%GenericBulkOnlyTransport.DeviceDesc% = USBBulkOnly_Inst,USB\Class_08&SubClass_02&Prot_50 ; SFF-8020i (ATAPI)
;-------------------------- USB STORAGE DRIVER --------------------------