File tree Expand file tree Collapse file tree 5 files changed +902
-0
lines changed Expand file tree Collapse file tree 5 files changed +902
-0
lines changed Original file line number Diff line number Diff line change @@ -657,6 +657,14 @@ config HID_SUNPLUS
657
657
---help---
658
658
Support for Sunplus wireless desktop.
659
659
660
+ config HID_RMI
661
+ tristate "Synaptics RMI4 device support"
662
+ depends on HID
663
+ ---help---
664
+ Support for Synaptics RMI4 touchpads.
665
+ Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
666
+ and want support for its special functionalities.
667
+
660
668
config HID_GREENASIA
661
669
tristate "GreenAsia (Product ID 0x12) game controller support"
662
670
depends on HID
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ obj-$(CONFIG_HID_ROCCAT) += hid-roccat.o hid-roccat-common.o \
97
97
hid-roccat-arvo.o hid-roccat-isku.o hid-roccat-kone.o \
98
98
hid-roccat-koneplus.o hid-roccat-konepure.o hid-roccat-kovaplus.o \
99
99
hid-roccat-lua.o hid-roccat-pyra.o hid-roccat-ryos.o hid-roccat-savu.o
100
+ obj-$(CONFIG_HID_RMI) += hid-rmi.o
100
101
obj-$(CONFIG_HID_SAITEK) += hid-saitek.o
101
102
obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o
102
103
obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o
Original file line number Diff line number Diff line change @@ -1882,6 +1882,8 @@ static const struct hid_device_id hid_have_special_driver[] = {
1882
1882
{ HID_USB_DEVICE (USB_VENDOR_ID_SONY , USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE ) },
1883
1883
{ HID_USB_DEVICE (USB_VENDOR_ID_STEELSERIES , USB_DEVICE_ID_STEELSERIES_SRWS1 ) },
1884
1884
{ HID_USB_DEVICE (USB_VENDOR_ID_SUNPLUS , USB_DEVICE_ID_SUNPLUS_WDESKTOP ) },
1885
+ { HID_USB_DEVICE (USB_VENDOR_ID_SYNAPTICS , HID_ANY_ID ) },
1886
+ { HID_I2C_DEVICE (USB_VENDOR_ID_SYNAPTICS , HID_ANY_ID ) },
1885
1887
{ HID_USB_DEVICE (USB_VENDOR_ID_THINGM , USB_DEVICE_ID_BLINK1 ) },
1886
1888
{ HID_USB_DEVICE (USB_VENDOR_ID_THRUSTMASTER , 0xb300 ) },
1887
1889
{ HID_USB_DEVICE (USB_VENDOR_ID_THRUSTMASTER , 0xb304 ) },
You can’t perform that action at this time.
0 commit comments