Skip to content

Commit 9ab75ee

Browse files
oneukumgregkh
authored andcommitted
USB: storage: quirk for ADATA Portable HDD CH94
Version 1.60 specifically needs this quirk. Version 2.00 is known good. Cc: stable <stable@kernel.org> Signed-off-by: Oliver Neukum <oneukum@suse.com> Link: https://lore.kernel.org/r/20250403180004.343133-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2932b6b commit 9ab75ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_uas.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999,
8383
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
8484
US_FL_NO_REPORT_LUNS),
8585

86+
/* Reported-by: Oliver Neukum <oneukum@suse.com> */
87+
UNUSUAL_DEV(0x125f, 0xa94a, 0x0160, 0x0160,
88+
"ADATA",
89+
"Portable HDD CH94",
90+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
91+
US_FL_NO_ATA_1X),
92+
8693
/* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */
8794
UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
8895
"Initio Corporation",

0 commit comments

Comments
 (0)