Skip to content

Commit 9f76227

Browse files
committed
Add SC2331
1 parent 9c5286b commit 9f76227

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
@@ -556,6 +556,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
556556
case 0xcb14:
557557
res = 0x2335;
558558
break;
559+
case 0xcb5c:
560+
strcpy(ctx->sensor_id, "SC2331");
561+
return true;
559562
case 0xcb17:
560563
if (strstr(getchipvendor(), VENDOR_INGENIC))
561564
strcpy(ctx->sensor_id, "SC2332");

0 commit comments

Comments
 (0)