Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/18/2013 04:22 PM, Danny Baumann wrote: > Hi, > >>> diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c >>> index 313f959..9c33871 100644 >>> --- a/drivers/acpi/video.c >>> +++ b/drivers/acpi/video.c >>> @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct >>>

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Danny Baumann
Hi, diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 313f959..9c33871 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level); static int

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/15/2013 06:10 PM, Danny Baumann wrote: > In particular, this fixes brightness control initialization for all > devices that return index values from _BQC and don't happen to have the > initial index set by the BIOS in their _BCL table. One example for that > is the Dell Inspiron 15R SE

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/15/2013 06:10 PM, Danny Baumann wrote: In particular, this fixes brightness control initialization for all devices that return index values from _BQC and don't happen to have the initial index set by the BIOS in their _BCL table. One example for that is the Dell Inspiron 15R SE (model

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Danny Baumann
Hi, diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 313f959..9c33871 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level); static int

Re: [PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-18 Thread Aaron Lu
On 03/18/2013 04:22 PM, Danny Baumann wrote: Hi, diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 313f959..9c33871 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -222,7 +222,7 @@ static int acpi_video_device_lcd_set_level(struct acpi_video_device *device,

[PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-15 Thread Danny Baumann
In particular, this fixes brightness control initialization for all devices that return index values from _BQC and don't happen to have the initial index set by the BIOS in their _BCL table. One example for that is the Dell Inspiron 15R SE (model number 7520). What happened for those devices is

[PATCH v2 1/3] ACPI video: Fix brightness control initialization for some laptops.

2013-03-15 Thread Danny Baumann
In particular, this fixes brightness control initialization for all devices that return index values from _BQC and don't happen to have the initial index set by the BIOS in their _BCL table. One example for that is the Dell Inspiron 15R SE (model number 7520). What happened for those devices is