Hi,
> Is there any way to get devd events on dock plug/unplug ?
Please try paches at:
http://people.freebsd.org/~iwasaki/acpi/acpi_dock_devd.diff
and you can write a statement in devd.conf like this.
notify 10 {
match "system" "ACPI";
match "subsystem" "DOCK";
action "/etc/acpi_dock $notify";
};
($notify=0x00 is undocked, 0x01 is docked)
Thanks