diff -N -u --recursive fglrx-installer-updates-15.200/debian/dkms/patches/gpl_pci_ignore_hotplug.patch fglrx-installer-updates-15.200-pacthed/debian/dkms/patches/gpl_pci_ignore_hotplug.patch --- fglrx-installer-updates-15.200/debian/dkms/patches/gpl_pci_ignore_hotplug.patch 1969-12-31 17:00:00.000000000 -0700 +++ fglrx-installer-updates-15.200-pacthed/debian/dkms/patches/gpl_pci_ignore_hotplug.patch 2015-08-03 10:21:24.257731699 -0600 @@ -0,0 +1,11 @@ +--- a/kcl_acpi.c 2015-07-31 11:29:12.258116934 -0600 ++++ b/kcl_acpi.c 2015-08-02 11:18:50.105349332 -0600 +@@ -861,7 +861,7 @@ + #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) + if(pdev) + { +- pci_ignore_hotplug(pdev); ++ pdev->ignore_hotplug = 1; + } + #endif + } diff -N -u --recursive fglrx-installer-updates-15.200/debian/dkms.conf.in fglrx-installer-updates-15.200-pacthed/debian/dkms.conf.in --- fglrx-installer-updates-15.200/debian/dkms.conf.in 2015-04-22 02:39:29.000000000 -0600 +++ fglrx-installer-updates-15.200-pacthed/debian/dkms.conf.in 2015-08-03 10:20:46.549730991 -0600 @@ -7,6 +7,7 @@ MAKE[0]="cd ${dkms_tree}/fglrx/#CVERSION#/build; sh make.sh --nohints --uname_r=$kernelver --norootcheck" DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm" AUTOINSTALL="yes" +PATCH[0]="gpl_pci_ignore_hotplug.patch" #PATCH[0]="buildfix_kernel_3.17.patch" #PATCH[0]="buildfix_kernel_3.19.patch" #PATCH_MATCH[0]="^3.1[0-2]"