HID: playstation: Squashed revert of backport

Reason for revert: Qcom backport differs compared to ack and redbull
kernels. Revert everything and pick the chain from redbull so that
we can track future updates easier.

Revert "UPSTREAM: HID: playstation: Add DualSense player LED support"

This reverts commit ee2c96702f.

Change-Id: Ib85eb2d50a527702ce8568345e70e5babf1156c5

Revert "UPSTREAM: HID: playstation: Add microphone mute support for DualSense"

This reverts commit 9882769164.

Revert "UPSTREAM: HID: playstation: Add initial DualSense lightbar support"

This reverts commit 85f0031229.

Revert "UPSTREAM: HID: playstation: Fix unused variable in ps_battery_get_property"

This reverts commit 3f3217de87.

Revert "UPSTREAM: HID: playstation: Fix array size comparison (off-by-one)"

This reverts commit 7c1277fcf2.

Revert "BACKPORT: HID: playstation: Report DualSense hardware and firmware version"

This reverts commit f0e3e17c94.

Revert "UPSTREAM: HID: playstation: Add DualSense accelerometer and gyroscope"

This reverts commit 7c1667ec4f.

Revert "BACKPORT: HID: playstation: Add DualSense classic rumble support"

This reverts commit f1ed79bdad.

Revert "TREAM: HID: playstation: Track devices in list"

This reverts commit b41f79e720.

Revert "UPSTREAM: HID: playstation: Add DualSense touchpad support"

This reverts commit 871a7a9ac7.

Revert "UPSTREAM: HID: playstation: Add DualSense battery support"

This reverts commit 0ddd781eb0.

Revert "UPSTREAM: HID: playstation: Add DualSense Bluetooth support"

This reverts commit 7dee1966e6.

Revert "UPSTREAM: HID: playstation: Use DualSense MAC address as unique identifier"

This reverts commit 1be8411693.

Revert "UPSTREAM: HID: playstation: Initial DualSense USB support"

This reverts commit 68878f133f.

Change-Id: Ib8075b0252a3eb96ac76fc6ee7127a3ac77ff2b4
This commit is contained in:
Michael Bestas
2024-06-07 10:13:28 +03:00
parent 1a4dedd4b9
commit ff41628802
5 changed files with 0 additions and 1399 deletions

View File

@@ -6614,12 +6614,6 @@ F: drivers/hid/
F: include/linux/hid* F: include/linux/hid*
F: include/uapi/linux/hid* F: include/uapi/linux/hid*
HID PLAYSTATION DRIVER
M: Roderick Colenbrander <roderick.colenbrander@sony.com>
L: linux-input@vger.kernel.org
S: Supported
F: drivers/hid/hid-playstation.c
HID SENSOR HUB DRIVERS HID SENSOR HUB DRIVERS
M: Jiri Kosina <jikos@kernel.org> M: Jiri Kosina <jikos@kernel.org>
M: Jonathan Cameron <jic23@kernel.org> M: Jonathan Cameron <jic23@kernel.org>

View File

@@ -798,27 +798,6 @@ config HID_PLANTRONICS
Say M here if you may ever plug in a Plantronics USB audio device. Say M here if you may ever plug in a Plantronics USB audio device.
config HID_PLAYSTATION
tristate "PlayStation HID Driver"
depends on HID
select CRC32
select POWER_SUPPLY
---help---
Provides support for Sony PS5 controllers including support for
its special functionalities e.g. touchpad, lights and motion
sensors.
config PLAYSTATION_FF
bool "PlayStation force feedback support"
depends on HID_PLAYSTATION
select INPUT_FF_MEMLESS
help
Provides the force feedback support for Playstation game
controllers.
Say Y here if you would like to enable force feedback support for
PlayStation game controllers.
config HID_PRIMAX config HID_PRIMAX
tristate "Primax non-fully HID-compliant devices" tristate "Primax non-fully HID-compliant devices"
depends on HID depends on HID

View File

@@ -87,7 +87,6 @@ hid-picolcd-$(CONFIG_HID_PICOLCD_CIR) += hid-picolcd_cir.o
hid-picolcd-$(CONFIG_DEBUG_FS) += hid-picolcd_debugfs.o hid-picolcd-$(CONFIG_DEBUG_FS) += hid-picolcd_debugfs.o
obj-$(CONFIG_HID_PLANTRONICS) += hid-plantronics.o obj-$(CONFIG_HID_PLANTRONICS) += hid-plantronics.o
obj-$(CONFIG_HID_PLAYSTATION) += hid-playstation.o
obj-$(CONFIG_HID_PRIMAX) += hid-primax.o obj-$(CONFIG_HID_PRIMAX) += hid-primax.o
obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o obj-$(CONFIG_HID_REDRAGON) += hid-redragon.o
obj-$(CONFIG_HID_RETRODE) += hid-retrode.o obj-$(CONFIG_HID_RETRODE) += hid-retrode.o

View File

@@ -1055,7 +1055,6 @@
#define USB_DEVICE_ID_SONY_PS4_CONTROLLER 0x05c4 #define USB_DEVICE_ID_SONY_PS4_CONTROLLER 0x05c4
#define USB_DEVICE_ID_SONY_PS4_CONTROLLER_2 0x09cc #define USB_DEVICE_ID_SONY_PS4_CONTROLLER_2 0x09cc
#define USB_DEVICE_ID_SONY_PS4_CONTROLLER_DONGLE 0x0ba0 #define USB_DEVICE_ID_SONY_PS4_CONTROLLER_DONGLE 0x0ba0
#define USB_DEVICE_ID_SONY_PS5_CONTROLLER 0x0ce6
#define USB_DEVICE_ID_SONY_MOTION_CONTROLLER 0x03d5 #define USB_DEVICE_ID_SONY_MOTION_CONTROLLER 0x03d5
#define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f #define USB_DEVICE_ID_SONY_NAVIGATION_CONTROLLER 0x042f
#define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002 #define USB_DEVICE_ID_SONY_BUZZ_CONTROLLER 0x0002

File diff suppressed because it is too large Load Diff