Sigmastar: add sony sensors to infinity6c script

pull/1440/head
viktorxda 2024-05-12 17:33:51 +02:00 committed by GitHub
parent 914bded9c2
commit 8846aa6ee5
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() { set_sensor() {
case $SENSOR in case $SENSOR in
sc401ai|sc501ai) imx335|imx415|sc401ai|sc501ai)
insmod $MODULE/sensor_${SENSOR}_mipi.ko chmap=1 insmod $MODULE/sensor_${SENSOR}_mipi.ko chmap=1
;; ;;
*) *)