Skip to content

Commit

Permalink
Add Omnivision/Spyco SP4329
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerrr committed Oct 9, 2023
1 parent 8794c20 commit e12c439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ static int detect_omni_sensor(sensor_ctx_t *ctx, int fd,
case 0x4688:
sprintf(ctx->sensor_id, "OV4689");
return true;
case 0x5303:
sprintf(ctx->sensor_id, "SP4329");
return true;
case 0x5305:
sprintf(ctx->sensor_id, "OS05A");
return true;
Expand Down

0 comments on commit e12c439

Please sign in to comment.