On Mon, Jul 07, 2008 at 02:19:37PM +0200, Matthias Apitz wrote:
>                 /* Notify devd(8) */
>                 device_printf(sc->dev,
>                     "Fn+F2 pressed, notify to devd(8) is %08x\n", notify);
>                 acpi_UserNotify("ASUS-Eee", h, notify);
> 
> and it turns out that in case of switching wireless of it is 0x00000011,
> while on switch-on it is 0x00000010; but the devd(8) only sees both
> events as '_SB_.ATKD'; I've grep'ed a lot around but can't see the place
> where the hex events of acpi_UserNotify() are converted into the string
> '_SB_.ATKD', any idea where to look;

They are not converted, your devd.conf entries are probably wrong.

Can you show again where do you get _SB_.ATKD from?

-- 
Rui Paulo
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to