Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1659544
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/8] HID: Consolidate serializing ope/close in transport drivers |
| Date | 2017-06-07 10:50 +0200 |
| Message-ID | <tPEP9-4gO-47@gated-at.bofh.it> (permalink) |
| References | <tPD6G-34T-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 7, 2017 at 9:59 AM, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote: > This originally came about as report of uhid sending duplicate open and > premature close when hidraw was used alongside of input. After looking at > the drivers I think we should consolidate user tracking inside of the HID > core. While implementing this, there were a few cleanups as well. > > V2: > > - added greybus hid changes > - added error handling in hiddev around hid_hw_open which is __much_check FWIW, Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > Dmitry Torokhov (8): > HID: hiddev: use hid_hw_open/close instead of usbhid_open/close > HID: hiddev: use hid_hw_power instead of usbhid_get/put_power > HID: usbhid: do not rely on hid->open when deciding to do IO > HID: serialize hid_hw_open and hid_hw_close > HID: i2c-hid: remove custom locking from i2c_hid_open/close > HID: usbhid: remove custom locking from usbhid_open/close > greybus: hid: remove custom locking from gb_hid_open/close > HID: remove no longer used hid->open field > > drivers/hid/hid-core.c | 89 +++++++++++++++++++++++++ > drivers/hid/i2c-hid/i2c-hid.c | 32 +++------ > drivers/hid/usbhid/hid-core.c | 150 ++++++++++++++++++++---------------------- > drivers/hid/usbhid/hiddev.c | 24 +++---- > drivers/hid/usbhid/usbhid.h | 15 +++-- > drivers/staging/greybus/hid.c | 43 ++++-------- > include/linux/hid.h | 73 +++----------------- > 7 files changed, 214 insertions(+), 212 deletions(-) > > Thanks. > > -- > Dmitry > -- With Best Regards, Andy Shevchenko
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/8] HID: Consolidate serializing ope/close in transport drivers Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-06-07 09:10 +0200 [PATCH v2 6/8] HID: usbhid: remove custom locking from usbhid_open/close Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-06-07 09:10 +0200 [PATCH v2 4/8] HID: serialize hid_hw_open and hid_hw_close Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-06-07 09:10 +0200 Re: [PATCH v2 0/8] HID: Consolidate serializing ope/close in transport drivers Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-06-07 10:50 +0200 Re: [PATCH v2 0/8] HID: Consolidate serializing ope/close in transport drivers Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2017-06-07 15:50 +0200 Re: [PATCH v2 0/8] HID: Consolidate serializing ope/close in transport drivers Jiri Kosina <jikos@kernel.org> - 2017-06-08 14:00 +0200
csiph-web