Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32956
b: refs/heads/master
c: 3ae1920
h: refs/heads/master
v: v3
  • Loading branch information
Ondrej Zary authored and Linus Torvalds committed Jul 31, 2006
1 parent de7e156 commit d37f45f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5b6509aa8c2f292caea7c0602ec361f920951508
refs/heads/master: 3ae192080cb4d007792d13522efa98ebe7f15475
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/pnpbios/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static int insert_device(struct pnp_dev *dev, struct pnp_bios_node * node)
dev->flags = node->flags;
if (!(dev->flags & PNPBIOS_NO_CONFIG))
dev->capabilities |= PNP_CONFIGURABLE;
if (!(dev->flags & PNPBIOS_NO_DISABLE))
if (!(dev->flags & PNPBIOS_NO_DISABLE) && pnpbios_is_dynamic(dev))
dev->capabilities |= PNP_DISABLE;
dev->capabilities |= PNP_READ;
if (pnpbios_is_dynamic(dev))
Expand Down

0 comments on commit d37f45f

Please sign in to comment.