diff options
-rw-r--r-- | drivers/hid/Kconfig | 2 | ||||
-rw-r--r-- | drivers/hid/Makefile | 2 | ||||
-rw-r--r-- | drivers/hid/hid-steelseries.c (renamed from drivers/hid/hid-steelseries-srws1.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 37df92ffba50..6d5d2667750c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -596,7 +596,7 @@ config HID_SPEEDLINK | |||
596 | ---help--- | 596 | ---help--- |
597 | Support for Speedlink Vicious and Divine Cezanne mouse. | 597 | Support for Speedlink Vicious and Divine Cezanne mouse. |
598 | 598 | ||
599 | config HID_STEELSERIES_SRWS1 | 599 | config HID_STEELSERIES |
600 | tristate "Steelseries SRW-S1 steering wheel support" | 600 | tristate "Steelseries SRW-S1 steering wheel support" |
601 | depends on USB_HID | 601 | depends on USB_HID |
602 | ---help--- | 602 | ---help--- |
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index bbebe0a49798..247f2b81677a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -101,7 +101,7 @@ obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o | |||
101 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o | 101 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o |
102 | obj-$(CONFIG_HID_SONY) += hid-sony.o | 102 | obj-$(CONFIG_HID_SONY) += hid-sony.o |
103 | obj-$(CONFIG_HID_SPEEDLINK) += hid-speedlink.o | 103 | obj-$(CONFIG_HID_SPEEDLINK) += hid-speedlink.o |
104 | obj-$(CONFIG_HID_STEELSERIES_SRWS1) += hid-steelseries-srws1.o | 104 | obj-$(CONFIG_HID_STEELSERIES) += hid-steelseries.o |
105 | obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o | 105 | obj-$(CONFIG_HID_SUNPLUS) += hid-sunplus.o |
106 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o | 106 | obj-$(CONFIG_HID_GREENASIA) += hid-gaff.o |
107 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o | 107 | obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o |
diff --git a/drivers/hid/hid-steelseries-srws1.c b/drivers/hid/hid-steelseries.c index 365bc9ef1e79..365bc9ef1e79 100644 --- a/drivers/hid/hid-steelseries-srws1.c +++ b/drivers/hid/hid-steelseries.c | |||