index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-30
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...
Linus Torvalds
18
-3
/
+5531
2007-04-29
Merge branch 'field-zeroing' into for-linus
Jiri Kosina
1
-0
/
+5
2007-04-29
USB HID: don't warn on idVendor == 0
Jiri Kosina
1
-2
/
+0
2007-04-19
USB HID: add 'quirks' module parameter
Paul Walmsley
2
-0
/
+51
2007-04-19
USB HID: add support for dynamically-created quirks
Paul Walmsley
1
-14
/
+149
2007-04-19
USB HID: clarify static quirk handling as squirks
Paul Walmsley
1
-6
/
+33
2007-04-19
USB HID: encapsulate quirk handling into hid-quirks.c
Paul Walmsley
3
-446
/
+487
2007-04-18
USB HID: EMS USBII device needs HID_QUIRK_MULTI_INPUT
Paul Zaremba
1
-0
/
+4
2007-04-16
HID: update copyright and authorship macro
Jiri Kosina
2
-3
/
+3
2007-04-11
HID: introduce proper zeroing of unused bits in output reports
Simon Budig
1
-0
/
+5
2007-04-11
USB HID: add support for WiseGroup MP-8800 Quad Joypad
Sam Liddicott
1
-1
/
+4
2007-04-11
USB HID: add FF support for Logitech Force 3D Pro Joystick
Jiri Kosina
2
-0
/
+2
2007-04-11
USB HID: numlock quirk for dell W7658 keyboard
Pete Zaitcev
1
-0
/
+45
2007-04-11
USB HID: Logitech MX3000 keyboard needs report descriptor quirk
Jiri Kosina
2
-12
/
+30
2007-04-11
USB HID: extend quirk for Logitech S510 keyboard
Jiri Kosina
1
-2
/
+4
2007-04-11
USB HID: usbkbd/usbmouse - handle errors when registering devices
Dmitry Torokhov
2
-8
/
+20
2007-04-11
USB HID: add QUIRK_HIDDEV for Belkin Flip KVM
Daniel P. Engel
1
-0
/
+5
2007-04-11
HID: enable dead keys on a belkin wireless keyboard
Chris Clayton
1
-0
/
+9
2007-04-11
USB HID: Thustmaster firestorm dual power v1 support
Ronny Peine
1
-0
/
+1
2007-04-11
USB HID: specify explicit size for hid_blacklist.quirks
Paul Walmsley
1
-2
/
+3
2007-04-11
USB HID: fix retry & reset logic
Alan Stern
1
-0
/
+5
2007-04-11
USB HID: consolidate vendor/product ids
Jiri Kosina
1
-411
/
+410
2007-04-11
USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid
Jiri Kosina
15
-0
/
+5165
2007-04-05
HID: Do not discard truncated input reports
Adam Kropelin
1
-1
/
+1
2007-03-15
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...
Linus Torvalds
1
-11
/
+9
2007-03-14
[PATCH] hid-core endianness annotations
Al Viro
1
-5
/
+4
2007-03-12
HID: zeroing of bytes in output fields is bogus
Jiri Kosina
1
-4
/
+0
2007-03-12
HID: allocate hid_parser in a proper way
Jiri Kosina
1
-7
/
+9
2007-03-01
HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle button
Jiri Kosina
1
-5
/
+10
2007-03-01
HID: fix broken Logitech S510 keyboard report descriptor; make extra keys work
Jiri Kosina
1
-1
/
+21
2007-03-01
HID: fix possible double-free on error path in hid parser
Jiri Kosina
1
-5
/
+0
2007-03-01
HID: hid-debug.c should #include <linux/hid-debug.h>
Adrian Bunk
1
-0
/
+1
2007-03-01
HID: fix bug in zeroing the last field byte in output reports
Jiri Kosina
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-05
HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUG
Jiri Kosina
4
-22
/
+6
2007-02-05
HID: API - fix leftovers of hidinput API in USB HID
Jiri Kosina
1
-2
/
+14
2007-02-05
HID: hid debug from hid-debug.h to hid layer
Jiri Kosina
5
-6
/
+790
2007-02-05
hid: quirk for multi-input devices with unneeded output reports
Anssi Hannula
1
-1
/
+5
2007-01-30
HID: fix pb_fnmode and move it to generic HID
Jiri Kosina
1
-3
/
+8
2007-01-25
HID: fix hid-input mapping for Firefly Mini Remote Control
Simon Bennett
1
-0
/
+2
2007-01-25
HID: fix memleaking of collection
Jiri Kosina
1
-0
/
+1
2007-01-21
HID: hid/hid-input.c doesn't need to include linux/usb/input.h
Jiri Kosina
1
-1
/
+0
2007-01-21
HID: compilation fix when DEBUG_DATA is defined
Jiri Kosina
1
-1
/
+1
2007-01-21
HID: proper LED-mapping for SpaceNavigator
Simon Budig
2
-3
/
+20
2007-01-09
HID: Fix DRIVER_DESC macro
Jiri Kosina
1
-1
/
+1
2007-01-08
HID: mousepoll parameter makes no sense for generic HID
Jiri Kosina
1
-8
/
+0
2007-01-08
HID: tiny patch to remove a kmalloc cast
Ahmed S. Darwish
1
-1
/
+1
2007-01-08
HID: fix mappings for DiNovo Edge Keyboard - Logitech USB BT receiver
Adrian Drzewiecki
1
-4
/
+5
2007-01-04
HID: fix help texts in Kconfig
Jiri Kosina
1
-5
/
+12
[next]