summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/hardware.c2
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;