Re: [PATCH 0/4] USB fixes: Mass Storage bugs & 64bit support

2023-10-29 Thread Neal Gompa
On Sun, Oct 29, 2023 at 3:23 AM Hector Martin wrote: > > This series fixes some bugs in the USBMS driver and adds 64-bit LBA > support. This is required to make USB HDDs >=4TB work. > > Note that the increased timeout won't actually work right now, due to > broken handling in the underlying USB

[PATCH 0/4] USB fixes: Mass Storage bugs & 64bit support

2023-10-29 Thread Hector Martin
This series fixes some bugs in the USBMS driver and adds 64-bit LBA support. This is required to make USB HDDs >=4TB work. Note that the increased timeout won't actually work right now, due to broken handling in the underlying USB infrastructure. That will be fixed in a follow-up series, which