Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356097
b: refs/heads/master
c: 7e41576
h: refs/heads/master
i:
  356095: e047899
v: v3
  • Loading branch information
Jiri Kosina committed Jan 31, 2013
1 parent 33ada0a commit 6673993
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 090800c2a3f746572ef142e2d5404922a599e841
refs/heads/master: 7e41576247b782a21c05f7ea8a78a6db119ba789
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-steelseries.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
#define SRWS1_NUMBER_LEDS 15
struct steelseries_srws1_data {
__u16 led_state;
struct led_classdev *led[SRWS1_NUMBER_LEDS];
/* the last element is used for setting all leds simultaneously */
struct led_classdev *led[SRWS1_NUMBER_LEDS + 1];
};
#endif

Expand Down

0 comments on commit 6673993

Please sign in to comment.