History log of /netbsd-src/sys/dev/acpi/wmi/wmi_dell.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 41bd6cdc 04-Dec-2019 bouyer <bouyer@NetBSD.org>

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

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.

show more ...


# f2a0a1f1 03-Dec-2017 christos <christos@NetBSD.org>

make this compile again and:
- remove extra space
- use alternate form %x printing
- use aprint_debug_dev instead of printf


# d3fee01b 03-Dec-2017 bouyer <bouyer@NetBSD.org>

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 event

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.

show more ...


# 76a2f91a 23-Apr-2015 pgoyette <pgoyette@NetBSD.org>

Update module dependencies for all the existing modules that depend on sysmon components.


# 3993e0d1 16-Feb-2011 jruoho <jruoho@NetBSD.org>

Make the WMI modules depend on the parent mapper.


# b9f301d5 16-Feb-2011 jruoho <jruoho@NetBSD.org>

Convert the homegrown module declarations to use ioconf.


# 70e14dc9 25-Oct-2010 jruoho <jruoho@NetBSD.org>

Bump WARNS to 4.


# 4e449995 24-Oct-2010 jmcneill <jmcneill@NetBSD.org>

add support for building as modules


# 100be188 30-Jun-2010 jruoho <jruoho@NetBSD.org>

Initialize pointers to NULL. Otherwise we may try to free garbage.
Tries to address a panic reported by David Demelier in PR kern/43504.


# a913ee75 08-Apr-2010 jruoho <jruoho@NetBSD.org>

Move acpiwmi(4) to the "sys/dev/acpi/wmi" -subdirectory.


# ab88ce45 08-Apr-2010 jruoho <jruoho@NetBSD.org>

Add a dummy acpi_wmi_event_deregister() to match existing conventions.


# d97f534e 08-Apr-2010 jruoho <jruoho@NetBSD.org>

Add WMI mappings for Dell laptops. Requested and tested by mrg@.