quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									07154db4a8
								
							
						
					
					
						commit
						048697ccfa
					
				| 
						 | 
				
			
			@ -210,6 +210,11 @@ static Bool quirk_first_detailed_preferred (int scrnIndex, xf86MonPtr DDC)
 | 
			
		|||
	DDC->vendor.prod_id == 2423)
 | 
			
		||||
	return TRUE;
 | 
			
		||||
 | 
			
		||||
    /* Peacock Ergovision 19.  See rh#492359 */
 | 
			
		||||
    if (memcmp (DDC->vendor.name, "PEA", 4) == 0 &&
 | 
			
		||||
	DDC->vendor.prod_id == 9003)
 | 
			
		||||
	return TRUE;
 | 
			
		||||
 | 
			
		||||
    return FALSE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue