summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-steelseries.c
AgeCommit message (Collapse)Author
2013-01-31HID: steelseries: fix out of bound array accessJiri Kosina
The last field of the driver_data->leds[] array is used to store the special toggle for setting all leds simultaneously, so we need to allocate appropriate number of led_classdev pointers. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2013-01-31HID: steelseries: rename driver to be compliant with other driversJiri Kosina
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>