Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63937
b: refs/heads/master
c: f7b88cc
h: refs/heads/master
i:
  63935: ba2833d
v: v3
  • Loading branch information
Eugene Teo authored and Len Brown committed Aug 3, 2007
1 parent 8fd59f8 commit d6d04c6
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 11604ecf6fb9c2ab0152fbddb7ea2724438ef76e
refs/heads/master: f7b88ccb63188e775fe02e746c39ed177741cfc7
7 changes: 6 additions & 1 deletion trunk/drivers/char/sonypi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,15 @@ static int sonypi_acpi_remove(struct acpi_device *device, int type)
return 0;
}

const static struct acpi_device_id sonypi_device_ids[] = {
{"SNY6001", 0},
{"", 0},
};

static struct acpi_driver sonypi_acpi_driver = {
.name = "sonypi",
.class = "hkey",
.ids = "SNY6001",
.ids = sonypi_device_ids,
.ops = {
.add = sonypi_acpi_add,
.remove = sonypi_acpi_remove,
Expand Down

0 comments on commit d6d04c6

Please sign in to comment.