Xinming Hu <huxm@xxxxxxxxxxx> writes: > This patch extend device_dump debugfs function to make it > works for usb interface. > > For command timeouts, USB firmware will automatically emit > firmware dump events, so we don't implement device_dump(). > > For user-initiated dumps, we trigger it by issue firmware > dump event command to firmware, as there is no command > response, do not start 10s timer. > > Signed-off-by: Xinming Hu <huxm@xxxxxxxxxxx> > Signed-off-by: Cathy Luo <cluo@xxxxxxxxxxx> > --- > v2: Same as v1 > v3: Add more comments Regards the different dump mechanism > between usb and other interfaces.(Brian Norris) Please always resubmit the whole patchset, not individual patches: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#resubmit_the_whole_patchset Also please don't use that awkward "RESEND" stuff some people seem to insist using. So instead of doing like this: v2, v3, v3 RESEND, v4 do it like this which makes my life easier: v2, v3, v4, v5 It's not like we are running out of version numbers :) -- Kalle Valo