From c8b303c36c52587a904c2d8aa1d55c015fbba297 Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Sat, 14 Jan 2012 23:16:45 +0100 Subject: [PATCH] Add NEWS file, bump version to 0.3 --- NEWS | 10 ++++++++++ bbswitch.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..1d1c033 --- /dev/null +++ b/NEWS @@ -0,0 +1,10 @@ +Version 0.3 - 14 January 2012 + +* Support for models that have the nvidia DSM method on the integrated Intel + video card instead of the nvidia one. This includes at the Acer Travelmate + 8472TG and Acer Aspire 5745G. + +Version 0.2 - 2 January 2012 + +* Initial release, adding a kernel module that can disable discrete nvidia cards + on Optimus systems. diff --git a/bbswitch.c b/bbswitch.c index 5bce3e5..7d69dee 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -19,7 +19,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card"); MODULE_AUTHOR("Peter Lekensteyn "); -MODULE_VERSION("0.2"); +MODULE_VERSION("0.3"); enum { CARD_UNCHANGED = -1,