Age | Commit message (Expand) | Author | Files | Lines |
2015-06-18 | HID: hid-sony: Fix report descriptor for Navigation Controller | Simon Wood | 1 | -1/+90 |
2015-06-18 | HID: hid-sony: Navigation controller only has 1 LED and no rumble | Simon Wood | 1 | -8/+33 |
2015-06-18 | HID: hid-sony: Add BT support for Navigation Controller | Simon Wood | 1 | -0/+2 |
2015-06-12 | HID: sony: PS Move fix report descriptor | Simon Wood | 1 | -25/+44 |
2015-06-12 | HID: sony: PS3 Move enable LEDs and Rumble via BT | Simon Wood | 1 | -6/+5 |
2015-06-12 | HID: sony: Add support PS3 Move Battery via BT | Simon Wood | 1 | -4/+11 |
2015-06-12 | HID: sony: Add quirk for MOTION_CONTROLLER_BT | Simon Wood | 1 | -3/+5 |
2015-06-12 | HID: sony: Support PS3 Move Controller when connected via Bluetooth | Simon Wood | 1 | -0/+2 |
2015-05-07 | HID: sony: Correct a typo in a HID descriptor comment and explain the odd Six... | Frank Praznik | 1 | -1/+8 |
2015-05-07 | HID: sony: Simplify LED initialization and eliminate redundant copies when up... | Frank Praznik | 1 | -30/+28 |
2015-05-07 | HID: sony: Add support for the Sony Motion Controller | Frank Praznik | 1 | -2/+136 |
2015-05-07 | HID: sony: Prevent the freeing of an unitialized ida value | Frank Praznik | 1 | -4/+4 |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -5/+26 |
2015-04-14 | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -19/+24 |
2015-04-14 | Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl... | Jiri Kosina | 1 | -5/+26 |
2015-03-14 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -19/+24 |
2015-03-14 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -1/+1 |
2015-02-23 | HID: sony: fix uninitialized per-controller spinlock | Frank Praznik | 1 | -0/+2 |
2015-02-23 | HID: sony: initialize sony_dev_list_lock properly | Jiri Kosina | 1 | -1/+1 |
2015-02-18 | HID: sony: Coding style cleanups in sixaxis_set_operational_usb() | Antonio Ospite | 1 | -5/+3 |
2015-02-18 | HID: sony: Use __u8 * for the buffer in sixaxis_set_operational_usb() | Antonio Ospite | 1 | -1/+1 |
2015-02-18 | HID: sony: Don't use magic numbers in sixaxis_set_operational_usb() | Antonio Ospite | 1 | -5/+8 |
2015-02-18 | HID: sony: Use the minimum accepted size for feature report 0xf2 | Antonio Ospite | 1 | -1/+1 |
2015-02-18 | HID: sony: Fix a WARNING shown when rmmod-ing the driver | Antonio Ospite | 1 | -1/+1 |
2015-02-17 | HID: sony: Enable Gasia third-party PS3 controllers | Lauri Kasanen | 1 | -1/+21 |
2014-11-20 | HID: sony: Add support for the third-party SMK PS3 Bluetooth Remote | Frank Praznik | 1 | -0/+3 |
2014-11-19 | HID: sony: Use kernel allocated buffers for HID reports | Frank Praznik | 1 | -34/+113 |
2014-09-25 | HID: sony: Update the DualShock 4 touchpad resolution | Frank Praznik | 1 | -2/+2 |
2014-09-22 | HID: sony: Set touchpad bits in the input_configured callback | Frank Praznik | 1 | -34/+40 |
2014-09-15 | HID: sony: Update file header and correct comments | Frank Praznik | 1 | -5/+6 |
2014-09-15 | HID: sony: Corrections for the DualShock 4 HID descriptor | Frank Praznik | 1 | -6/+6 |
2014-09-01 | HID: sony: Set the Sixaxis cable state correctly | Frank Praznik | 1 | -1/+2 |
2014-07-30 | HID: sony: Default initialize all elements of the LED max_brightness array to 1 | Frank Praznik | 1 | -1/+1 |
2014-06-25 | HID: sony: Remove an old and redundant comment | Antonio Ospite | 1 | -2/+0 |
2014-06-25 | HID: sony: Format and comment sixaxis_rdesc | Antonio Ospite | 1 | -19/+74 |
2014-06-25 | HID: sony: Always override the Sixaxis descriptor | Antonio Ospite | 1 | -21/+10 |
2014-06-25 | HID: sony: Use the SIXAXIS_CONTROLLER constant when possible | Antonio Ospite | 1 | -3/+1 |
2014-04-24 | HID: hid-sony - allow 3rd party INTEC controller to turn off all leds | Simon Wood | 1 | -0/+4 |
2014-04-24 | HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDs | Frank Praznik | 1 | -25/+124 |
2014-04-24 | HID: sony: Initialize the controller LEDs with a device ID value | Frank Praznik | 1 | -5/+114 |
2014-04-24 | HID: sony: Use the controller Bluetooth MAC address as the unique value in th... | Frank Praznik | 1 | -6/+2 |
2014-04-24 | HID: sony: Convert startup and shutdown functions to use a uniform parameter ... | Frank Praznik | 1 | -35/+32 |
2014-04-24 | HID: sony: Use a struct for the Sixaxis output report. | Frank Praznik | 1 | -17/+49 |
2014-04-24 | HID: sony: Use inliners for work queue initialization and cancellation | Frank Praznik | 1 | -10/+19 |
2014-04-03 | HID: sony: Fix cancel_work_sync mismerge | Frank Praznik | 1 | -2/+0 |
2014-04-01 | HID: sony: fix force feedback mismerge | Jiri Kosina | 1 | -4/+0 |
2014-04-01 | Merge branches 'for-3.15/multitouch', 'for-3.15/sony' and 'for-3.15/uhid' int... | Jiri Kosina | 1 | -1/+11 |
2014-04-01 | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus | Jiri Kosina | 1 | -96/+704 |
2014-04-01 | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sony | Jiri Kosina | 1 | -48/+16 |
2014-04-01 | HID: sony: Set the quriks flag for Bluetooth controllers | Frank Praznik | 1 | -0/+10 |