Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324737
b: refs/heads/master
c: cfd7570
h: refs/heads/master
i:
  324735: 970dc65
v: v3
  • Loading branch information
Samuel Thibault authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 89b8a98 commit 6ac12f6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 779477f29664e2e3f694339356f97a9e0eb30faa
refs/heads/master: cfd757010691eae4e17acc246f74e7622c3a2f05
2 changes: 1 addition & 1 deletion trunk/drivers/staging/speakup/speakup_soft.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int misc_registered;
static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x01+3p" } },
{ CAPS_STOP, .u.s = {"\x01-3p" } },
{ RATE, .u.n = {"\x01%ds", 5, 0, 9, 0, 0, NULL } },
{ RATE, .u.n = {"\x01%ds", 2, 0, 9, 0, 0, NULL } },
{ PITCH, .u.n = {"\x01%dp", 5, 0, 9, 0, 0, NULL } },
{ VOL, .u.n = {"\x01%dv", 5, 0, 9, 0, 0, NULL } },
{ TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL } },
Expand Down

0 comments on commit 6ac12f6

Please sign in to comment.