Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272021
b: refs/heads/master
c: 8d38e42
h: refs/heads/master
i:
  272019: 4092bd1
v: v3
  • Loading branch information
Corentin Chary authored and Matthew Garrett committed Oct 24, 2011
1 parent 89afbe7 commit ddade4d
Show file tree
Hide file tree
Showing 2 changed files with 8 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: b23910c2194e0e0ee43e585788085f8e6dd4877e
refs/heads/master: 8d38e42c61c53ab63abbb15380b39df4eae8d44e
7 changes: 7 additions & 0 deletions trunk/drivers/platform/x86/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@ static int asus_led_init(struct asus_laptop *asus)
{
int r;

/*
* The Pegatron Lucid has no physical leds, but all methods are
* available in the DSDT...
*/
if (asus->is_pega_lucid)
return 0;

/*
* Functions that actually update the LED's are called from a
* workqueue. By doing this as separate work rather than when the LED
Expand Down

0 comments on commit ddade4d

Please sign in to comment.