From 9dd9e330870fc0585c22944f49c4fffe5427ceb9 Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 12 Feb 2012 22:24:53 -0500 Subject: [PATCH] --- yaml --- r: 289097 b: refs/heads/master c: 00da8eddf9eb8d432533c3a83da3a6470a45dfc4 h: refs/heads/master i: 289095: 77e78e614971bd9ea5117c0b418cf2eea71e1abd v: v3 --- [refs] | 2 +- trunk/drivers/staging/bcm/led_control.h | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 03ea063b47e9..5c6159adcbc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fa5a90116be97cd15deac3f45b602c2e5c5fb58 +refs/heads/master: 00da8eddf9eb8d432533c3a83da3a6470a45dfc4 diff --git a/trunk/drivers/staging/bcm/led_control.h b/trunk/drivers/staging/bcm/led_control.h index 84d1a028e1e2..ed8fbc091115 100644 --- a/trunk/drivers/staging/bcm/led_control.h +++ b/trunk/drivers/staging/bcm/led_control.h @@ -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