Skip to content

Commit 264a466

Browse files
committed
Add SC4336P
1 parent 91bf351 commit 264a466

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
@@ -619,6 +619,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
619619
case 0xdc42:
620620
res = 0x4336;
621621
return true;
622+
case 0x9c42:
623+
strcpy(ctx->sensor_id, "SC4336P");
624+
return true;
622625
case 0xc143:
623626
strcpy(ctx->sensor_id, "SC830AI");
624627
return true;

0 commit comments

Comments
 (0)