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