Skip to content

Commit ec26cde

Browse files
gigaherzHeisSpiter
authored andcommitted
[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX fallback to IOCTL_CDROM_READ_TOC.
1 parent bc2378a commit ec26cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/filesystems/cdfs_new/strucsup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,6 +2292,7 @@ Return Value:
22922292

22932293
if (!UseReadToc &&
22942294
((Status == STATUS_INVALID_DEVICE_REQUEST) ||
2295+
(Status == STATUS_NOT_IMPLEMENTED) || /* ReactOS Change: we return STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX */
22952296
(Status == STATUS_INVALID_PARAMETER))) {
22962297

22972298
UseReadToc = TRUE;

0 commit comments

Comments
 (0)