]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: hv: vmbus: Add the DSDT _HID name as well
authorK. Y. Srinivasan <kys@microsoft.com>
Mon, 6 Jun 2011 22:49:42 +0000 (15:49 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:45:50 +0000 (13:45 -0700)
Add the DSDT _HID name as well, in addition to the _DDN name.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/vmbus_drv.c

index 39cd277749b9d6859d3fff470962ef837faac21e..1a26252d6c89b9ff59de9574fa187bd7bd31728f 100644 (file)
@@ -746,6 +746,7 @@ static int vmbus_acpi_add(struct acpi_device *device)
 
 static const struct acpi_device_id vmbus_acpi_device_ids[] = {
        {"VMBUS", 0},
+       {"VMBus", 0},
        {"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, vmbus_acpi_device_ids);