Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129873
b: refs/heads/master
c: e0b36fc
h: refs/heads/master
i:
  129871: 11cb294
v: v3
  • Loading branch information
Kay Sievers authored and Len Brown committed Jan 15, 2009
1 parent 1d402de commit c10b957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 9abf0eea877d6107d3a8a5c6913450e961fb7050
refs/heads/master: e0b36fc5efd610a208b6b80e821a49302ca424ab
8 changes: 4 additions & 4 deletions trunk/drivers/platform/x86/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ static void hotkey_notify(struct ibm_struct *ibm, u32 event)
/* forward it to userspace, maybe it knows how to handle it */
acpi_bus_generate_netlink_event(
ibm->acpi->device->pnp.device_class,
ibm->acpi->device->dev.bus_id,
dev_name(&ibm->acpi->device->dev),
event, 0);
return;
}
Expand Down Expand Up @@ -2505,7 +2505,7 @@ static void hotkey_notify(struct ibm_struct *ibm, u32 event)
if (!ignore_acpi_ev && send_acpi_ev) {
acpi_bus_generate_netlink_event(
ibm->acpi->device->pnp.device_class,
ibm->acpi->device->dev.bus_id,
dev_name(&ibm->acpi->device->dev),
event, hkey);
}
}
Expand Down Expand Up @@ -3724,7 +3724,7 @@ static void dock_notify(struct ibm_struct *ibm, u32 event)
}
acpi_bus_generate_proc_event(ibm->acpi->device, event, data);
acpi_bus_generate_netlink_event(ibm->acpi->device->pnp.device_class,
ibm->acpi->device->dev.bus_id,
dev_name(&ibm->acpi->device->dev),
event, data);
}

Expand Down Expand Up @@ -3826,7 +3826,7 @@ static void bay_notify(struct ibm_struct *ibm, u32 event)
{
acpi_bus_generate_proc_event(ibm->acpi->device, event, 0);
acpi_bus_generate_netlink_event(ibm->acpi->device->pnp.device_class,
ibm->acpi->device->dev.bus_id,
dev_name(&ibm->acpi->device->dev),
event, 0);
}

Expand Down

0 comments on commit c10b957

Please sign in to comment.