| 
			 
			
			
			
			
			
			
		 
			
			 
			
				05-13-2009, 11:55 AM
			
			
			
		 | 
	| 
		
			
			| Jaguar |  | 
					Join Date: May 2009 Location: schiedam 
					Posts: 36
					      |  | 
	
	| Backlight controlAnother nice thing to add in your laptop DSDT: (Under _SB)
 
 CODE
 Device (PNLF)
 {
 Name (_HID, EisaId ("APP0002"))
 Name (_CID, "backlight")
 Name (_UID, 0x0A)
 Name (_STA, 0x0B)
 }
 
 Might help you in loading the backlight control
 |