Skip to content

Commit d3d3063

Browse files
committed
Add OS04A10
1 parent 6863921 commit d3d3063

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/sensors.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,11 +673,14 @@ static int detect_omni_sensor(sensor_ctx_t *ctx, int fd,
673673
case 0x5303:
674674
sprintf(ctx->sensor_id, "SP4329");
675675
return true;
676+
case 0x5304:
677+
sprintf(ctx->sensor_id, "OS04A10");
678+
return true;
676679
case 0x5305:
677-
sprintf(ctx->sensor_id, "OS05A");
680+
sprintf(ctx->sensor_id, "OS05A10");
678681
return true;
679682
case 0x5308:
680-
sprintf(ctx->sensor_id, "OS08A");
683+
sprintf(ctx->sensor_id, "OS08A10");
681684
return true;
682685
default:
683686
break;

0 commit comments

Comments
 (0)