Update to version 0.6, update NEWS

master v0.6
Peter Wu 12 years ago
parent 2808cf520e
commit 7361046b24

10
NEWS

@ -1,3 +1,13 @@
Version 0.6 - 19 March 2013
* Add workaround for Linux 3.8 regression (not present in earlier or latter
versions) that prevented the video card from turned off unless a driver was
loaded before.
* Compatibility with grsec patches.
* Add 'skip_optimus_dsm' module option so users of Lenovo T410s can use bbswitch
by setting this option to true.
* Clarify license (GPLv3).
Version 0.5 - 22 October 2012
* Improved compatibility with older DKMS versions.

@ -33,7 +33,7 @@
#include <linux/seq_file.h>
#include <linux/pm_runtime.h>
#define BBSWITCH_VERSION "0.5"
#define BBSWITCH_VERSION "0.6"
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Toggle the discrete graphics card");

Loading…
Cancel
Save