aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Makefile
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2013-01-31 16:50:24 +0100
committerJiri Kosina <jkosina@suse.cz>2013-01-31 16:50:24 +0100
commit090800c2a3f746572ef142e2d5404922a599e841 (patch)
treed5b57ed56fb56cbf787575a9f0d1bae2dfff59d2 /drivers/hid/Makefile
parentUSB: HID: Steelseries SRW-S1 Add support controlling all LEDs simultaneously (diff)
downloadlinux-dev-090800c2a3f746572ef142e2d5404922a599e841.tar.xz
linux-dev-090800c2a3f746572ef142e2d5404922a599e841.zip
HID: steelseries: rename driver to be compliant with other drivers
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>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r--drivers/hid/Makefile2
1 files changed, 1 insertions, 1 deletions
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
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