Skip to content

Commit 3f882c1

Browse files
committed
Add sc1a4t
1 parent 12001b0 commit 3f882c1

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 0x9a4d:
625+
strcpy(ctx->sensor_id, "SC1A4T");
626+
return true;
624627
case 0x9c42:
625628
strcpy(ctx->sensor_id, "SC4336P");
626629
return true;

0 commit comments

Comments
 (0)