From 4d28cb872855d5b27ca06eec6314bec8ae522a1e Mon Sep 17 00:00:00 2001 From: Kristen Carlson Accardi Date: Mon, 11 Dec 2006 12:05:08 -0800 Subject: [PATCH] --- yaml --- r: 44951 b: refs/heads/master c: 8ea86e0ba7c9d16ae0f35cb0c4165194fa573f7a h: refs/heads/master i: 44949: 11a22bdd80fa3abaf34d6563ac7caafd475d8a02 44947: c08a78ed998e14048fa2c718cb0e51d1675d3b6b 44943: 80d6da0249641a45635458da5e47a21eb2f09ed9 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/dock.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9997ccb9312c..07b61e03b977 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2548c06b72396e28abdb5dd572ab589c3c22f4b9 +refs/heads/master: 8ea86e0ba7c9d16ae0f35cb0c4165194fa573f7a diff --git a/trunk/drivers/acpi/dock.c b/trunk/drivers/acpi/dock.c index 8c6828bee5d9..215f5b30a1f1 100644 --- a/trunk/drivers/acpi/dock.c +++ b/trunk/drivers/acpi/dock.c @@ -326,10 +326,12 @@ static void hotplug_dock_devices(struct dock_station *ds, u32 event) static void dock_event(struct dock_station *ds, u32 event, int num) { + struct device *dev = &dock_device.dev; /* - * we don't do events until someone tells me that - * they would like to have them. + * Indicate that the status of the dock station has + * changed. */ + kobject_uevent(&dev->kobj, KOBJ_CHANGE); } /**