Skip to content

Commit 4a52f26

Browse files
committed
Add sc1346
1 parent 3f882c1 commit 4a52f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sensors.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
621621
case 0xdc42:
622622
res = 0x4336;
623623
return true;
624+
case 0xda4d:
625+
strcpy(ctx->sensor_id, "SC1346");
626+
return true;
624627
case 0x9a4d:
625628
strcpy(ctx->sensor_id, "SC1A4T");
626629
return true;

0 commit comments

Comments
 (0)