Update to version 0.4.1, update NEWS
This commit is contained in:
		
							
								
								
									
										5
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								NEWS
									
									
									
									
									
								
							@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					Version 0.4.1 - 16 January 2012
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Corrected a small error that yielded an confusing error message "The discrete
 | 
				
			||||||
 | 
					  card could not be enabled by a _DSM call"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 0.4 - 15 January 2012
 | 
					Version 0.4 - 15 January 2012
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Support for models that have a "3D controller" instead of "VGA compatible
 | 
					* Support for models that have a "3D controller" instead of "VGA compatible
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@
 | 
				
			|||||||
MODULE_LICENSE("GPL");
 | 
					MODULE_LICENSE("GPL");
 | 
				
			||||||
MODULE_DESCRIPTION("Toggle the discrete graphics card");
 | 
					MODULE_DESCRIPTION("Toggle the discrete graphics card");
 | 
				
			||||||
MODULE_AUTHOR("Peter Lekensteyn <lekensteyn@gmail.com>");
 | 
					MODULE_AUTHOR("Peter Lekensteyn <lekensteyn@gmail.com>");
 | 
				
			||||||
MODULE_VERSION("0.4");
 | 
					MODULE_VERSION("0.4.1");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
    CARD_UNCHANGED = -1,
 | 
					    CARD_UNCHANGED = -1,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user