aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sony.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-28HID: sony: add battery status reporting for the Sixaxis and Dualshock 4Frank Praznik1-1/+185
2014-01-21HID: sony: Use colors for the Dualshock 4 LED namesFrank Praznik1-7/+20
2014-01-21HID: sony: Add annotated HID descriptor for the Dualshock 4Frank Praznik1-64/+256
2014-01-20HID: sony: Cache the output report for the Dualshock 4Frank Praznik1-20/+35
2014-01-17HID: sony: Map gyroscopes and accelerometers to axesFrank Praznik1-0/+78
2014-01-17HID: sony: Fix spacing in the device definitions.Frank Praznik1-5/+5
2014-01-17HID: sony: Use standard output reports instead of raw reports to send data to the Dualshock 4.Frank Praznik1-17/+28
2014-01-17HID: sony: Use separate identifiers for USB and Bluetooth connected Dualshock 4 controllers.Frank Praznik1-7/+8
2014-01-16HID: sony: Rename worker functionFrank Praznik1-2/+2
2014-01-16HID: sony: Add LED controls for the Dualshock 4Frank Praznik1-27/+50
2014-01-16HID: sony: Add force-feedback support for the Dualshock 4Frank Praznik1-3/+36
2014-01-02HID: sony: fix error return codeJulia Lawall1-1/+3
2013-11-20HID: sony: Add LED support for Sixaxis/Dualshock3 USBSven Eckelmann1-48/+72
2013-11-20HID: sony: Move LED data to the main structureSven Eckelmann1-41/+17
2013-11-20HID: sony: Rename buzz_* functions to sony_led_*Sven Eckelmann1-8/+8
2013-11-20HID: sony: Use BIT(x) macro to define quirks constantsSven Eckelmann1-5/+5
2013-11-20HID: sony: Rename rumble_* functions/variables to state_*Sven Eckelmann1-6/+6
2013-11-19HID: sony: Send FF commands in non-atomic contextSven Eckelmann1-11/+42
2013-11-11HID: sony: Add force feedback support for Dualshock3 USBSven Eckelmann1-0/+52
2013-09-24HID: sony: use hid_get_raw_report() instead of a direct call to usbBenjamin Tissoires1-9/+2
2013-09-13HID: sony: validate HID output report detailsKees Cook1-0/+4
2013-09-06Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linusJiri Kosina1-6/+3
2013-07-31HID: trivial devm conversion for special hid driversBenjamin Tissoires1-6/+3
2013-07-24HID: sony: fix HID mapping for PS3 sixaxis controllerBenjamin Tissoires1-1/+2
2013-06-13HID: fold ps3remote driver into generic Sony driverJiri Kosina1-2/+182