Skip to content

Commit

Permalink
Add GC4023
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerrr committed Sep 23, 2023
1 parent 616ac07 commit 976ddc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/ingenic.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static unsigned char sony_addrs[] = {0x34, 0};
static unsigned char ssens_addrs[] = {0x60, 0};
static unsigned char omni_addrs[] = {0x6c, 0};
static unsigned char onsemi_addrs[] = {0x20, 0};
static unsigned char gc_addrs[] = {0x6e, 0x52, 0};
static unsigned char gc_addrs[] = {0x6e, 0x52, 0x42, 0};
static unsigned char soi_addrs[] = {0x60, 0x80, 0};

static sensor_addr_t ingenic_possible_i2c_addrs[] = {
Expand Down
1 change: 1 addition & 0 deletions src/sensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ static int detect_galaxycore_sensor(sensor_ctx_t *ctx, int fd,
case 0x2083:
case 0x2093:
case 0x3003:
case 0x4023:
case 0x4653:
case 0x46c3:
case 0x5035:
Expand Down

0 comments on commit 976ddc4

Please sign in to comment.