summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-sony.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-23HID: sony: fix uninitialized per-controller spinlockFrank Praznik1-0/+2
2015-02-23HID: sony: initialize sony_dev_list_lock properlyJiri Kosina1-1/+1
2015-02-18HID: sony: Fix a WARNING shown when rmmod-ing the driverAntonio Ospite1-1/+1
2014-11-20HID: sony: Add support for the third-party SMK PS3 Bluetooth RemoteFrank Praznik1-0/+3
2014-11-19HID: sony: Use kernel allocated buffers for HID reportsFrank Praznik1-34/+113
2014-09-25HID: sony: Update the DualShock 4 touchpad resolutionFrank Praznik1-2/+2
2014-09-22HID: sony: Set touchpad bits in the input_configured callbackFrank Praznik1-34/+40
2014-09-15HID: sony: Update file header and correct commentsFrank Praznik1-5/+6
2014-09-15HID: sony: Corrections for the DualShock 4 HID descriptorFrank Praznik1-6/+6
2014-09-01HID: sony: Set the Sixaxis cable state correctlyFrank Praznik1-1/+2
2014-07-30HID: sony: Default initialize all elements of the LED max_brightness array to 1Frank Praznik1-1/+1
2014-06-25HID: sony: Remove an old and redundant commentAntonio Ospite1-2/+0
2014-06-25HID: sony: Format and comment sixaxis_rdescAntonio Ospite1-19/+74
2014-06-25HID: sony: Always override the Sixaxis descriptorAntonio Ospite1-21/+10
2014-06-25HID: sony: Use the SIXAXIS_CONTROLLER constant when possibleAntonio Ospite1-3/+1
2014-04-24HID: hid-sony - allow 3rd party INTEC controller to turn off all ledsSimon Wood1-0/+4
2014-04-24HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDsFrank Praznik1-25/+124
2014-04-24HID: sony: Initialize the controller LEDs with a device ID valueFrank Praznik1-5/+114
2014-04-24HID: sony: Use the controller Bluetooth MAC address as the unique value in th...Frank Praznik1-6/+2
2014-04-24HID: sony: Convert startup and shutdown functions to use a uniform parameter ...Frank Praznik1-35/+32
2014-04-24HID: sony: Use a struct for the Sixaxis output report.Frank Praznik1-17/+49
2014-04-24HID: sony: Use inliners for work queue initialization and cancellationFrank Praznik1-10/+19
2014-04-03HID: sony: Fix cancel_work_sync mismergeFrank Praznik1-2/+0
2014-04-01HID: sony: fix force feedback mismergeJiri Kosina1-4/+0
2014-04-01Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int...Jiri Kosina1-1/+11
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-96/+704
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sonyJiri Kosina1-48/+16
2014-04-01HID: sony: Set the quriks flag for Bluetooth controllersFrank Praznik1-0/+10
2014-04-01HID: sony: Fix Sixaxis cable state detectionFrank Praznik1-1/+1
2014-03-14HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires1-46/+14
2014-03-14Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanupJiri Kosina1-62/+692
2014-02-24HID: sony: Prevent duplicate controller connections.Frank Praznik1-0/+140
2014-02-24HID: sony: Perform a boundry check on the sixaxis battery level index.Frank Praznik1-1/+2
2014-02-24HID: sony: Fix work queue issuesFrank Praznik1-14/+14
2014-02-24HID: sony: Fix multi-line comment stylingFrank Praznik1-15/+30
2014-02-20HID: sony: Fix work queue issues.Frank Praznik1-15/+12
2014-02-20HID: sony: Enable LED controls and rumble for the Sixaxis on Bluetooth.Frank Praznik1-11/+13
2014-02-17HID: sony: Correct Sixaxis battery reportingFrank Praznik1-2/+2
2014-02-17HID: replace hid_output_raw_report with hid_hw_raw_request for feature requestsBenjamin Tissoires1-2/+2
2014-02-17HID: sony: Add conditionals to enable all features in Bluetooth modeFrank Praznik1-7/+30
2014-02-17HID: sony: Set initial battery level to 100% to avoid false low battery warningsFrank Praznik1-0/+5
2014-02-17HID: sony: Add Dualshock 4 Bluetooth battery and touchpad parsingFrank Praznik1-8/+20
2014-02-17HID: sony: Add Dualshock 4 Bluetooth output report formattingFrank Praznik1-5/+16
2014-02-17HID: sony: Add modified Dualshock 4 Bluetooth HID descriptorFrank Praznik1-0/+214
2014-02-17HID: sony: Use low-level transport driver functionsFrank Praznik1-42/+14
2014-02-17Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sonyJiri Kosina1-4/+5
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires1-3/+3
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires1-1/+2
2014-02-06HID: hid-sony: report actual brightness value when reading LEDSimon Wood1-6/+3
2014-01-28HID: sony: add output events for the multi-touch pad on the Dualshock 4Frank Praznik1-0/+54