Changeset 63791 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Sep 11, 2016 7:25:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_drv.c
r63772 r63791 66 66 static struct drm_driver driver; 67 67 68 static DEFINE_PCI_DEVICE_TABLE(pciidlist)=68 static const struct pci_device_id pciidlist[] = 69 69 { 70 70 {0x80ee, 0xbeef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
Note:
See TracChangeset
for help on using the changeset viewer.