]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
HID: steelseries: rename driver to be compliant with other drivers
authorJiri Kosina <jkosina@suse.cz>
Thu, 31 Jan 2013 15:50:24 +0000 (16:50 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 31 Jan 2013 15:50:24 +0000 (16:50 +0100)
We usually group drivers on a per-vendor basis, implementing device-specific
deviations from the standard in vendor-specific driver.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-steelseries.c [moved from drivers/hid/hid-steelseries-srws1.c with 100% similarity]

index 37df92ffba50fb418c17babc86eea491d7483675..6d5d2667750c270622a0d2b097c5c0bc3ca8ac21 100644 (file)
@@ -596,7 +596,7 @@ config HID_SPEEDLINK
        ---help---
        Support for Speedlink Vicious and Divine Cezanne mouse.
 
-config HID_STEELSERIES_SRWS1
+config HID_STEELSERIES
        tristate "Steelseries SRW-S1 steering wheel support"
        depends on USB_HID
        ---help---
index bbebe0a49798c40cb0e9fde0c5a04ecb6b6c5552..247f2b81677a374bd9f9b4eb89901e436ebae950 100644 (file)
@@ -101,7 +101,7 @@ obj-$(CONFIG_HID_SAMSUNG)   += hid-samsung.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_STEELSERIES_SRWS1)            += hid-steelseries-srws1.o
+obj-$(CONFIG_HID_STEELSERIES)  += hid-steelseries.o
 obj-$(CONFIG_HID_SUNPLUS)      += hid-sunplus.o
 obj-$(CONFIG_HID_GREENASIA)    += hid-gaff.o
 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o