summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sony.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* HID: sony: Format and comment sixaxis_rdescAntonio Ospite2014-06-251-19/+74
* HID: sony: Always override the Sixaxis descriptorAntonio Ospite2014-06-251-21/+10
* HID: sony: Use the SIXAXIS_CONTROLLER constant when possibleAntonio Ospite2014-06-251-3/+1
* 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/+2
* HID: sony: Convert startup and shutdown functions to use a uniform parameter ...Frank Praznik2014-04-241-35/+32
* 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/+0
* HID: sony: fix force feedback mismergeJiri Kosina2014-04-011-4/+0
*---. 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/+16
| | |\|
| | * | 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/+14
| * | | 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
| | * HID: sony: Add Dualshock 4 Bluetooth output report formattingFrank Praznik2014-02-171-5/+16
| | * HID: sony: Add modified Dualshock 4 Bluetooth HID descriptorFrank Praznik2014-02-171-0/+214
| | * HID: sony: Use low-level transport driver functionsFrank Praznik2014-02-171-42/+14
| | * Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sonyJiri Kosina2014-02-171-4/+5
| | |\
| | * | HID: hid-sony: report actual brightness value when reading LEDSimon Wood2014-02-061-6/+3
| | * | HID: sony: add output events for the multi-touch pad on the Dualshock 4Frank Praznik2014-01-281-0/+54
| | * | HID: sony: add battery status reporting for the Sixaxis and Dualshock 4Frank Praznik2014-01-281-1/+185
| * | | HID: replace hid_output_raw_report with hid_hw_raw_request for feature requestsBenjamin Tissoires2014-02-171-2/+2
| | |/ | |/|
| * | HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-171-3/+3
| * | HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-1/+2
| |/
* / HID: sony: Fix work queue issues.Frank Praznik2014-02-201-15/+12
|/
* HID: sony: Use colors for the Dualshock 4 LED namesFrank Praznik2014-01-211-7/+20
* HID: sony: Add annotated HID descriptor for the Dualshock 4Frank Praznik2014-01-211-64/+256
* HID: sony: Cache the output report for the Dualshock 4Frank Praznik2014-01-201-20/+35
* HID: sony: Map gyroscopes and accelerometers to axesFrank Praznik2014-01-171-0/+78
* HID: sony: Fix spacing in the device definitions.Frank Praznik2014-01-171-5/+5
* HID: sony: Use standard output reports instead of raw reports to send data to...Frank Praznik2014-01-171-17/+28
* HID: sony: Use separate identifiers for USB and Bluetooth connected Dualshock...Frank Praznik2014-01-171-7/+8
* HID: sony: Rename worker functionFrank Praznik2014-01-161-2/+2
* HID: sony: Add LED controls for the Dualshock 4Frank Praznik2014-01-161-27/+50