From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:49:42 +0000 (-0700) Subject: Staging: hv: vmbus: Add the DSDT _HID name as well X-Git-Tag: next-20110726~5^2~568^2~64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d7b18d1844fa0bd0f9c5da3c12c1315a3a465fd;p=karo-tx-linux.git Staging: hv: vmbus: Add the DSDT _HID name as well Add the DSDT _HID name as well, in addition to the _DDN name. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index 39cd277749b9..1a26252d6c89 100644 --- a/drivers/staging/hv/vmbus_drv.c +++ b/drivers/staging/hv/vmbus_drv.c @@ -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);