Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | HID: steelseries: fix out of bound array access | Jiri 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-31 | HID: steelseries: rename driver to be compliant with other drivers | Jiri 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> |