summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo...Jiri Kosina2013-02-2162-801/+716
|\ \ \ \
| | | | * HID: add ThingM blink(1) USB RGB LED supportVivien Didelot2013-02-195-0/+287
| | | | * HID: wiimote: fix nunchuck button parserDavid Herrmann2013-02-181-4/+4
| | | | * HID: blacklist Velleman data acquisition boardsIan Abbott2013-02-182-0/+14
| | | | * HID: add missing GENERIC_HARDIRQ dependencyHeiko Carstens2013-02-071-1/+1
| | | | * HID: Fix uninitialized variable "size" in hid-wiimote-debugSimon Que2013-01-181-1/+1
| | | | * HID: Support Jess/Saitek Color Rumble PadMichael Karcher2013-01-173-2/+15
| | | | * HID: Use module_hid_driver macroH Hartley Sweeten2013-01-0354-691/+54
| | | * | HID: ntrig: use input_configured() callback to set the nameBenjamin Tissoires2013-02-181-34/+34
| | * | | HID: multitouch: do not use pointers towards hid-coreBenjamin Tissoires2013-02-071-6/+13
| | * | | HID: multitouch: make MT_CLS_ALWAYS_TRUE the new default classBenjamin Tissoires2013-02-051-27/+27
| | * | | HID: multitouch: fix protocol for Elo panelsBenjamin Tissoires2013-02-051-1/+7
| | * | | HID: multitouch: fix protocol for Cando 2087:0a02Benjamin Tissoires2013-02-051-1/+7
| | * | | HID: multitouch: fix protocol for Sitronix 1403:5001Benjamin Tissoires2013-02-051-1/+1
| | * | | HID: multitouch: ensure that serial devices make no use of contact countBenjamin Tissoires2013-02-051-0/+1
| | * | | HID: multitouch: fix Win8 protocol for Sharp like devicesBenjamin Tissoires2013-02-051-0/+1
| | * | | HID: multitouch: add support for Nexio 42" panelBenjamin Tissoires2013-02-052-6/+33
| | * | | HID: multitouch: use the callback "report" instead of sequential eventsBenjamin Tissoires2013-02-051-6/+38
| | * | | HID: core: add "report" hook, called once the report has been parsedBenjamin Tissoires2013-02-051-0/+4
| | |/ /
| * | | HID: Correct Logitech order in hid-ids.hSimon Wood2013-02-201-1/+1
| * | | HID: LG4FF: Remove unnecessary deadzone codeSimon Wood2013-02-201-17/+0
| * | | HID: LG: Prevent the Logitech Gaming Wheels deadzoneSimon Wood2013-02-201-0/+20
| * | | HID: LG: Fix detection of Logitech Speed Force Wireless (WiiWheel)Simon Wood2013-02-201-9/+11
| * | | HID: LG: Add support for Logitech Momo Force (Red) WheelSimon Wood2013-02-201-1/+57
| * | | HID: logitech: split accel, brake for Driving Force wheelPaul Sbarra2013-02-191-3/+5
| * | | HID: logitech: add report descriptor for Driving Force wheelPaul Sbarra2013-02-191-5/+96
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'for-3.8/upstream-fixes', 'for-3.9/hid-sensor', 'for-3.9/hidra...Jiri Kosina2013-02-212849-55249/+171879
|\ \ \ \ \
| | | * | | HID: i2c-hid: add ACPI supportMika Westerberg2013-01-181-6/+81
| | | | |/ | | | |/|
| | * | | HID: hidraw: print message when succesfully initializedJiri Kosina2013-02-191-0/+1
| | | |/ | | |/|
| * | | HID: sensor-hub: don't limit the driver only to USB busMika Westerberg2013-02-181-1/+2
| * | | HID: sensor-hub: get rid of unused sensor_hub_grabbed_usages[] tableMika Westerberg2013-02-181-5/+0
| * | | HID: extend autodetect to handle I2C sensors as wellMika Westerberg2013-02-181-1/+1
| |/ /
| * | Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-01-313-1/+16
| |\ \
| * \ \ Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-311-2/+3
| |\ \ \
| | * \ \ Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-301-2/+3
| | |\ \ \
| | | * | | efivarfs: Delete dentry from dcache in efivarfs_file_write()Matt Fleming2013-01-181-0/+1
| | | * | | efivarfs: Never return ENOENT from firmwareMatt Fleming2013-01-181-1/+1
| | | * | | efivarfs: Drop link count of the right inodeLingzhu Xiang2013-01-181-1/+1
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-318-8/+13
| |\ \ \ \ \
| | * | | | | samsung-laptop: Disable on EFI hardwareMatt Fleming2013-01-301-0/+4
| | * | | | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-307-8/+9
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'edac_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-01-302-4/+4
| |\ \ \ \ \
| | * | | | | EDAC: Fix kcalloc argument orderJoe Perches2013-01-301-3/+3
| | * | | | | EDAC: Test correct variable in ->store functionDan Carpenter2013-01-301-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-3021-158/+155
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-264-12/+36
| | |\ \ \ \ \
| | | * | | | | drm/i915: dump UTS_RELEASE into the error_stateDaniel Vetter2013-01-231-0/+2
| | | * | | | | iommu/intel: disable DMAR for g4x integrated gfxDaniel Vetter2013-01-231-6/+15
| | | * | | | | drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-231-0/+5
| | | * | | | | drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-232-6/+14