Ticket #18213: vbox_guest_fix_suse.patch
| File vbox_guest_fix_suse.patch, 733 bytes (added by , 6 years ago) |
|---|
-
src/vboxguest-6.0.0/vboxvideo/vbox_mode.c
diff -uNr VBoxGuestAdditions-6.0.0.orig/src/vboxguest-6.0.0/vboxvideo/vbox_mode.c VBoxGuestAdditions-6.0.0/src/vboxguest-6.0.0/vboxvideo/vbox_mode.c
old new 352 352 /* pick the encoder ids */ 353 353 if (enc_id) 354 354 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) || \ 355 (defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15) || \355 (defined(CONFIG_SUSE_VERSION)) || \ 356 356 defined(RHEL_76) 357 357 return drm_encoder_find(connector->dev, NULL, enc_id); 358 358 #else

