Re: [PATCH 0/2] usbcore: Add quirk for 255-byte initial config read
From: Nikhil Solanke
Date: Sat Jul 18 2026 - 01:30:54 EST
Sorry, forgot to mark this as v3. This should be [PATCH v3 0/2].
Changes from v2:
- put strings in a single line
- copy bytes from desc to bigbuffer instead of pointer aliasing.
- change tabs to spaces in documentation
- reworded some comments
- drop USB_CONFIG_WINDOWS_REQ_SIZE macro
- revert USB_DELAY_INIT to original behavior. no delay before 1st request.
- split announce_device() so we can report device ids early before
vendor strings
Thanks,
Nikhil Solanke