aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/usbhid.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Revert "HID: usbhid: do not sleep when opening device"Jiri Kosina1-2/+0
2020-06-16HID: usbhid: do not sleep when opening deviceDmitry Torokhov1-0/+2
2020-04-29HID: usbhid: Fix race between usbhid_close() and usbhid_stop()Alan Stern1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2017-06-08HID: usbhid: do not rely on hid->open when deciding to do IODmitry Torokhov1-0/+11
2017-06-08HID: hiddev: use hid_hw_power instead of usbhid_get/put_powerDmitry Torokhov1-2/+0
2017-06-08HID: hiddev: use hid_hw_open/close instead of usbhid_open/closeDmitry Torokhov1-2/+0
2015-12-28HID: usbhid: use to_usb_deviceGeliang Tang1-1/+1
2014-10-29HID: usbhid: prevent unwanted events to be sent when re-opening the deviceBenjamin Tissoires1-0/+1
2013-07-31HID: usbhid: use generic hidinput_input_event()David Herrmann1-3/+0
2013-02-25HID: use hid_hw_wait() instead of direct call to usbhidBenjamin Tissoires1-1/+0
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-2/+0
2012-07-20HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDEDAlan Stern1-1/+0
2012-03-30HID: usbhid: fix error handling of not enough bandwidthOliver Neukum1-0/+1
2011-12-21HID: usbhid: defer LED setting to a workqueueDaniel Kurtz1-0/+2
2011-12-21HID: usbhid: remove LED_ONDaniel Kurtz1-1/+0
2010-12-22HID: usbhid: base runtime PM on modern APIOliver Neukum1-1/+0
2010-09-14HID: fix hiddev's use of usb_find_interfaceGuillaume Chazarain1-0/+1
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-1/+0
2010-02-12HID: usbhid: introduce timeout for stuck ctrl/out URBsOliver Neukum1-0/+2
2009-03-25HID: autosuspend support for USB HIDOliver Neukum1-4/+10
2009-01-04HID: move usbhid flags to usbhid.hJiri Slaby1-0/+10
2008-11-23HID: remove setup mutex, fix possible deadlockJiri Slaby1-1/+0
2008-10-27HID: fix oops during suspend of unbound HID devicesJiri Slaby1-0/+2
2008-10-14HID: fix a lockup regression when using force feedback on a PID deviceAnssi Hannula1-1/+1
2008-10-14HID: make a bus from hid codeJiri Slaby1-1/+1
2008-04-22HID: move wait from hid to usbhidJiri Slaby1-1/+2
2007-04-11USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina1-0/+87