Home | History | Annotate | Download | only in wmi
History log of /src/sys/dev/acpi/wmi/wmi_dell.c
RevisionDateAuthorComments
 1.12  04-Dec-2019  bouyer Finally fix problem discussed in this old thread:
http://mail-index.netbsd.org/tech-kern/2017/12/03/msg022661.html

Dell's radio hotkey sends a PMFE_RADIO_TOGGLE event, but nothing actually
listen to it.
Turn it into a PSWITCH_HK_WIRELESS_BUTTON hotkey, similar to
what thinkpad_acpi.c does.
Add type/subtypes seen on a Dell lattitude 5480 laptop.
XXX we need a PMFE_AUDIO_MICRO_TOGGLE, and something to handle it.
 1.11  03-Dec-2017  christos branches: 1.11.4;
make this compile again and:
- remove extra space
- use alternate form %x printing
- use aprint_debug_dev instead of printf
 1.10  03-Dec-2017  bouyer Fix dell WMI mappings:
- query the descriptor to get the interface version, needed to workaround
a bug in the BIOS/ACPI
- properly decode the event buffer in type/subtype, and handle multiple events
per handler call
- record some known type/subtype in a table, with associated actions.

Informations mostly from linux. Tested on a Dell 5480 laptop.
 1.9  23-Apr-2015  pgoyette Update module dependencies for all the existing modules that depend on sysmon components.
 1.8  16-Feb-2011  jruoho branches: 1.8.14; 1.8.32;
Make the WMI modules depend on the parent mapper.
 1.7  16-Feb-2011  jruoho Convert the homegrown module declarations to use ioconf.
 1.6  25-Oct-2010  jruoho branches: 1.6.2; 1.6.4;
Bump WARNS to 4.
 1.5  24-Oct-2010  jmcneill add support for building as modules
 1.4  30-Jun-2010  jruoho branches: 1.4.2;
Initialize pointers to NULL. Otherwise we may try to free garbage.
Tries to address a panic reported by David Demelier in PR kern/43504.
 1.3  08-Apr-2010  jruoho branches: 1.3.2; 1.3.4;
Move acpiwmi(4) to the "sys/dev/acpi/wmi" -subdirectory.
 1.2  08-Apr-2010  jruoho Add a dummy acpi_wmi_event_deregister() to match existing conventions.
 1.1  08-Apr-2010  jruoho Add WMI mappings for Dell laptops. Requested and tested by mrg@.
 1.3.4.4  05-Mar-2011  rmind sync with head
 1.3.4.3  03-Jul-2010  rmind sync with head
 1.3.4.2  30-May-2010  rmind sync with head
 1.3.4.1  08-Apr-2010  rmind file wmi_dell.c was added on branch rmind-uvmplock on 2010-05-30 05:17:18 +0000
 1.3.2.4  06-Nov-2010  uebayasi Sync with HEAD.
 1.3.2.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.3.2.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.3.2.1  08-Apr-2010  uebayasi file wmi_dell.c was added on branch uebayasi-xip on 2010-04-30 14:43:07 +0000
 1.4.2.2  11-Aug-2010  yamt sync with head.
 1.4.2.1  30-Jun-2010  yamt file wmi_dell.c was added on branch yamt-nfs-mp on 2010-08-11 22:53:17 +0000
 1.6.4.1  17-Feb-2011  bouyer Sync with HEAD
 1.6.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.8.32.1  06-Jun-2015  skrll Sync with HEAD
 1.8.14.1  03-Dec-2017  jdolecek update from HEAD
 1.11.4.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed