Update to version 0.4.1, update NEWS

common-wmi v0.4.1
Lekensteyn 13 years ago
parent 2d1effc903
commit b0712e5185

@ -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,

Loading…
Cancel
Save