Skip to content

Commit

Permalink
Revert "HID: stadia: Add Stadia controller rumble support"
Browse files Browse the repository at this point in the history
This reverts commit 30b5e10.
  • Loading branch information
xanmod committed Jun 9, 2023
1 parent 92b2047 commit 06ffc7f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 141 deletions.
7 changes: 0 additions & 7 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1035,13 +1035,6 @@ config HID_SPEEDLINK
help
Support for Speedlink Vicious and Divine Cezanne mouse.

config HID_STADIA_FF
tristate "Google Stadia force feedback"
select INPUT_FF_MEMLESS
help
Say Y here if you want to enable force feedback support for the Google
Stadia controller.

config HID_STEAM
tristate "Steam Controller support"
select POWER_SUPPLY
Expand Down
1 change: 0 additions & 1 deletion drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ obj-$(CONFIG_HID_SIGMAMICRO) += hid-sigmamicro.o
obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o
obj-$(CONFIG_HID_SONY) += hid-sony.o
obj-$(CONFIG_HID_SPEEDLINK) += hid-speedlink.o
obj-$(CONFIG_HID_STADIA_FF) += hid-stadiaff.o
obj-$(CONFIG_HID_STEAM) += hid-steam.o
obj-$(CONFIG_HID_STEELSERIES) += hid-steelseries.o
obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o
Expand Down
1 change: 0 additions & 1 deletion drivers/hid/hid-ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@
#define USB_DEVICE_ID_GOOGLE_MOONBALL 0x5044
#define USB_DEVICE_ID_GOOGLE_DON 0x5050
#define USB_DEVICE_ID_GOOGLE_EEL 0x5057
#define USB_DEVICE_ID_GOOGLE_STADIA 0x9400

#define USB_VENDOR_ID_GOTOP 0x08f2
#define USB_DEVICE_ID_SUPER_Q2 0x007f
Expand Down
132 changes: 0 additions & 132 deletions drivers/hid/hid-stadiaff.c

This file was deleted.

0 comments on commit 06ffc7f

Please sign in to comment.