Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353783
b: refs/heads/master
c: dbe9a7d
h: refs/heads/master
i:
  353781: 68a8921
  353779: bc39450
  353775: c987645
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent e11cc05 commit dd41996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 684fb7e6f0ff07f7d9ad513beabe44efed5bf882
refs/heads/master: dbe9a7d2d54123af46ad6eb541be5557690604a3
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ typedef enum LedEvents {
* Structure which stores the information of different LED types
* and corresponding LED state information of driver states
*/
typedef struct LedStateInfo_t {
struct bcm_led_state_info {
unsigned char LED_Type; /* specify GPIO number - use 0xFF if not used */
unsigned char LED_On_State; /* Bits set or reset for different states */
unsigned char LED_Blink_State; /* Bits set or reset for blinking LEDs for different states */
unsigned char GPIO_Num;
unsigned char BitPolarity; /* To represent whether H/W is normal polarity or reverse polarity */
} LEDStateInfo, *pLEDStateInfo;
};

struct bcm_led_info {
LEDStateInfo LEDState[NUM_OF_LEDS];
struct bcm_led_state_info LEDState[NUM_OF_LEDS];
bool bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
bool bIdle_led_off;
wait_queue_head_t notify_led_event;
Expand Down

0 comments on commit dd41996

Please sign in to comment.