Skip to content

Commit

Permalink
Sigmastar: add silicon optronics sensor detection
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Dec 14, 2023
1 parent 6482772 commit cc16f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hal/sstar.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static unsigned char ssens_addrs[] = {0x60, 0};
static unsigned char superpix_addrs[] = {0x78, 0};
static unsigned char omni_addrs[] = {0x6C, 0};
static unsigned char onsemi_addrs[] = {0x20, 0};
static unsigned char soi_addrs[] = {0x80, 0};

static sensor_addr_t sstar_possible_i2c_addrs[] = {
{SENSOR_SONY, sony_addrs},
Expand All @@ -23,6 +24,7 @@ static sensor_addr_t sstar_possible_i2c_addrs[] = {
{SENSOR_SUPERPIX, superpix_addrs},
{SENSOR_OMNIVISION, omni_addrs},
{SENSOR_ONSEMI, onsemi_addrs},
{SENSOR_SOI, soi_addrs},
{0, NULL},
};

Expand Down

0 comments on commit cc16f22

Please sign in to comment.