|
@@ -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);
|
|
|
}
|
|
|
|
|
|
/**
|