index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hid-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: change interface to usb_lock_device_for_reset()
Alan Stern
2009-01-07
1
-5
/
+4
*
HID: use GFP_KERNEL in hid_alloc_buffers
Jiri Slaby
2009-01-04
1
-7
/
+10
*
HID: usbhid, use usb_endpoint_xfer_int
Jiri Slaby
2009-01-04
1
-1
/
+1
*
HID: automatically call usbhid_set_leds in usbhid driver
Alan Stern
2009-01-04
1
-0
/
+9
*
HID: non-input reports can also be numbered
Jiri Kosina
2009-01-04
1
-4
/
+2
*
HID: remove setup mutex, fix possible deadlock
Jiri Slaby
2008-11-23
1
-16
/
+2
*
HID: don't grab devices with no input
Jiri Slaby
2008-11-14
1
-6
/
+11
*
HID: fix start/stop cycle in usbhid driver
Jiri Slaby
2008-11-13
1
-0
/
+8
*
HID: sync on deleted io_retry timer in usbhid driver
Jiri Slaby
2008-10-27
1
-1
/
+1
*
HID: fix oops during suspend of unbound HID devices
Jiri Slaby
2008-10-27
1
-17
/
+41
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2008-10-26
1
-0
/
+3
|
\
|
*
HID: add hid_type to general hid struct
Jiri Slaby
2008-10-22
1
-0
/
+3
*
|
USB: remove warn macro from HID core
Greg Kroah-Hartman
2008-10-17
1
-2
/
+2
|
/
*
HID: remove warn() macro from usb hid drivers
From: Greg Kroah-Hartman
2008-10-14
1
-7
/
+10
*
HID: remove info() macro from usb HID drivers
Greg Kroah-Hartman
2008-10-14
1
-1
/
+2
*
HID: fix a lockup regression when using force feedback on a PID device
Anssi Hannula
2008-10-14
1
-4
/
+27
*
HID: remove hid-ff
Jiri Slaby
2008-10-14
1
-1
/
+1
*
HID: move logitech FF processing
Jiri Slaby
2008-10-14
1
-0
/
+1
*
HID: move reset leds quirk
Jiri Slaby
2008-10-14
1
-4
/
+2
*
HID: move connect quirks
Jiri Slaby
2008-10-14
1
-69
/
+7
*
HID: move sony quirks
Jiri Slaby
2008-10-14
1
-30
/
+0
*
HID: remove rdesc quirk support
Jiri Slaby
2008-10-14
1
-10
/
+0
*
HID: indent switches/cases
Jiri Slaby
2008-10-14
1
-51
/
+52
*
HID: move apple quirks
Jiri Slaby
2008-10-14
1
-4
/
+0
*
HID: move ignore quirks
Jiri Slaby
2008-10-14
1
-4
/
+2
*
HID: hid, make parsing event driven
Jiri Slaby
2008-10-14
1
-139
/
+191
*
HID: make a bus from hid code
Jiri Slaby
2008-10-14
1
-9
/
+35
*
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
Ming Lei
2008-07-21
1
-1
/
+1
*
USB: remove interface parameter of usb_reset_composite_device
Ming Lei
2008-07-21
1
-1
/
+1
*
usbhid endianness annotations and fixes
Al Viro
2008-04-28
1
-1
/
+1
*
HID: fix race between open() and disconnect() in usbhid
Oliver Neukum
2008-04-22
1
-1
/
+3
*
HID: move wait from hid to usbhid
Jiri Slaby
2008-04-22
1
-8
/
+8
*
HID: fix sparse warnings
Jiri Slaby
2008-04-22
1
-4
/
+5
*
HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbd
Pekka Sarnila
2008-04-22
1
-16
/
+24
*
HID: Use DIV_ROUND_UP
Julia Lawall
2008-03-18
1
-1
/
+1
*
Merge branch 'hidraw' into for-linus
Jiri Kosina
2007-10-14
1
-2
/
+36
|
\
|
*
HID: add hidraw interface
Jiri Kosina
2007-10-14
1
-2
/
+13
|
*
USB HID: provide hook for hidraw write()
Jiri Kosina
2007-10-14
1
-0
/
+23
*
|
HID: minimal autosuspend support for USB HID devices
Oliver Neukum
2007-10-14
1
-2
/
+14
|
/
*
HID: Never call hid_free_buffers() when usbhid_device has been freed
Jiri Kosina
2007-08-02
1
-2
/
+2
*
USB HID: fix memory leak of usbhid_device
Jiri Kosina
2007-08-02
1
-0
/
+2
*
USB HID: fix a possible NULL pointer dereference when we fail to allocate memory
Jesper Juhl
2007-08-02
1
-1
/
+2
*
USB: add reset_resume method
Alan Stern
2007-07-12
1
-3
/
+6
*
USB: add USB-Persist facility
Alan Stern
2007-07-12
1
-1
/
+1
*
Merge branches 'debug-module-param' and 'upstream' into for-linus
Jiri Kosina
2007-07-09
1
-63
/
+10
|
\
|
*
HID: separate quirks for report descriptor fixup
Jiri Kosina
2007-07-09
1
-80
/
+9
|
*
HID: support for Petalynx Maxter remote control
Jiri Kosina
2007-07-09
1
-0
/
+18
|
*
USB HID: avoid flush_scheduled_work()
Alan Stern
2007-07-09
1
-1
/
+1
*
|
HID: make debugging output runtime-configurable
Jiri Kosina
2007-07-09
1
-20
/
+18
|
/
*
HID: switch to using input_dev->dev.parent
Dmitry Torokhov
2007-05-09
1
-1
/
+1
[next]