summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | HID: sony: Support PS3 Move Controller when connected via BluetoothSimon Wood2015-06-122-0/+3
| | | | | | | | * | | | HID: sony: Correct a typo in a HID descriptor comment and explain the odd Six...Frank Praznik2015-05-071-1/+8
| | | | | | | | * | | | HID: sony: Simplify LED initialization and eliminate redundant copies when up...Frank Praznik2015-05-071-30/+28
| | | | | | | | * | | | HID: sony: Correct Sony device orderingFrank Praznik2015-05-071-2/+2
| | | | | | | | * | | | HID: sony: Add support for the Sony Motion ControllerFrank Praznik2015-05-071-2/+136
| | | | | | | | * | | | HID: sony: Add the product ID for the Sony Motion ControllerFrank Praznik2015-05-072-0/+2
| | | | | | | | * | | | HID: sony: Prevent the freeing of an unitialized ida valueFrank Praznik2015-05-071-4/+4
| | | | | | | | |/ / /
| | | | | | | * | | | HID: sjoy: support Super Joy Box 4Sean Young2015-05-073-1/+4
| | | | | | | |/ / /
| | | | | | * | | | HID: MAINTAINERS: Add HID SENSOR HUB driversSrinivas Pandruvada2015-05-181-0/+12
| | | | | | |/ / /
| | | | | * | | | HID: rmi: Disable populating F30 when the touchpad has physical buttonsAndrew Duggan2015-06-161-3/+6
| | | | * | | | | HID: plantronics: Update to map volume up/down controlsTerry Junge2015-06-122-9/+130
| | | | |/ / / /
| | | * | | | | HID: lenovo: add support for Lenovo ThinkPad Keyboard Pro unitBenjamin Tissoires2015-05-073-0/+33
| | | * | | | | HID: lenovo: set INPUT_PROP_POINTING_STICKAndreas Fleig2015-04-231-0/+19
| | | | |/ / / | | | |/| | |
| | * | | | | HID: i2c-hid: Do not set the ACPI companion field in the HID deviceAndrew Duggan2015-06-031-1/+0
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logi...Jiri Kosina2015-06-2218-248/+589
| |\ \ \ \ \ \
| | | * | | | | HID: hidpp: Add driver for mouse logitech M560Goffredo Baroncelli2015-06-011-3/+224
| | | * | | | | HID: Export hid_field_extract()Goffredo Baroncelli2015-06-012-5/+8
| | | * | | | | HID: hid-lg: Only one of LG_FF flags can be set for a given deviceMichal Malý2015-05-071-3/+3
| | | * | | | | HID: hid-lg4ff: Update respective sysfs interface documentationMichal Malý2015-05-071-4/+4
| | | * | | | | HID: hid-lg4ff: Allow the driver to continue without sysfs interfaceMichal Malý2015-05-071-4/+3
| | | * | | | | HID: hid-lg4ff: Constify members of lg4ff_device_entryMichal Malý2015-05-071-15/+39
| | | * | | | | HID: hid-lg4ff: Store pointer to the output HID report struct in the device e...Michal Malý2015-05-071-35/+32
| | | * | | | | HID: hid-lg4ff: Protect concurrent access to output HID reportMichal Malý2015-05-071-0/+110
| | | * | | | | HID: hid-lg4ff: Stop the hid device from lg4ffMichal Malý2015-05-072-2/+4
| | | * | | | | HID: hid-lg4ff: Make lg4ff_wheel_data a separate structureMichal Malý2015-05-071-78/+88
| | | * | | | | HID: hid-lg: Check return values from lg[N]ff_init()Michal Malý2015-05-071-4/+7
| | | * | | | | HID: hid-lg4ff: Update a warning messageMichal Malý2015-05-071-2/+3
| | | * | | | | HID: hid-lg4ff: Explicit casts from void * are not necessaryMichal Malý2015-05-071-2/+2
| | | * | | | | HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.Michal Malý2015-05-071-1/+0
| | | * | | | | HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal ...Michal Malý2015-05-071-6/+6
| | | * | | | | HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý2015-05-071-14/+14
| | | * | | | | HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý2015-05-072-28/+28
| | | * | | | | HID: make timeout HZ independentNicholas Mc Guire2015-05-071-1/+2
| | | | |/ / / | | | |/| | |
| | * | | | | HID: cypress: use swap() in cp_report_fixup()Fabian Frederick2015-06-181-5/+1
| | * | | | | HID: microsoft: Add Surface Power CoverRaimund Roth2015-06-184-1/+7
| | * | | | | usb, HID: Remove Vernier devices from lsusb and hid_ignore_listDennis O'Brien2015-06-013-22/+0
| | * | | | | HID: lenovo: Remove sysfs group on failure pathAlexey Khoroshilov2015-05-291-2/+7
| | * | | | | HID: hid-input: Fix coding style issueJames C Boyd2015-05-281-1/+2
| | * | | | | HID: hid-input: Simplify conditional expressionJames C Boyd2015-05-281-1/+1
| | * | | | | HID: hid-input: Add parentheses to quell gcc warningJames C Boyd2015-05-281-1/+1
| | * | | | | HID: Makefile: fix alignment of objs-* entriesAntonio Ospite2015-05-261-3/+3
| | * | | | | HID: i2c-hid: fix harmless test_bit() issueDan Carpenter2015-05-181-3/+3
| | * | | | | HID: rmi: fix some harmless BIT() mistakesDan Carpenter2015-05-181-3/+3
| | * | | | | HID: core: remove phidgets from ignore listSean Young2015-05-122-24/+0
| | * | | | | HID: prodikeys: remove unused variableJiri Slaby2015-05-071-2/+1
| | * | | | | HID: usbhid: Add a quirk for raphnet multi-gamepad adaptersRaphael Assenat2015-04-272-0/+10
| | |/ / / /
| * | | | | HID: usbhid: add Chicony/Pixart usb optical mouse that needs QUIRK_ALWAYS_POLLHerton R. Krzesinski2015-05-252-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds2015-06-2315-264/+249
|\ \ \ \ \ \
| * | | | | | pcmcia: do not break rsrc_nonstatic when handling anonymous cardsDominik Brodowski2015-06-162-21/+27
| * | | | | | pcmcia: Fix resource leaks in yenta_probe() and _close()Takeshi Yoshimura2015-06-141-12/+21
OpenPOWER on IntegriCloud