Browse Source

Merge branches 'release' and 'dock' into release

Len Brown 17 years ago
parent
commit
13d93924f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/acpi/dock.c

+ 1 - 0
drivers/acpi/dock.c

@@ -710,6 +710,7 @@ static ssize_t write_undock(struct device *dev, struct device_attribute *attr,
 	if (!count)
 		return -EINVAL;
 
+	begin_undock(dock_station);
 	ret = handle_eject_request(dock_station, ACPI_NOTIFY_EJECT_REQUEST);
 	return ret ? ret: count;
 }