https://bugzilla.kernel.org/show_bug.cgi?id=36322

           Summary: acer-wmi / Acer Travelmate 5760 not supported
           Product: ACPI
           Version: 2.5
    Kernel Version: 2.6.39
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: EC
        AssignedTo: acpi...@kernel-bugs.osdl.org
        ReportedBy: kernelb...@joern.heissler.de
        Regression: No


Created an attachment (id=60152)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=60152)
output of acpidump

System info:
Acer TravelMate 5760-2414G50Mnbk
Debian unstable
Linux joerntop 2.6.39-1-amd64 #1 SMP Tue May 24 14:34:19 UTC 2011 x86_64
GNU/Linux
acer-wmi.c from
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (commit
987dfbaa65b2c3568b85e29d2598da08a011ee09)

Hello,
I've got a new laptop, some features are not working yet:
* Bluetooth (Device deactivated)
* Backlight Brightness (Can not be tuned)
* Hotkeys (nothing happens)
* Maybe more, don't know.

The current acer-wmi driver does not recognize my WMI interface, but seems to
be partially compatible.

WMID_GUID3 exists on my system and appears to work with acer-wmi.
The other GUIDs do not exist, hence the driver needs some modifications.

While playing around, I discovered the following:

The only data object, 05901221-D566-11D1-B2F0-00A0C9062910 (WQAB) is a blob of
binary data, 4392 (0x1128) bytes long, with a 16 byte header:
46 4f 4d 42 (FOMB in ascii. Wth is FOMB?)
01 00 00 00
18 11 00 00 (size of following data without header?)
9e 6d 00 00
WMID_set_capabilities expects an integer or a 4/8 byte buffer instead.

The events received from 676AA15E-6A47-4D9F-A2CC-1E6D18D14026 are 8-byte
buffers; I have found these values:

04 xy xy 00 00 00 00 00  Backlight Brightness, xy xy == 00 00 .. 09 09. If I
press Fn-Left/Right in Gnome, I get the on screen display and the event fires.
But no change to the actual brightness happens.
01 23 00 00 00 00 00 00  Key "P" (Programmable key) (1st key right of
powerswitch)
01 21 00 00 00 00 00 00  Key "Acer Backup Manager" (2nd key right of
powerswitch)
01 62 00 00 00 00 00 00  Backlight enable/disable (Fn-F6) or sometimes(?!) lid
open
01 82 18 00 00 00 00 00  Touchpad disabled (with Fn-F7)
01 82 1a 00 00 00 00 00  Touchpad enabled (with Fn-F7)

acer_wmi_enable_lm(); wmid3_set_device_status(1, 0x800); turns on the bluetooth
adapter, but most of the detection code does not work for my laptop.

Please tell me if there is anything else (e.g. testing) I could do; thank you!

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to