Skip to content

Commit faa0147

Browse files
committed
Add SP2308
1 parent 89149c1 commit faa0147

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/sensors.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,9 @@ static int detect_superpix_sensor(sensor_ctx_t *ctx, int fd,
889889
case 0x4308:
890890
sprintf(ctx->sensor_id, "OS04B10");
891891
return true;
892+
case 0x5302:
893+
sprintf(ctx->sensor_id, "SP2308"); // or OS02M10
894+
return true;
892895
case 0x5303:
893896
sprintf(ctx->sensor_id, "OS03B10");
894897
return true;

0 commit comments

Comments
 (0)