Skip to content

Commit ed4f50e

Browse files
alanswansongregkh
authored andcommitted
uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069
commit 89f23d51defcb94a5026d4b5da13faf4e1150a6f upstream. Similar to commit d595259fbb7a ("usb-storage: Add ignore-residue quirk for Initio INIC-3619") for INIC-3169 in unusual_devs.h but INIC-3069 already present in unusual_uas.h. Both in same controller IC family. Issue is that MakeMKV fails during key exchange with installed bluray drive with following error: 002004:0000 Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - KEY NOT ESTABLISHED' occurred while issuing SCSI command AD010..080002400 to device 'SG:dev_11:0' Signed-off-by: Alan Swanson <reiver@improbability.net> Acked-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent dedeba4 commit ed4f50e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/usb/storage/unusual_uas.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x9999,
123123
/* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */
124124
UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
125125
"Initio Corporation",
126-
"",
126+
"INIC-3069",
127127
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
128-
US_FL_NO_ATA_1X),
128+
US_FL_NO_ATA_1X | US_FL_IGNORE_RESIDUE),
129129

130130
/* Reported-by: Tom Arild Naess <tanaess@gmail.com> */
131131
UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999,

0 commit comments

Comments
 (0)