mirror of https://github.com/OpenIPC/firmware.git
Sigmastar: add gc4023 sensor for infinity6b0 (#1097)
parent
3f955a67a9
commit
311b619110
|
@ -17,7 +17,7 @@ detect_sensor() {
|
|||
|
||||
set_sensor() {
|
||||
case ${SENSOR} in
|
||||
gc4653|imx335|sc2239|sc3335|sc3338)
|
||||
gc4023|gc4653|imx335|sc2239|sc3335|sc3338)
|
||||
insmod ${PATH_SENSOR}/sensor_${SENSOR}_mipi.ko chmap=1
|
||||
;;
|
||||
gc2053|gc2083|sc2335)
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -13,6 +13,9 @@ define SIGMASTAR_OSDRV_INFINITY6B0_INSTALL_TARGET_CMDS
|
|||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/kmod/*
|
||||
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar/sensor
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar/sensor $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/sensor/kmod/*
|
||||
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/firmware
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/firmware $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/sensor/firmware/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue