| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: sony: Default initialize all elements of the LED max_brightness array to 1 | Frank Praznik | 2014-07-30 | 1 | -1/+1 |
* | HID: sony: Remove an old and redundant comment | Antonio Ospite | 2014-06-25 | 1 | -2/+0 |
* | HID: sony: Format and comment sixaxis_rdesc | Antonio Ospite | 2014-06-25 | 1 | -19/+74 |
* | HID: sony: Always override the Sixaxis descriptor | Antonio Ospite | 2014-06-25 | 1 | -21/+10 |
* | HID: sony: Use the SIXAXIS_CONTROLLER constant when possible | Antonio Ospite | 2014-06-25 | 1 | -3/+1 |
* | HID: hid-sony - allow 3rd party INTEC controller to turn off all leds | Simon Wood | 2014-04-24 | 1 | -0/+4 |
* | HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDs | Frank Praznik | 2014-04-24 | 1 | -25/+124 |
* | HID: sony: Initialize the controller LEDs with a device ID value | Frank Praznik | 2014-04-24 | 1 | -5/+114 |
* | HID: sony: Use the controller Bluetooth MAC address as the unique value in th... | Frank Praznik | 2014-04-24 | 1 | -6/+2 |
* | HID: sony: Convert startup and shutdown functions to use a uniform parameter ... | Frank Praznik | 2014-04-24 | 1 | -35/+32 |
* | HID: sony: Use a struct for the Sixaxis output report. | Frank Praznik | 2014-04-24 | 1 | -17/+49 |
* | HID: sony: Use inliners for work queue initialization and cancellation | Frank Praznik | 2014-04-24 | 1 | -10/+19 |
* | HID: sony: Fix cancel_work_sync mismerge | Frank Praznik | 2014-04-03 | 1 | -2/+0 |
* | HID: sony: fix force feedback mismerge | Jiri Kosina | 2014-04-01 | 1 | -4/+0 |
*---. | Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int... | Jiri Kosina | 2014-04-01 | 1 | -1/+11 |
|\ \ \ |
|
| | * \ | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sony | Jiri Kosina | 2014-04-01 | 1 | -48/+16 |
| | |\ \
| | | |/ |
|
| | * | | HID: sony: Set the quriks flag for Bluetooth controllers | Frank Praznik | 2014-04-01 | 1 | -0/+10 |
| | * | | HID: sony: Fix Sixaxis cable state detection | Frank Praznik | 2014-04-01 | 1 | -1/+1 |
* | | | | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus | Jiri Kosina | 2014-04-01 | 1 | -96/+704 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | HID: sony: do not rely on hid_output_raw_report | Benjamin Tissoires | 2014-03-14 | 1 | -46/+14 |
| * | | | Merge branch 'for-3.15/sony' into for-3.15/hid-core-ll-transport-cleanup | Jiri Kosina | 2014-03-14 | 1 | -62/+692 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | HID: sony: Prevent duplicate controller connections. | Frank Praznik | 2014-02-24 | 1 | -0/+140 |
| | * | HID: sony: Perform a boundry check on the sixaxis battery level index. | Frank Praznik | 2014-02-24 | 1 | -1/+2 |
| | * | HID: sony: Fix work queue issues | Frank Praznik | 2014-02-24 | 1 | -14/+14 |
| | * | HID: sony: Fix multi-line comment styling | Frank Praznik | 2014-02-24 | 1 | -15/+30 |
| | * | HID: sony: Enable LED controls and rumble for the Sixaxis on Bluetooth. | Frank Praznik | 2014-02-20 | 1 | -11/+13 |
| | * | HID: sony: Correct Sixaxis battery reporting | Frank Praznik | 2014-02-17 | 1 | -2/+2 |
| | * | HID: sony: Add conditionals to enable all features in Bluetooth mode | Frank Praznik | 2014-02-17 | 1 | -7/+30 |
| | * | HID: sony: Set initial battery level to 100% to avoid false low battery warnings | Frank Praznik | 2014-02-17 | 1 | -0/+5 |
| | * | HID: sony: Add Dualshock 4 Bluetooth battery and touchpad parsing | Frank Praznik | 2014-02-17 | 1 | -8/+20 |
| | * | HID: sony: Add Dualshock 4 Bluetooth output report formatting | Frank Praznik | 2014-02-17 | 1 | -5/+16 |
| | * | HID: sony: Add modified Dualshock 4 Bluetooth HID descriptor | Frank Praznik | 2014-02-17 | 1 | -0/+214 |
| | * | HID: sony: Use low-level transport driver functions | Frank Praznik | 2014-02-17 | 1 | -42/+14 |
| | * | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sony | Jiri Kosina | 2014-02-17 | 1 | -4/+5 |
| | |\ |
|
| | * | | HID: hid-sony: report actual brightness value when reading LED | Simon Wood | 2014-02-06 | 1 | -6/+3 |
| | * | | HID: sony: add output events for the multi-touch pad on the Dualshock 4 | Frank Praznik | 2014-01-28 | 1 | -0/+54 |
| | * | | HID: sony: add battery status reporting for the Sixaxis and Dualshock 4 | Frank Praznik | 2014-01-28 | 1 | -1/+185 |
| * | | | HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests | Benjamin Tissoires | 2014-02-17 | 1 | -2/+2 |
| | |/
| |/| |
|
| * | | HID: introduce helper to access hid_output_raw_report() | Benjamin Tissoires | 2014-02-17 | 1 | -3/+3 |
| * | | HID: remove hid_get_raw_report in struct hid_device | Benjamin Tissoires | 2014-02-17 | 1 | -1/+2 |
| |/ |
|
* | | HID: sony: Fix work queue issues. | Frank Praznik | 2014-02-20 | 1 | -15/+12 |
|/ |
|
* | HID: sony: Use colors for the Dualshock 4 LED names | Frank Praznik | 2014-01-21 | 1 | -7/+20 |
* | HID: sony: Add annotated HID descriptor for the Dualshock 4 | Frank Praznik | 2014-01-21 | 1 | -64/+256 |
* | HID: sony: Cache the output report for the Dualshock 4 | Frank Praznik | 2014-01-20 | 1 | -20/+35 |
* | HID: sony: Map gyroscopes and accelerometers to axes | Frank Praznik | 2014-01-17 | 1 | -0/+78 |
* | HID: sony: Fix spacing in the device definitions. | Frank Praznik | 2014-01-17 | 1 | -5/+5 |
* | HID: sony: Use standard output reports instead of raw reports to send data to... | Frank Praznik | 2014-01-17 | 1 | -17/+28 |
* | HID: sony: Use separate identifiers for USB and Bluetooth connected Dualshock... | Frank Praznik | 2014-01-17 | 1 | -7/+8 |
* | HID: sony: Rename worker function | Frank Praznik | 2014-01-16 | 1 | -2/+2 |
* | HID: sony: Add LED controls for the Dualshock 4 | Frank Praznik | 2014-01-16 | 1 | -27/+50 |