diff options
Diffstat (limited to 'src/hardware.c')
| -rwxr-xr-x | src/hardware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware.c b/src/hardware.c index 4421fb4..282dc77 100755 --- a/src/hardware.c +++ b/src/hardware.c @@ -466,7 +466,7 @@ static char *hw_samsung_bluetooth_type() if (strncmp(buf, "semcosh", 7) == 0) return "_semcosh"; - if (strncmp(buf, "wisol", 7) == 0) + if (strncmp(buf, "wisol", 5) == 0) return "_wisol"; return NULL; |
