Closed GoogleCodeExporter closed 9 years ago
add a paramater to pass in to backlight_device_register:
struct device *parent=NULL;
struct backlight_properties props;
memset(&props, 0, sizeof(struct backlight_properties));
props.max_brightness = 20 - 1;
--
backlight_device = backlight_device_register("samsung",
parent,
NULL, &backlight_ops,& props);
Original comment by chxand...@gmail.com
on 17 Jun 2010 at 3:21
Thanks for reply. It's working now.
Original comment by naumovvv
on 17 Jun 2010 at 7:09
Should be fixed in 0.13.2; please try and report errors, if any. Thank you
Original comment by SergeyK...@gmail.com
on 12 Jul 2010 at 7:36
Original comment by SergeyK...@gmail.com
on 23 Oct 2010 at 2:12
Original issue reported on code.google.com by
naumovvv
on 21 May 2010 at 11:48