Update load_sigmastar, add os04a10 and os04c10 sensors (#1502)

pull/1505/head
Signor Pellegrino 2024-07-26 12:25:02 +03:00 committed by GitHub
parent eefda49e72
commit 017d8daee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ detect_sensor() {
set_sensor() {
case $SENSOR in
gc2053|gc4653|imx274|imx307|imx335|imx347|imx415|sc501ai|sc8235)
gc2053|gc4653|imx274|imx307|imx335|imx347|imx415|sc501ai|sc8235|os04a10|os04c10)
insmod $MODULE/sensor_${SENSOR}_mipi.ko chmap=1
;;
*)