diff options
Diffstat (limited to 'drivers/video/aty/radeon_pm.c')
-rw-r--r-- | drivers/video/aty/radeon_pm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c index 365de5dcc888..9a2b0d69b0ae 100644 --- a/drivers/video/aty/radeon_pm.c +++ b/drivers/video/aty/radeon_pm.c | |||
@@ -86,6 +86,9 @@ static struct radeon_device_id radeon_workaround_list[] = { | |||
86 | BUGFIX("Samsung P35", | 86 | BUGFIX("Samsung P35", |
87 | PCI_VENDOR_ID_SAMSUNG, 0xc00c, | 87 | PCI_VENDOR_ID_SAMSUNG, 0xc00c, |
88 | radeon_pm_off, radeon_reinitialize_M10), | 88 | radeon_pm_off, radeon_reinitialize_M10), |
89 | BUGFIX("Acer Aspire 2010", | ||
90 | PCI_VENDOR_ID_AI, 0x0061, | ||
91 | radeon_pm_off, radeon_reinitialize_M10), | ||
89 | { .ident = NULL } | 92 | { .ident = NULL } |
90 | }; | 93 | }; |
91 | 94 | ||