Skip to content
Permalink
Browse files
Merge pull request #35 from phomes/master
nvbios/info: correct chipset for G92
  • Loading branch information
imirkin committed Jan 6, 2016
2 parents 12869ea + aa09188 commit 8cdcdcb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -159,7 +159,7 @@ int envy_bios_parse_bit_i (struct envy_bios *bios, struct envy_bios_bit_entry *b
break;
/* G92 */
case 0x6292:
bios->chipset = 0x86;
bios->chipset = 0x92;
bios->chipset_name = "G92";
break;
case 0x6294:

0 comments on commit 8cdcdcb

Please sign in to comment.