summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sony.c
Commit message (Expand)AuthorAgeFilesLines
* HID: sony: Fix race condition between rumble and device remove.Roderick Colenbrander2019-08-061-3/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* HID: sony: Fix SHANWAN PS3 GamePad rumble and led settings supportHongye Yuan2019-01-091-3/+8
* HID: sony: Transform one-time SHANWAN check into quirkHongye Yuan2019-01-091-7/+13
* HID: hid-sony.c: Use devm_ api to simplify sc->output_report_dmabufHanno Zulla2018-07-091-7/+8
* HID: hid-sony.c: Use devm_ api to simplify sony_battery_probe()Hanno Zulla2018-07-091-24/+4Star
* HID: hid-sony.c: Use devm_ api to simplify sony_leds_init()Hanno Zulla2018-07-091-37/+5Star
* HID: hid-sony.c: Use devm_ api to simplify sony_register_sensors()Hanno Zulla2018-07-091-34/+5Star
* HID: hid-sony.c: Use devm_ api to simplify sony_register_touchpad()Hanno Zulla2018-07-091-34/+6Star
* HID: sony: Add touchpad support for NSG-MR5U and NSG-MR7U remotesTodd Kelner2018-03-061-6/+125
*-. Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina2018-01-311-8/+2Star
|\ \
| * | HID: sony: Print reversed MAC address via %pMRAndy Shevchenko2018-01-231-8/+2Star
| |/
* / HID: sony: Report DS4 version info through sysfsRoderick Colenbrander2018-01-231-0/+83
|/
* HID: sony: Fix SHANWAN pad rumbling on USBBastien Nocera2017-11-091-4/+10
* Merge branch 'for-4.12/sony' into for-linusJiri Kosina2017-05-021-810/+864
|\
| * HID: sony: remove redundant check for -ve errColin Ian King2017-04-061-3/+0Star
| * HID: sony: Make sure to unregister sensors on failureRoderick Colenbrander2017-04-061-3/+2Star
| * HID: sony: Make DS4 bt poll interval adjustableRoderick Colenbrander2017-04-061-10/+69
| * HID: sony: Set proper bit flags on DS4 output reportRoderick Colenbrander2017-04-061-2/+2
| * HID: sony: DS4 use brighter LED colorsRoderick Colenbrander2017-04-061-4/+4
| * HID: sony: Improve navigation controller axis/button mappingRoderick Colenbrander2017-04-061-101/+85Star
| * HID: sony: Use DS3 MAC address as unique identifier on USBRoderick Colenbrander2017-04-061-0/+6
| * HID: sony: Perform duplicate device check earlier onRoderick Colenbrander2017-03-211-4/+4
| * HID: sony: Expose DS3 motion sensors through separate deviceRoderick Colenbrander2017-03-211-25/+105
| * HID: sony: Print error on failure to active DS3 / Navigation controllersRoderick Colenbrander2017-03-211-0/+12
| * HID: sony: DS3 comply to Linux gamepad specRoderick Colenbrander2017-03-211-95/+81Star
| * HID: sony: Mark DS4 touchpad device as a pointerRoderick Colenbrander2017-03-211-1/+1
| * HID: sony: Support motion sensor calibration on dongleRoderick Colenbrander2017-03-211-7/+89
| * HID: sony: Make work handling more genericRoderick Colenbrander2017-03-211-11/+19
| * HID: sony: Treat the ds4 dongle as a separate deviceRoderick Colenbrander2017-03-211-48/+51
| * HID: sony: Remove report descriptor fixup for DS4Roderick Colenbrander2017-03-211-202/+59Star
| * HID: sony: Report hardware timestamp for DS4 sensor valuesRoderick Colenbrander2017-03-211-0/+27
| * HID: sony: Calibrate DS4 motion sensorsRoderick Colenbrander2017-03-211-28/+184
| * HID: sony: Report DS4 motion sensors through a separate deviceRoderick Colenbrander2017-03-211-292/+105Star
| * HID: sony: Use LED_CORE_SUSPENDRESUMEFrank Praznik2017-03-061-30/+15Star
* | HID: sony: Fix input device leak when connecting a DS4 twice using USB/BTRoderick Colenbrander2017-03-061-0/+2
|/
* HID: sony: Ignore DS4 dongle reports when no device is connectedRoderick Colenbrander2016-12-191-0/+28
* HID: sony: Use DS4 MAC address as unique identifier on USBRoderick Colenbrander2016-12-191-0/+6
* HID: sony: Fix error handling bug when touchpad registration failsRoderick Colenbrander2016-12-191-1/+1
* HID: sony: Support DS4 dongleRoderick Colenbrander2016-11-291-0/+2
* HID: sony: Comply to Linux gamepad spec for DS4Roderick Colenbrander2016-11-281-0/+70
* HID: sony: Make the DS4 touchpad a separate deviceRoderick Colenbrander2016-11-281-21/+84
* HID: sony: Fix memory issue when connecting device using both Bluetooth and USBRoderick Colenbrander2016-11-281-0/+13
* HID: sony: Update device idsRoderick Colenbrander2016-10-101-0/+4
* HID: sony: Adjust value range for motion sensorsRoderick Colenbrander2016-10-101-6/+6
* HID: sony: Handle multiple touch events input recordRoderick Colenbrander2016-10-101-26/+52
* HID: sony: Send ds4 output reports on output end-pointRoderick Colenbrander2016-10-101-9/+11
* HID: sony: Perform CRC check on bluetooth input packetsRoderick Colenbrander2016-10-101-0/+18
* HID: sony: Adjust HID report size name definitionsRoderick Colenbrander2016-10-101-15/+15
* HID: sony: Fix race condition in sony_probeRoderick Colenbrander2016-10-101-59/+58Star