Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | HID: steelseries: fix out of bound array access | Jiri Kosina | 1 | -1/+2 | |
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 | 1 | -0/+392 | |
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> |