mbox series

[0/2] HID: logitech-hidpp: Avoid hidpp_connect_event() running while probe() restarts IO

Message ID 20231006081858.17677-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series HID: logitech-hidpp: Avoid hidpp_connect_event() running while probe() restarts IO | expand

Message

Hans de Goede Oct. 6, 2023, 8:18 a.m. UTC
Hi Benjamin, et al.,

Here are 2 follow-up patches to my logitech-hidpp fix from yesterday:
https://lore.kernel.org/linux-input/20231005182638.3776-1-hdegoede@redhat.com/

The first patch is another race bugfix and should ideally go to stable
assuming you agree,

The second patch is just some code cleanup.

Regards,

Hans


Hans de Goede (2):
  HID: logitech-hidpp: Avoid hidpp_connect_event() running while probe()
    restarts IO
  HID: logitech-hidpp: Drop delayed_work_cb()

 drivers/hid/hid-logitech-hidpp.c | 49 ++++++++++++++++++--------------
 1 file changed, 27 insertions(+), 22 deletions(-)