Skip to content

Commit 8cdcdcb

Browse files
committed
Merge pull request #35 from phomes/master
nvbios/info: correct chipset for G92
2 parents 12869ea + aa09188 commit 8cdcdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvbios/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct envy_bios_bit_entry *b
159159
break;
160160
/* G92 */
161161
case 0x6292:
162-
bios->chipset = 0x86;
162+
bios->chipset = 0x92;
163163
bios->chipset_name = "G92";
164164
break;
165165
case 0x6294:

0 commit comments

Comments
 (0)