You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/hwsetup/files/1.2-7-openchrome.patch

12 lines
520 B

--- a/hwsetup.c
+++ b/hwsetup.c
@@ -456,7 +456,7 @@
else if(strcasestr(xi.xdesc,"Newport")) strcpy(xi.xmodule,"newport");
else if(strcasestr(xi.xdesc,"Siliconmotion")||strcasestr(xi.xdesc,"Silicon Motion")) strcpy(xi.xmodule,"siliconmotion");
else if(strcasestr(xi.xdesc,"Chips")) strcpy(xi.xmodule,"chips");
- else if(strcasestr(xi.xdesc,"VIA ")) strcpy(xi.xmodule,"via");
+ else if(strcasestr(xi.xdesc,"VIA ")) strcpy(xi.xmodule,"openchrome");
}
else strcpy(xi.xmodule,xvesa4);
}