summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-2440-554/+2983
|\
| * Merge branch 'uhid' into for-linusJiri Kosina2012-07-249-0/+1266
| |\
| | * HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes2012-07-201-1/+1
| | * HID: uhid: silence gcc warningJiri Kosina2012-06-181-1/+1
| | * MAINTAINERS: add UHID entryDavid Herrmann2012-06-181-0/+7
| | * HID: uhid: add example programDavid Herrmann2012-06-182-0/+391
| | * HID: uhid: add documentationDavid Herrmann2012-06-181-0/+169
| | * HID: uhid: implement feature requestsDavid Herrmann2012-06-182-1/+136
| | * HID: uhid: forward raw output reports to user-spaceDavid Herrmann2012-06-182-1/+47
| | * HID: uhid: forward output request to user-spaceDavid Herrmann2012-06-182-0/+26
| | * HID: uhid: forward open/close events to user-spaceDavid Herrmann2012-06-182-1/+8
| | * HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann2012-06-182-1/+9
| | * HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann2012-06-181-1/+3
| | * HID: uhid: allow feeding input data into uhid devicesDavid Herrmann2012-06-182-0/+23
| | * HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann2012-06-182-1/+164
| | * HID: uhid: implement write() on uhid devicesDavid Herrmann2012-06-181-1/+30
| | * HID: uhid: implement read() on uhid devicesDavid Herrmann2012-06-181-1/+45
| | * HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann2012-06-181-0/+7
| | * HID: uhid: add internal message bufferDavid Herrmann2012-06-183-0/+99
| | * HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann2012-06-183-0/+110
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes...Jiri Kosina2012-07-2432-550/+1697
| |\ \ \ \ \ \
| | | | | | * | HID: add ASUS AIO keyboard model AK1DCyrus Lien2012-07-233-0/+3
| | | | | | * | HID: add support for Cypress barcode scanner 04B4:ED81Lionel Vaux2012-07-223-0/+4
| | | | | | * | HID: Allow drivers to be their own listenerDavid Herrmann2012-07-202-6/+4
| | | | | | * | HID: Add driver for Holtek based keyboards with broken HIDTom Harwood2012-07-125-2/+192
| | | | | | * | HID: Add suport for the brightness control keys on HP keyboardsKeng-Yu Lin2012-07-092-0/+10
| | | | | | * | HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPointBryan Wu2012-06-181-0/+1
| | | | | | * | HID: Driver for Lenovo Keyboard with TrackpointBernhard Seibold2012-06-086-0/+619
| | | | | | * | HID: wiimote-ext: comment spelling fixGiuseppe Bilotta2012-06-051-1/+1
| | | | | | |/
| | | | | * | HID: usbhid: fix error paths in suspendAlan Stern2012-07-201-27/+44
| | | | | * | HID: usbhid: check for suspend or reset before restartingAlan Stern2012-07-201-2/+4
| | | | | * | HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDEDAlan Stern2012-07-202-8/+7
| | | | | * | HID: usbhid: inline some simple routinesAlan Stern2012-07-201-31/+16
| | | | | * | HID: usbhid: fix autosuspend callsAlan Stern2012-07-201-74/+72
| | | | | * | HID: usbhid: fix use-after-free bugAlan Stern2012-07-201-5/+11
| | | | * | | HID: roccat: added sensor sysfs attribute for SavuStefan Achatz2012-07-203-0/+13
| | | | * | | HID: roccat: rename roccat_common functions to roccat_common2Stefan Achatz2012-06-288-67/+67
| | | | * | | HID: roccat: fix wrong hid_err usage on struct usb_deviceStefan Achatz2012-06-281-3/+3
| | | | * | | HID: roccat: move functionality to roccat-commonStefan Achatz2012-06-2812-332/+111
| | | | * | | HID: roccat: add support for Roccat SavuStefan Achatz2012-06-286-1/+532
| | | * | | | HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires2012-06-283-0/+9
| | | * | | | HID: hid-multitouch: fix input mode feature commandBenjamin Tissoires2012-06-281-1/+12
| | | * | | | HID: multitouch: fix entry for Novatek TouchscreenJiri Kosina2012-06-061-1/+1
| | | * | | | HID: multitouch: add support for Novatek touchscreenAustin Hendrix2012-06-062-0/+8
| | | | |_|/ | | | |/| |
| | * | | | HID: magicmouse: Implement Multi-touch Protocol B (MT-B)Yufeng Shen2012-07-041-44/+22
| | * | | | HID: magicmouse: Removing report_touches switchYufeng Shen2012-07-041-50/+45
| | | |/ / | | |/| |
| * | | | HID: hid-core: optimize in case of hidrawMatthieu CASTET2012-07-202-3/+9
| * | | | HID: hidraw: fix list->buffer memleakMatthieu CASTET2012-07-201-1/+11
| | |_|/ | |/| |
* | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2468-846/+1220
|\ \ \ \
| * | | | hwmon: (applesmc) Ignore some temperature registersHenrik Rydberg2012-07-211-28/+47