Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19531
b: refs/heads/master
c: c4bb6f5
h: refs/heads/master
i:
  19529: 6149001
  19527: a78b7ac
v: v3
  • Loading branch information
matthieu castet authored and Len Brown committed Jan 7, 2006
1 parent 39df255 commit ad610b3
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 07b0120d53a3e7cbc88458a64a4d668fc416100f
refs/heads/master: c4bb6f5ad968540d7f9619565bacd18d7419b85f
11 changes: 7 additions & 4 deletions trunk/drivers/pnp/pnpacpi/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@

static int num = 0;

/* We need only to blacklist devices that have already an acpi driver that
* can't use pnp layer. We don't need to blacklist device that are directly
* used by the kernel (PCI root, ...), as it is harmless and there were
* already present in pnpbios. But there is an exception for devices that
* have irqs (PIC, Timer) because we call acpi_register_gsi.
* Finaly only devices that have a CRS method need to be in this list.
*/
static char __initdata excluded_id_list[] =
"PNP0C0A," /* Battery */
"PNP0C0C,PNP0C0E,PNP0C0D," /* Button */
"PNP0C09," /* EC */
"PNP0C0B," /* Fan */
"PNP0A03," /* PCI root */
"PNP0C0F," /* Link device */
"PNP0000," /* PIC */
"PNP0100," /* Timer */
Expand Down

0 comments on commit ad610b3

Please sign in to comment.