index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
Age
Commit message (
Expand
)
Author
Lines
2014-08-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-18
/
+42
2014-08-27
HID: picolcd: sanity check report size in raw_event() callback
Jiri Kosina
-0
/
+6
2014-08-27
HID: magicmouse: sanity check report size in raw_event() callback
Jiri Kosina
-0
/
+10
2014-08-25
HID: logitech-dj: prevent false errors to be shown
Benjamin Tissoires
-18
/
+26
2014-08-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-93
/
+114
2014-08-21
HID: fix a couple of off-by-ones
Jiri Kosina
-7
/
+7
2014-08-21
HID: logitech: perform bounds checking on device_id early enough
Jiri Kosina
-7
/
+6
2014-08-21
HID: logitech: fix bounds checking on LED report size
Jiri Kosina
-1
/
+1
2014-08-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-0
/
+2
2014-08-15
HID: logitech: Prevent possibility of infinite loop when using /sys interface
Simon Wood
-2
/
+2
2014-08-14
HID: rmi: print an error if F11 is not found instead of stopping the device
Andrew Duggan
-4
/
+9
2014-08-12
Input: wacom - fix compiler warning if !CONFIG_PM
Geert Uytterhoeven
-0
/
+2
2014-08-12
HID: hid-sensor-hub: use devm_ functions consistently
Himangi Saraogi
-22
/
+11
2014-08-12
HID: huion: Use allocated buffer for DMA
Nikolai Kondrashov
-12
/
+38
2014-08-12
HID: huion: Fail on parameter retrieval errors
Nikolai Kondrashov
-47
/
+49
2014-08-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-981
/
+4523
2014-08-07
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
-2
/
+339
2014-08-06
Merge branch 'next' into for-linus
Dmitry Torokhov
-1293
/
+6338
2014-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-642
/
+1181
2014-08-06
Input: wacom - only register once the MODULE_* macros
Benjamin Tissoires
-4
/
+5
2014-08-06
Input: HID - remove hid-wacom Bluetooth driver
Benjamin Tissoires
-982
/
+2
2014-08-06
Input: wacom - add copyright note and bump version to 2.0
Benjamin Tissoires
-1
/
+4
2014-08-06
Input: wacom - remove passing id for wacom_set_report
Przemo Firszt
-18
/
+17
2014-08-06
Input: wacom - check for bluetooth protocol while setting OLEDs
Benjamin Tissoires
-8
/
+21
2014-08-06
Input: wacom - handle Intuos 4 BT in wacom.ko
Benjamin Tissoires
-2
/
+92
2014-08-06
Input: wacom - handle Graphire BT tablets in wacom.ko
Benjamin Tissoires
-5
/
+132
2014-08-06
Input: wacom - prepare the driver to include BT devices
Benjamin Tissoires
-3
/
+69
2014-08-06
Merge branches 'for-3.17/upstream', 'for-3.17/cp2112', 'for-3.17/huion', 'for...
Jiri Kosina
-645
/
+1190
2014-08-04
HID: hyperv: register as a wakeup source
Dexuan Cui
-0
/
+6
2014-07-30
HID: sony: Default initialize all elements of the LED max_brightness array to 1
Frank Praznik
-1
/
+1
2014-07-29
HID: huion: Fix sparse warnings
Nikolai Kondrashov
-1
/
+1
2014-07-29
HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed
Reyad Attiyat
-1
/
+5
2014-07-29
HID: ignore jabra gn9350e
Patrick Plattes
-0
/
+2
2014-07-29
HID: cp2112: add I2C mode
Antonio Borneo
-1
/
+102
2014-07-29
HID: use multi input quirk for 22b9:2968
Wen-chien Jesse Sung
-0
/
+2
2014-07-29
HID: rmi: only bind the hid-rmi driver to the mouse interface of composite US...
Andrew Duggan
-1
/
+3
2014-07-29
HID: rmi: check that report ids exist in the report_id_hash before accessing ...
Andrew Duggan
-6
/
+22
2014-07-29
HID: lenovo: Add support for Compact (BT|USB) keyboard
Jamie Lentin
-0
/
+214
2014-07-29
HID: lenovo: Don't call function in condition, show error codes
Jamie Lentin
-4
/
+4
2014-07-29
HID: lenovo: Prepare support for adding other devices
Jamie Lentin
-8
/
+45
2014-07-29
HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovo
Jamie Lentin
-101
/
+102
2014-07-29
HID: huion: Handle tablets with UC-Logic vendor ID
Nikolai Kondrashov
-0
/
+1
2014-07-29
HID: huion: Switch to generating report descriptor
Nikolai Kondrashov
-78
/
+167
2014-07-29
HID: huion: Don't ignore other interfaces
Nikolai Kondrashov
-13
/
+7
2014-07-29
HID: huion: Use "tablet" instead of specific model
Nikolai Kondrashov
-14
/
+15
2014-07-29
HID: add quirk for 0x04d9:0xa096 device
Wangzhao Cai
-0
/
+2
2014-07-29
HID: i2c-hid: call the hid driver's suspend and resume callbacks
Andrew Duggan
-1
/
+14
2014-07-29
HID: rmi: change logging level of log messages related to unexpected reports
Andrew Duggan
-2
/
+2
2014-07-29
HID: rmi: make compututation of the address of Query 12 more careful
Andrew Duggan
-10
/
+25
2014-07-28
Input: wacom - add support for 0x12C ISDv4 sensor
Jason Gerecke
-0
/
+4
[next]