On 30.12.22 22:59, Maciej Żenczykowski wrote:
- /* All Seagate disk enclosures have broken ATA pass-through support */
- if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2)
- /* Most Seagate disk enclosures have broken ATA pass-through support */
- if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2 &&
flags |= US_FL_NO_ATA_1X;le16_to_cpu(udev->descriptor.idProduct) != 0x2320)
usb_stor_adjust_quirks(udev, &flags);
Hi,
I am sorry, but no. We cannot accomodate a list of of devices to be dequirked that is sure to grow in the future. Please define a flag for these devices.
Regards Oliver