Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220343
b: refs/heads/master
c: 64d1e5a
h: refs/heads/master
i:
  220341: b9b5d81
  220339: 3e49438
  220335: efcc440
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 126ba0e commit 0ed4cb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: d1c07c416c53c37ea4800513a6e7bbb13ef9c1e2
refs/heads/master: 64d1e5a0986e612307138db8db1dc2db9bf919f8
14 changes: 7 additions & 7 deletions trunk/drivers/staging/speakup/speakup_bns.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
#define PROCSPEECH '\r'

static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x05\x31\x32P" }},
{ CAPS_STOP, .u.s = {"\x05\x38P" }},
{ RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL }},
{ PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL }},
{ VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL }},
{ TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"\x05\x31\x32P" } },
{ CAPS_STOP, .u.s = {"\x05\x38P" } },
{ RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL } },
{ PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL } },
{ VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL } },
{ TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};

Expand Down

0 comments on commit 0ed4cb8

Please sign in to comment.