Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop

2012-07-31 Thread Alexander E. Patrakov
Mattia Dongili wrote: > I assume you're using linux 3.5. Yes. > Not all key events are handled via the SNC device (which sony-laptop is > a driver for). > Could you produce the same reports loading sony-laptop with debug=1 and > maybe only for those keys that are not handled correctly. My repo

Re: ACPI keys for Sony VAIO VPC-Z23A4R laptop

2012-07-31 Thread Mattia Dongili
Hi, On Tue, Jul 31, 2012 at 08:38:10PM +0200, Alexander E. Patrakov wrote: > Hello. > > The current sony-laptop driver supports some, but not all of the Sony > VAIO VPC-Z23A4R special keys. Please improve it, I am ready to test > patches! > > So here is what the special keys produce on /proc/acp

Re: Fwd: Brightness on HP EliteBook 8460p

2012-07-31 Thread Alex Deucher
On Tue, Jul 31, 2012 at 12:03 PM, Pali Rohár wrote: > On Tuesday 31 July 2012 17:49:32 Luca Tettamanti wrote: >> I'm putting back the CC and adding Alex. >> >> On Tue, Jul 31, 2012 at 5:07 PM, Pali Rohár > wrote: >> > Thanks, now working. When I write to acpi video brightness >> > file it change

Re: Fwd: Brightness on HP EliteBook 8460p

2012-07-31 Thread Pali Rohár
On Tuesday 31 July 2012 17:49:32 Luca Tettamanti wrote: > I'm putting back the CC and adding Alex. > > On Tue, Jul 31, 2012 at 5:07 PM, Pali Rohár wrote: > > Thanks, now working. When I write to acpi video brightness > > file it change brightness and in dmesg is: > > > > [ 47.200998] [drm:radeon

Re: Fwd: Brightness on HP EliteBook 8460p

2012-07-31 Thread Alex Deucher
On Tue, Jul 31, 2012 at 11:49 AM, Luca Tettamanti wrote: > I'm putting back the CC and adding Alex. > > On Tue, Jul 31, 2012 at 5:07 PM, Pali Rohár wrote: >> Thanks, now working. When I write to acpi video brightness file >> it change brightness and in dmesg is: >> >> [ 47.200998] [drm:radeon_a

Re: Fwd: Brightness on HP EliteBook 8460p

2012-07-31 Thread Luca Tettamanti
I'm putting back the CC and adding Alex. On Tue, Jul 31, 2012 at 5:07 PM, Pali Rohár wrote: > Thanks, now working. When I write to acpi video brightness file > it change brightness and in dmesg is: > > [ 47.200998] [drm:radeon_atif_handler], event, device_class = > video, type = 0xd0 > [ 47.2

Re: Fwd: Brightness on HP EliteBook 8460p

2012-07-31 Thread Luca Tettamanti
On Sat, Jul 28, 2012 at 4:47 PM, Pali Rohár wrote: > Hello, I have some good news. Radeon patches from this post > http://lists.freedesktop.org/archives/dri-devel/2012-July/025535.html > export brightness file /sys/class/backlight/radeon_bl/brightness > And finally with these patches I'm able to c

Re: [PATCH] WMI: fix the incorrect wmi device may be chosen from BIOS's notification if multiple wmi devices exist in a system.

2012-07-31 Thread Alex Hung
On 07/28/2012 12:15 PM, Matthew Garrett wrote: On Thu, Jul 19, 2012 at 09:43:21AM +0800, Alex Hung wrote: +static struct acpi_device *wmi_device; If a machine exports multiple WMI interfaces then having a static acpi_device doesn't make sense here. Instead we probably need the API to take som