2006-12-04 22:50:49

by Kristen Carlson Accardi

[permalink] [raw]
Subject: [patch 0/3] Dock patches

Hi Len,
Here are a set of patches for the dock station driver (drivers/acpi/dock).
One makes the dock station driver also a platform driver. The second
adds sysfs entries which will be created under /sys/devices/platform/dock.0
to allow the user to read the status of the dock station (1 for docked, 0
undocked) and to initiate an undock request via software by writing to
the "undock" entry. The third patch fixes a bug that would prevent
acpiphp from loading if the dock station was not able to load (on systems
with no _DCK in the dsdt).

Thanks,
Kristen

--


2006-12-07 22:47:23

by Brown, Len

[permalink] [raw]
Subject: Re: [patch 0/3] Dock patches

On Monday 04 December 2006 17:49, Kristen Carlson Accardi wrote:
> Hi Len,
> Here are a set of patches for the dock station driver (drivers/acpi/dock).
> One makes the dock station driver also a platform driver. The second
> adds sysfs entries which will be created under /sys/devices/platform/dock.0
> to allow the user to read the status of the dock station (1 for docked, 0
> undocked) and to initiate an undock request via software by writing to
> the "undock" entry. The third patch fixes a bug that would prevent
> acpiphp from loading if the dock station was not able to load (on systems
> with no _DCK in the dsdt).

1,2,3 applied.

thanks,
-Len