commit 15574b4dbedac124bd705fb976222012adf1dce5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 10 06:38:15 2016 +0100
Fix for kernel 4.8.0-rc5
fix_for_4_8_rc5.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/fix_for_4_8_rc5.patch b/fix_for_4_8_rc5.patch
new file mode 100644
index 0000000..8674822
--- /dev/null
+++ b/fix_for_4_8_rc5.patch
@@ -0,0 +1,11 @@
+--- VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c.orig 2016-09-10
04:31:04.190301372 +0100
++++ VirtualBox-5.1.4/src/VBox/Additions/linux/drm/vbox_drv.c 2016-09-10
04:31:50.132819912 +0100
+@@ -65,7 +65,7 @@ module_param_named(modeset, vbox_modeset
+
+ static struct drm_driver driver;
+
+-static DEFINE_PCI_DEVICE_TABLE(pciidlist) =
++static const struct pci_device_id pciidlist[] =
+ {
+ {0x80ee, 0xbeef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ {0, 0, 0},
Show replies by date