Hello,
as of 2.6.37-rc kernels, backlight is dimmed to level 2 as soon as I close
LID. After opening, backlight level is not restored to my level (4). However,
/sys/class/backlight/acpi_video0/brightness still reports level 4 even if real
level is 2.
I have Lenovo ThinkPad T61 with 965GM.
--
L
Hi,
We found the culprit: the DirectFB X11 input event thread caused a race
condition with xcb_conn_wait. Just before xcb_conn_wait would do a poll
it read out the socket causing the poll to block until new input
arrives. We added spinlock to prevent this race condition until xcb gets
fixed.
On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
> For headers that get exported to userland and make use of u32 style
> type names, it is advised to include linux/types.h.
>
> This fixes 5 headers_check warnings.
>
How many times does this need to be NAKed? These headers are s
On Wed, Dec 1, 2010 at 11:54 AM, Julien Cristau wrote:
> On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
>
>> For headers that get exported to userland and make use of u32 style
>> type names, it is advised to include linux/types.h.
>>
>> This fixes 5 headers_check warnings.
>>
>
On Wed, 1 Dec 2010 17:54:18 +0100
Julien Cristau wrote:
> On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
>
> > For headers that get exported to userland and make use of u32 style
> > type names, it is advised to include linux/types.h.
> >
> > This fixes 5 headers_check warnin
On Thu, Dec 2, 2010 at 5:38 AM, Andrew Morton wrote:
> On Wed, 1 Dec 2010 17:54:18 +0100
> Julien Cristau wrote:
>
>> On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
>>
>> > For headers that get exported to userland and make use of u32 style
>> > type names, it is advised to inc