diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c | |
parent | a35ba13770957a577275c3575d979457605f2aff (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c b/x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c new file mode 100644 index 000000000000..35ba5e3945a0 --- /dev/null +++ b/x11-drivers/xf86-video-openchrome/files/patch-src_via__id.c @@ -0,0 +1,10 @@ +--- src/via_id.c.orig 2013-05-23 15:11:28 UTC ++++ src/via_id.c +@@ -231,6 +231,7 @@ static struct ViaCardIdStruct ViaCardId[ + {"VIA VT3343 (P4M890)", VIA_P4M890, 0x1106, 0x3343, VIA_DEVICE_CRT}, + {"MSI P4M890M-L/IL (MS-7255)", VIA_P4M890, 0x1462, 0x7255, VIA_DEVICE_CRT}, + {"Biostar P4M890-M7 TE", VIA_P4M890, 0x1565, 0x1207, VIA_DEVICE_CRT}, ++ {"Mitac 8624 (Joybook R41E)", VIA_P4M890, 0x1071, 0x8624, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, + {"ASRock P4VM890", VIA_P4M890, 0x1849, 0x3343, VIA_DEVICE_CRT}, + + /*** VX800 ***/ |