[T31] OSDRV bump (#713)

pull/714/head
Dmitry Ermakov 2023-04-04 18:22:57 +03:00 committed by GitHub
parent fe6d470c74
commit 013126159c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
97 changed files with 9 additions and 1 deletions

View File

@ -113,6 +113,7 @@ SENSOR_INFO_T g_sinfo[] =
{"sc500ai"},
{"jxq03"},
{"jxq03p"},
{"sc3338"},
};
int main(int argc,char **argv)

View File

@ -173,7 +173,7 @@ SENSOR_INFO_T g_sinfo[] =
{"sc500ai", 0x30, "cgu_cim", 24000000, {0xce, 0x1f}, 1, {0x3107, 0x3108}, 2, 2, NULL},
{"jxq03", 0x40, "cgu_cim", 24000000, {0x05, 0x07}, 1, {0xa, 0xb}, 1, 2, NULL},
{"jxq03p", 0x40, "cgu_cim", 24000000, {0x08, 0x43}, 1, {0xa, 0xb}, 1, 2, NULL},
{"sc3338", 0x30, "cgu_cim", 24000000, {0xcc, 0x41}, 1, {0x3107, 0x3108}, 2, 2, NULL},
};
static int8_t g_sensor_id = -1;

View File

@ -0,0 +1,6 @@
sensor:
name: sc3338
address: 0x30
width: 2304
height: 1296
bus: i2c

View File

@ -50,6 +50,7 @@ define INGENIC_OSDRV_T31_INSTALL_TARGET_CMDS
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14__isvp_swan_1.0__/ingenic $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/kmod/sensor_sc200ai_t31.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14__isvp_swan_1.0__/ingenic $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/kmod/sensor_sc2232h_t31.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14__isvp_swan_1.0__/ingenic $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/kmod/sensor_sc2335_t31.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14__isvp_swan_1.0__/ingenic $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/kmod/sensor_sc3338_t31.ko
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/3.10.14__isvp_swan_1.0__/ingenic $(BR2_EXTERNAL_INGENIC_PATH)/package/ingenic-osdrv-t31/files/kmod/sensor_sc5235_t31.ko
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin