mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
DS975: set backlight min_brightness to 70
This commit is contained in:
@@ -816,7 +816,7 @@ static struct rk29_bl_info rk29_bl_info = {
|
||||
.io_deinit = rk29_backlight_io_deinit,
|
||||
.pwm_suspend = rk29_backlight_pwm_suspend,
|
||||
.pwm_resume = rk29_backlight_pwm_resume,
|
||||
.min_brightness = 0,
|
||||
.min_brightness = 70,
|
||||
};
|
||||
|
||||
static struct platform_device rk29_device_backlight = {
|
||||
|
||||
Reference in New Issue
Block a user