Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 090800c2 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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: default avatarJiri Kosina <jkosina@suse.cz>
parent e25d7805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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---
+1 −1
Original line number Diff line number Diff line
@@ -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