index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
usbhid.h
Age
Commit message (
Expand
)
Author
2020-08-18
Revert "HID: usbhid: do not sleep when opening device"
Jiri Kosina
2020-06-16
HID: usbhid: do not sleep when opening device
Dmitry Torokhov
2020-04-29
HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
Alan Stern
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2017-06-08
HID: usbhid: do not rely on hid->open when deciding to do IO
Dmitry Torokhov
2017-06-08
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
2017-06-08
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
2015-12-28
HID: usbhid: use to_usb_device
Geliang Tang
2014-10-29
HID: usbhid: prevent unwanted events to be sent when re-opening the device
Benjamin Tissoires
2013-07-31
HID: usbhid: use generic hidinput_input_event()
David Herrmann
2013-02-25
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
2013-02-25
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
2012-07-20
HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED
Alan Stern
2012-03-30
HID: usbhid: fix error handling of not enough bandwidth
Oliver Neukum
2011-12-21
HID: usbhid: defer LED setting to a workqueue
Daniel Kurtz
2011-12-21
HID: usbhid: remove LED_ON
Daniel Kurtz
2010-12-22
HID: usbhid: base runtime PM on modern API
Oliver Neukum
2010-09-14
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
2010-05-20
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
2010-02-12
HID: usbhid: introduce timeout for stuck ctrl/out URBs
Oliver Neukum
2009-03-25
HID: autosuspend support for USB HID
Oliver Neukum
2009-01-04
HID: move usbhid flags to usbhid.h
Jiri Slaby
2008-11-23
HID: remove setup mutex, fix possible deadlock
Jiri Slaby
2008-10-27
HID: fix oops during suspend of unbound HID devices
Jiri Slaby
2008-10-14
HID: fix a lockup regression when using force feedback on a PID device
Anssi Hannula
2008-10-14
HID: make a bus from hid code
Jiri Slaby
2008-04-22
HID: move wait from hid to usbhid
Jiri Slaby
2007-04-11
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
Jiri Kosina