Message ID | 5b89bd94468b6b3dfea308069c226ade7f68910c.1283269783.git.leann.ogasawara@canonical.com |
---|---|
State | Accepted |
Delegated to: | Leann Ogasawara |
Headers | show |
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 27af41d..bc44441 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c @@ -593,6 +593,7 @@ static int __init i915_init(void) static struct pci_device_id i915_badmodeset[] = { INTEL_VGA_DEVICE(0x3577, 0), INTEL_VGA_DEVICE(0x2562, 0), + INTEL_VGA_DEVICE(0x3582, 0), { }, }; if (pci_dev_present(i915_badmodeset)) {