Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289097
b: refs/heads/master
c: 00da8ed
h: refs/heads/master
i:
  289095: 77e78e6
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Feb 14, 2012
1 parent ae280cf commit 9dd9e33
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5fa5a90116be97cd15deac3f45b602c2e5c5fb58
refs/heads/master: 00da8eddf9eb8d432533c3a83da3a6470a45dfc4
6 changes: 2 additions & 4 deletions trunk/drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ typedef enum LedEvents {
IDLEMODE_CONTINUE = 0x40,
IDLEMODE_EXIT = 0x80,
LED_THREAD_INACTIVE = 0x100, /* Makes the LED thread Inactivce. It wil be equivallent to putting the thread on hold. */
LED_THREAD_ACTIVE = 0x200 /* Makes the LED Thread Active back. */
LED_THREAD_ACTIVE = 0x200, /* Makes the LED Thread Active back. */
DRIVER_HALT = 0xff
} LedEventInfo_t; /* Enumerated values of different driver states */

#define DRIVER_HALT 0xff


/*
* Structure which stores the information of different LED types
* and corresponding LED state information of driver states
Expand Down

0 comments on commit 9dd9e33

Please sign in to comment.