Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348343
b: refs/heads/master
c: 4f5f64c
h: refs/heads/master
i:
  348341: 64c9ae9
  348339: f7c3cc6
  348335: b2c6b57
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jan 4, 2013
1 parent fb9578d commit 981674b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0271f4f1176d7205b2b73ef956b169db8f417932
refs/heads/master: 4f5f64cf0cc916220aaa055992e31195470cfe37
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ static void acpi_device_set_id(struct acpi_device *device)
acpi_add_id(device, ACPI_DOCK_HID);
else if (!acpi_ibm_smbus_match(device))
acpi_add_id(device, ACPI_SMBUS_IBM_HID);
else if (!acpi_device_hid(device) &&
else if (list_empty(&device->pnp.ids) &&
ACPI_IS_ROOT_DEVICE(device->parent)) {
acpi_add_id(device, ACPI_BUS_HID); /* \_SB, LNXSYBUS */
strcpy(device->pnp.device_name, ACPI_BUS_DEVICE_NAME);
Expand Down

0 comments on commit 981674b

Please sign in to comment.