summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sony.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-5/+26
|\
| *-. Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina2015-04-131-5/+26
| |\ \
| | | * HID: sony: Coding style cleanups in sixaxis_set_operational_usb()Antonio Ospite2015-02-181-5/+3Star
| | | * HID: sony: Use __u8 * for the buffer in sixaxis_set_operational_usb()Antonio Ospite2015-02-181-1/+1
| | | * HID: sony: Don't use magic numbers in sixaxis_set_operational_usb()Antonio Ospite2015-02-181-5/+8
| | | * HID: sony: Use the minimum accepted size for feature report 0xf2Antonio Ospite2015-02-181-1/+1
| | | * HID: sony: Enable Gasia third-party PS3 controllersLauri Kasanen2015-02-171-1/+21
| | |/
* | | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds2015-04-141-19/+24
|\ \ \ | |/ / |/| |
| * | power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-19/+24
| * | power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-1/+1
| |/
* | HID: sony: fix uninitialized per-controller spinlockFrank Praznik2015-02-231-0/+2
* | HID: sony: initialize sony_dev_list_lock properlyJiri Kosina2015-02-231-1/+1
* | HID: sony: Fix a WARNING shown when rmmod-ing the driverAntonio Ospite2015-02-181-1/+1
|/
* HID: sony: Add support for the third-party SMK PS3 Bluetooth RemoteFrank Praznik2014-11-201-0/+3
* HID: sony: Use kernel allocated buffers for HID reportsFrank Praznik2014-11-191-34/+113
* HID: sony: Update the DualShock 4 touchpad resolutionFrank Praznik2014-09-251-2/+2
* HID: sony: Set touchpad bits in the input_configured callbackFrank Praznik2014-09-221-34/+40
* HID: sony: Update file header and correct commentsFrank Praznik2014-09-151-5/+6
* HID: sony: Corrections for the DualShock 4 HID descriptorFrank Praznik2014-09-151-6/+6
* HID: sony: Set the Sixaxis cable state correctlyFrank Praznik2014-09-011-1/+2
* HID: sony: Default initialize all elements of the LED max_brightness array to 1Frank Praznik2014-07-301-1/+1
* HID: sony: Remove an old and redundant commentAntonio Ospite2014-06-251-2/+0Star
* HID: sony: Format and comment sixaxis_rdescAntonio Ospite2014-06-251-19/+74
* HID: sony: Always override the Sixaxis descriptorAntonio Ospite2014-06-251-21/+10Star
* HID: sony: Use the SIXAXIS_CONTROLLER constant when possibleAntonio Ospite2014-06-251-3/+1Star
* HID: hid-sony - allow 3rd party INTEC controller to turn off all ledsSimon Wood2014-04-241-0/+4
* HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDsFrank Praznik2014-04-241-25/+124
* HID: sony: Initialize the controller LEDs with a device ID valueFrank Praznik2014-04-241-5/+114
* HID: sony: Use the controller Bluetooth MAC address as the unique value in th...Frank Praznik2014-04-241-6/+2Star
* HID: sony: Convert startup and shutdown functions to use a uniform parameter ...Frank Praznik2014-04-241-35/+32Star
* HID: sony: Use a struct for the Sixaxis output report.Frank Praznik2014-04-241-17/+49
* HID: sony: Use inliners for work queue initialization and cancellationFrank Praznik2014-04-241-10/+19
* HID: sony: Fix cancel_work_sync mismergeFrank Praznik2014-04-031-2/+0Star
* HID: sony: fix force feedback mismergeJiri Kosina2014-04-011-4/+0Star
*---. Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int...Jiri Kosina2014-04-011-1/+11
|\ \ \
| | * | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sonyJiri Kosina2014-04-011-48/+16Star
| | |\|
| | * | HID: sony: Set the quriks flag for Bluetooth controllersFrank Praznik2014-04-011-0/+10
| | * | HID: sony: Fix Sixaxis cable state detectionFrank Praznik2014-04-011-1/+1
* | | | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-96/+704
|\ \ \ \ | | |_|/ | |/| |
| * | | HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires2014-03-141-46/+14Star
| * | | Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanupJiri Kosina2014-03-141-62/+692
| |\ \ \ | | |/ / | |/| / | | |/
| | * HID: sony: Prevent duplicate controller connections.Frank Praznik2014-02-241-0/+140
| | * HID: sony: Perform a boundry check on the sixaxis battery level index.Frank Praznik2014-02-241-1/+2
| | * HID: sony: Fix work queue issuesFrank Praznik2014-02-241-14/+14
| | * HID: sony: Fix multi-line comment stylingFrank Praznik2014-02-241-15/+30
| | * HID: sony: Enable LED controls and rumble for the Sixaxis on Bluetooth.Frank Praznik2014-02-201-11/+13
| | * HID: sony: Correct Sixaxis battery reportingFrank Praznik2014-02-171-2/+2
| | * HID: sony: Add conditionals to enable all features in Bluetooth modeFrank Praznik2014-02-171-7/+30
| | * HID: sony: Set initial battery level to 100% to avoid false low battery warningsFrank Praznik2014-02-171-0/+5
| | * HID: sony: Add Dualshock 4 Bluetooth battery and touchpad parsingFrank Praznik2014-02-171-8/+20