Skip to content

Commit

Permalink
Update load_sigmastar, add os04a10 and os04c10 sensors (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrouter authored Jul 26, 2024
1 parent eefda49 commit 017d8da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit 017d8da

Please sign in to comment.