Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97791
b: refs/heads/master
c: a361a82
h: refs/heads/master
i:
  97789: 35a4b0d
  97787: e5d112f
  97783: ee385ff
  97775: c79feb0
  97759: a3bf9f3
  97727: 55ff33c
  97663: 1c219dd
  97535: bf8f3dd
  97279: 0775dc6
v: v3
  • Loading branch information
Dan Williams authored and Linus Torvalds committed Jun 6, 2008
1 parent a9d7a57 commit 9c65fb1
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: 6cfd53fc03670c7a544a56d441eb1a6cc800d72b
refs/heads/master: a361a82c10c20eff402d72ce83b66913d04894ee
6 changes: 6 additions & 0 deletions trunk/drivers/misc/fujitsu-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,9 @@ MODULE_AUTHOR("Jonathan Woithe");
MODULE_DESCRIPTION("Fujitsu laptop extras support");
MODULE_VERSION(FUJITSU_DRIVER_VERSION);
MODULE_LICENSE("GPL");

static struct pnp_device_id pnp_ids[] = {
{ .id = "FUJ02bf" },
{ .id = "" }
};
MODULE_DEVICE_TABLE(pnp, pnp_ids);

0 comments on commit 9c65fb1

Please sign in to comment.