|
@@ -51,6 +51,12 @@ static struct atomic_notifier_head dock_notifier_list;
|
|
static struct platform_device *dock_device;
|
|
static struct platform_device *dock_device;
|
|
static char dock_device_name[] = "dock";
|
|
static char dock_device_name[] = "dock";
|
|
|
|
|
|
|
|
+static const struct acpi_device_id dock_device_ids[] = {
|
|
|
|
+ {"LNXDOCK", 0},
|
|
|
|
+ {"", 0},
|
|
|
|
+};
|
|
|
|
+MODULE_DEVICE_TABLE(acpi, dock_device_ids);
|
|
|
|
+
|
|
struct dock_station {
|
|
struct dock_station {
|
|
acpi_handle handle;
|
|
acpi_handle handle;
|
|
unsigned long last_dock_time;
|
|
unsigned long last_dock_time;
|