Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
760d6e7861f245599e0ca1e98ba524a77d401a51
/
drivers
/
hid
/
usbhid
/
hid-core.c
14ef2b0
Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linus
by Jiri Kosina
· 15 years ago
57ab12e
HID: usbhid: initialize interface pointers early enough
by Jiri Kosina
· 15 years ago
858155f
HID: usbhid: introduce timeout for stuck ctrl/out URBs
by Oliver Neukum
· 15 years ago
d4bfa03
HID: make raw reports possible for both feature and output reports
by Jiri Kosina
· 15 years ago
e1a0bdd
Merge branch 'master' into upstream
by Jiri Kosina
· 15 years ago
7d39e84
HID: update copyright
by Jiri Kosina
· 15 years ago
d67dec5
HID: make USB device id constant
by Márton Németh
· 15 years ago
fb34d53
USB: remove the auto_pm flag
by Alan Stern
· 15 years ago
5b915d9
HID: fixup quirk for NCR devices
by Jiri Kosina
· 15 years ago
ccabcd2
HID: remove useless DRIVER_VERSION macro
by Jiri Kosina
· 15 years ago
88adb72
HID: fix MODULE_AUTHOR usage in HID modules
by Jiri Kosina
· 15 years ago
c4c259b
HID: consolidate connect and disconnect into core code
by Jiri Kosina
· 15 years ago
8123e8f
Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linus
by Jiri Kosina
· 15 years ago
52cfc61
HID: local function should be static
by H Hartley Sweeten
· 15 years ago
8b42488
HID: Avoid double spin_lock_init on usbhid->lock
by Sergey Senozhatsky
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
a635f9d
HID: use debugfs for report dumping descriptor
by Jiri Kosina
· 15 years ago
70fa9f2
HID: no more reinitializtion is needed in post_reset
by Jiri Kosina
· 16 years ago
f520899
HID: fix dropped device-specific quirks
by Zoltan Karcagi
· 16 years ago
89092dd
HID: fix possible deadlock in usbhid_close()
by Oliver Neukum
· 16 years ago
621de59
Merge branch 'autosuspend' into for-next
by Jiri Kosina
· 16 years ago
6f4303f
HID: bring back possibility to specify vid/pid ignore on module load
by Jiri Kosina
· 16 years ago
6d77976
HID: autosuspend -- fix lockup of hid on reset
by Oliver Neukum
· 16 years ago
ae2f007
HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set
by Jiri Kosina
· 16 years ago
378a0ed
HID: fix USB HID devices after STD with autosuspend
by Oliver Neukum
· 16 years ago
0f6f140
HID: do not try to compile PM code with CONFIG_PM unset
by Jiri Kosina
· 16 years ago
0361a28
HID: autosuspend support for USB HID
by Oliver Neukum
· 16 years ago
011b15d
USB: change interface to usb_lock_device_for_reset()
by Alan Stern
· 16 years ago
898089d
HID: use GFP_KERNEL in hid_alloc_buffers
by Jiri Slaby
· 16 years ago
581a273
HID: usbhid, use usb_endpoint_xfer_int
by Jiri Slaby
· 16 years ago
08ef08e
HID: automatically call usbhid_set_leds in usbhid driver
by Alan Stern
· 16 years ago
efc7ce1
HID: non-input reports can also be numbered
by Jiri Kosina
· 16 years ago
fde5be3
HID: remove setup mutex, fix possible deadlock
by Jiri Slaby
· 16 years ago
131d3a7a
HID: don't grab devices with no input
by Jiri Slaby
· 16 years ago
e3e14de
HID: fix start/stop cycle in usbhid driver
by Jiri Slaby
· 16 years ago
b170060
HID: sync on deleted io_retry timer in usbhid driver
by Jiri Slaby
· 16 years ago
3d5afd3
HID: fix oops during suspend of unbound HID devices
by Jiri Slaby
· 16 years ago
ecc96e7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 16 years ago
a73a637
HID: add hid_type to general hid struct
by Jiri Slaby
· 16 years ago
46fcaec
USB: remove warn macro from HID core
by Greg Kroah-Hartman
· 16 years ago
7d89fe1
HID: remove warn() macro from usb hid drivers
by From: Greg Kroah-Hartman
· 16 years ago
ddbe324
HID: remove info() macro from usb HID drivers
by Greg Kroah-Hartman
· 16 years ago
f129ea6
HID: fix a lockup regression when using force feedback on a PID device
by Anssi Hannula
· 16 years ago
76483cf
HID: remove hid-ff
by Jiri Slaby
· 16 years ago
606bd0a
HID: move logitech FF processing
by Jiri Slaby
· 16 years ago
6edfa8d
HID: move reset leds quirk
by Jiri Slaby
· 16 years ago
93c1013
HID: move connect quirks
by Jiri Slaby
· 16 years ago
bd28ce0
HID: move sony quirks
by Jiri Slaby
· 16 years ago
2b88b80
HID: remove rdesc quirk support
by Jiri Slaby
· 16 years ago
880d29f
HID: indent switches/cases
by Jiri Slaby
· 16 years ago
8c19a51
HID: move apple quirks
by Jiri Slaby
· 16 years ago
d458a9d
HID: move ignore quirks
by Jiri Slaby
· 17 years ago
c500c97
HID: hid, make parsing event driven
by Jiri Slaby
· 17 years ago
85cdaf5
HID: make a bus from hid code
by Jiri Slaby
· 17 years ago
742120c
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
by Ming Lei
· 16 years ago
625f694
USB: remove interface parameter of usb_reset_composite_device
by Ming Lei
· 16 years ago
01d7b36
usbhid endianness annotations and fixes
by Al Viro
· 17 years ago
69626f2
HID: fix race between open() and disconnect() in usbhid
by Oliver Neukum
· 17 years ago
1d1bdd2
HID: move wait from hid to usbhid
by Jiri Slaby
· 17 years ago
282bfd4
HID: fix sparse warnings
by Jiri Slaby
· 17 years ago
f345c37
HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbd
by Pekka Sarnila
· 17 years ago
92c4a1b
HID: Use DIV_ROUND_UP
by Julia Lawall
· 17 years ago
d057fd4
Merge branch 'hidraw' into for-linus
by Jiri Kosina
· 17 years ago
86166b7
HID: add hidraw interface
by Jiri Kosina
· 18 years ago
efc493f
USB HID: provide hook for hidraw write()
by Jiri Kosina
· 18 years ago
933e318
HID: minimal autosuspend support for USB HID devices
by Oliver Neukum
· 17 years ago
22f675f
HID: Never call hid_free_buffers() when usbhid_device has been freed
by Jiri Kosina
· 17 years ago
cda5ecf
USB HID: fix memory leak of usbhid_device
by Jiri Kosina
· 17 years ago
de1a7b0
USB HID: fix a possible NULL pointer dereference when we fail to allocate memory
by Jesper Juhl
· 17 years ago
f07600c
USB: add reset_resume method
by Alan Stern
· 18 years ago
0458d5b
USB: add USB-Persist facility
by Alan Stern
· 18 years ago
feb485d4
Merge branches 'debug-module-param' and 'upstream' into for-linus
by Jiri Kosina
· 17 years ago
ea9a4a8
HID: separate quirks for report descriptor fixup
by Jiri Kosina
· 17 years ago
92d9e6e
HID: support for Petalynx Maxter remote control
by Jiri Kosina
· 17 years ago
2fa45a4
USB HID: avoid flush_scheduled_work()
by Alan Stern
· 18 years ago
58037eb
HID: make debugging output runtime-configurable
by Jiri Kosina
· 18 years ago
e071298
HID: switch to using input_dev->dev.parent
by Dmitry Torokhov
· 18 years ago
6675c5b
USB HID: usb_buffer_free() cleanup
by Dmitry Torokhov
· 18 years ago
66da876
USB HID: report descriptor of Cypress USB barcode readers needs fixup
by Jiri Kosina
· 18 years ago
876b927
USB HID: add 'quirks' module parameter
by Paul Walmsley
· 18 years ago
2eb5dc3
USB HID: encapsulate quirk handling into hid-quirks.c
by Paul Walmsley
· 18 years ago
4d5a1be
USB HID: EMS USBII device needs HID_QUIRK_MULTI_INPUT
by Paul Zaremba
· 18 years ago
f142b3a4
HID: update copyright and authorship macro
by Jiri Kosina
· 18 years ago
42cfb63
USB HID: add support for WiseGroup MP-8800 Quad Joypad
by Sam Liddicott
· 18 years ago
713c8aa
USB HID: numlock quirk for dell W7658 keyboard
by Pete Zaitcev
· 18 years ago
85cbea3
USB HID: Logitech MX3000 keyboard needs report descriptor quirk
by Jiri Kosina
· 18 years ago
bf892e6
USB HID: extend quirk for Logitech S510 keyboard
by Jiri Kosina
· 18 years ago
66df514
USB HID: add QUIRK_HIDDEV for Belkin Flip KVM
by Daniel P. Engel
· 18 years ago
4cbe7d2
USB HID: specify explicit size for hid_blacklist.quirks
by Paul Walmsley
· 18 years ago
5e2a55f
USB HID: fix retry & reset logic
by Alan Stern
· 18 years ago
48b4554
USB HID: consolidate vendor/product ids
by Jiri Kosina
· 18 years ago
6db3dfe
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
by Jiri Kosina
· 18 years ago
[Renamed from drivers/usb/input/hid-core.c]
7c368bb
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 18 years ago
5ddc322
HID blacklisting of all Code Mercenaries IOWarrior devices
by Robert Marquardt
· 18 years ago
2591466
HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle button
by Jiri Kosina
· 18 years ago
b55fd23
HID: fix broken Logitech S510 keyboard report descriptor; make extra keys work
by Jiri Kosina
· 18 years ago
fdc9c56
USB HID: use CONFIG_HID_DEBUG for outputting report descriptor
by Jiri Kosina
· 18 years ago
9fa2ad5f
USB HID: Fix USB vendor and product IDs endianness for USB HID devices
by Julien BLACHE
· 18 years ago
7426fa8
USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklist
by Jeremy Roberson
· 18 years ago
3f9b407
USB: input: HID: add CIDC USB device to HID blacklist
by Zheng XiaoJun
· 18 years ago
Next »