Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84092
b: refs/heads/master
c: 17196d6
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Dec 8, 2007
1 parent 93997ba commit f61736d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a340af14b4c08a53c5f7d821d8bd910e17403384
refs/heads/master: 17196d6e533a5c09ca57bf398099ffa3c13248b1
6 changes: 6 additions & 0 deletions trunk/drivers/acpi/bay.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ MODULE_LICENSE("GPL");
printk(KERN_DEBUG PREFIX "%s: %s\n", prefix, s); }
static void bay_notify(acpi_handle handle, u32 event, void *data);

static const struct acpi_device_id bay_device_ids[] = {
{"LNXIOBAY", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, bay_device_ids);

struct bay {
acpi_handle handle;
char *name;
Expand Down

0 comments on commit f61736d

Please sign in to comment.