ACPI: dock: add immediate_undock option
authorKristen Carlson Accardi <kristen.c.accardi@intel.com>
Wed, 9 May 2007 22:08:15 +0000 (15:08 -0700)
committerLen Brown <len.brown@intel.com>
Thu, 10 May 2007 07:30:41 +0000 (03:30 -0400)
commita0cd35fdca0bb711854edeaf016cec6cdf82eeca
treee732a7047f4d2a24476e7e9faa63573353e45b3a
parent0f6f2804563eee64f0fc7cbcb009b98b6f332af6
ACPI: dock: add immediate_undock option

Allow the driver to be loaded with an option that will allow userspace to
control whether the laptop is ejected immediately when the user presses the
button, or only when the syfs undock file is written.

if immediate_undock == 1, then when the user presses the undock button, the
laptop will send an event to userspace to notify userspace of the undock, but
then immediately undock without waiting for userspace.  This is the current
behavior, and I set this to be the default.

if immediate_undock == 0, then when the user presses the undock button, the
laptop will send an event to userspace and do nothing.  User space can query
the "flags" sysfs entry to determine if an undock request has been made by
the user (if bit 1 is set).  User space will then need to write the undock
sysfs entry to complete the undocking process.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/dock.c