Thanks, Johan! A fix for a bug indeed. Best regards, Vladis Dronov | Red Hat, Inc. | The Core Kernel | Senior Software Engineer ----- Original Message ----- > From: "Johan Hovold" <johan@xxxxxxxxxx> > To: "Dmitry Torokhov" <dmitry.torokhov@xxxxxxxxx> > Cc: linux-input@xxxxxxxxxxxxxxx, linux-usb@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, "Johan Hovold" > <johan@xxxxxxxxxx>, "stable" <stable@xxxxxxxxxxxxxxx>, "Vladis Dronov" <vdronov@xxxxxxxxxx> > Sent: Tuesday, December 10, 2019 12:37:34 PM > Subject: [PATCH 4/7] Input: gtco: fix endpoint sanity check > > The driver was checking the number of endpoints of the first alternate > setting instead of the current one, something which could lead to the > driver binding to an invalid interface. > > This in turn could cause the driver to misbehave or trigger a WARN() in > usb_submit_urb() that kernels with panic_on_warn set would choke on. > > Fixes: 162f98dea487 ("Input: gtco - fix crash on detecting device without > endpoints") > Cc: stable <stable@xxxxxxxxxxxxxxx> # 4.6 > Cc: Vladis Dronov <vdronov@xxxxxxxxxx> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>