Linux USB
 help / color / mirror / Atom feed
* Re: [PATCH] usb: core: quirks: Add 255-bytes initial config read quirk
@ 2026-07-25  5:05 Ishaan Dandekar
  2026-07-25  5:22 ` Greg KH
  2026-07-25  7:23 ` Nikhil Solanke
  0 siblings, 2 replies; 6+ messages in thread
From: Ishaan Dandekar @ 2026-07-25  5:05 UTC (permalink / raw)
  To: nikhilsolanke5; +Cc: linux-usb

Hi Nikhil,

Thank you for this patch. I can confirm this exact 255-byte config
read issue also affects the ShanWan Wireless Gamepad (dongle ID
2563:0575). Standard enumeration causes a -71 EPROTO crash and drops
it into a generic Android mode.

Your logic prevents the firmware crash.

Tested-by: Ishaan Dandekar <ishaan.dandekar@gmail.com>

Could you please fold the following device ID into your quirks list for v2?

/* ShanWan Wireless Gamepad */
{ USB_DEVICE(0x2563, 0x0575), .driver_info =
USB_QUIRK_WINDOWS_CONFIG_REQ_SIZE },

Thanks,
Ishaan Dandekar

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-25 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-25  5:05 [PATCH] usb: core: quirks: Add 255-bytes initial config read quirk Ishaan Dandekar
2026-07-25  5:22 ` Greg KH
2026-07-25 14:49   ` Ishaan Dandekar
2026-07-25 17:27     ` Greg KH
2026-07-25 19:04     ` Nikhil Solanke
2026-07-25  7:23 ` Nikhil Solanke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox