Commit Graph

93 Commits (e21cdd7b3f8ef4c1a33f717785e4f46a71d7148d)
 

Author SHA1 Message Date
Bruno Pagani e21cdd7b3f Update REAMDE.md
Closes GH-28
12 years ago
Peter Wu f982a09546 Print path to DSM method on execution failure 12 years ago
Peter Wu 3e50c7b118 Do not check for nvidia DSM on igd handle
Just in case the integrated video ACPI handle cannot be found. This is a safety
net for those who try bbswitch on an incompatible machine. I do not know any of
such machinees, but it looks good.
12 years ago
Peter Wu 91814c63f1 Add copyright header (GH-50) 12 years ago
Peter Wu 7361046b24 Update to version 0.6, update NEWS 12 years ago
Peter Wu 2808cf520e README: update module options help 12 years ago
Peter Wu d90350ced1 Clarify license (GPLv3+) 12 years ago
Peter Wu a36a216439 grsec compatibility (GH-48)
The notifier_call member of struct notifier_block cannot be modified on
grsec-patched kernels. Set the pointer on compile-time instead.
12 years ago
Peter Wu 5593d95193 Linux 3.8 compatibility hack
Since the following commit, the device would not turn off because the power
state is unknown. Until a fix is released in Linux (or until I know what
better to do), I just assume the power state D0.

commit ddc150f7a33ae0c9cb16eaac3641abc00f56316f
Author: Lv Zheng <lv.zheng@intel.com>
Date:   Fri Nov 16 02:46:28 2012 +0100

    ACPI / PM: Add check preventing transitioning to non-D0 state from D3.

    No power transitioning from D3 state up to a non-D0 state is allowed
    so make acpi_device_set_power() fail and complain if such a transition
    is attempted.

    Signed-off-by: Lv Zheng <lv.zheng@intel.com>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
12 years ago
Peter Wu fc2f2aa9c7 Add option to disable Optimus DSM (GH-14)
Necessary for one (some?) older laptops like the Lenovo T410s. Usage: put
"options bbswitch skip_optimus_dsm=1" in your modprobe.conf
12 years ago
Peter Wu cdb79257f2 .gitignore: ignore tar.gz and vim 12 years ago
Peter Wu b12b017f3a Update to version 0.5, update NEWS 12 years ago
Peter Wu 2adcb24207 Merge branch 'master' into develop 12 years ago
Peter Wu 8beb9e3f88 Add missing 'static' keyword 12 years ago
Peter Wu da55a70331 Add modeline for vim 12 years ago
Peter Wu 7f9fb7adf9 Power on the PCIe port before accessing PCI config space (#35)
Fixes regression in Linux 3.6 when run-time power management is enabled. See
https://bugzilla.kernel.org/show_bug.cgi?id=48981 for a discussion.
12 years ago
Peter Wu b8a6029692 Convert printk to pr_... macros
For pr_debug outputs on _DSM results, use "make DEBUG=1"
12 years ago
Peter Wu aeff596524 Makefile: fix clean and install target
clean: do not try to wipe /usr/src/linux-...

load: rmmod and insmod do not have to be in /sbin (for example, /usr/bin
on Arch Linux). Assume that the user has a sane PATH.
12 years ago
Peter Wu dbf8aaf8e2 Use D3cold instead of D3hot to reflect real device state 12 years ago
Peter d54dd454b6 Merge pull request #31 from wzzrd/develop
Add install and uninstall targets to Makefile
12 years ago
Maxim Burgerhout 5f2db6c26a Add install and uninstall targets to Makefile
For if you do not want to or are unable to use dkms
12 years ago
Peter Wu 8ada8849f2 Compatibility with older DKMS versions (GH-25) 13 years ago
Lekensteyn 979fbcf552 Merge branch 'develop' 13 years ago
Lekensteyn d12ce73a0d Update to version 0.4.2, update NEWS 13 years ago
Lekensteyn 0d1429e8bb Fix documentation error (Closes GH-16) 13 years ago
Lekensteyn af91008deb Fix formatting of arguments on case of ACPI failure (GH-12) 13 years ago
Lekensteyn e13e6ffc54 Fix null deref when ACPI method call failed (GH-12) 13 years ago
Lekensteyn f034252a13 Don't share buffer for muid/args, it'll be overwritten 13 years ago
Lekensteyn 647e3dddea Buffer overflow by one byte 13 years ago
Lekensteyn 804773eb22 Fix misuse of sizeof which trims arguments/muid (GH-12) 13 years ago
Lekensteyn 7c30e38bd1 Revert "Add support for WMMX method"
This reverts commit 11ddd3469f.
13 years ago
Lekensteyn e321debb5b Revert "Support Optimus machines through WMMX (GH-2)"
This reverts commit 0ec41fa2da.
13 years ago
Lekensteyn f4c2fadaf5 Revert "Load module dependency on make load: wmi"
This reverts commit fd74ba5bd8.
13 years ago
Lekensteyn fd74ba5bd8 Load module dependency on make load: wmi 13 years ago
Lekensteyn 0ec41fa2da Support Optimus machines through WMMX (GH-2)
This should finally support machines like the Lenovo Y570. WMMX methods should
be more reliable than direct DSM probing so let's try that before calling DSM
directly.
13 years ago
Lekensteyn 7fd02221b2 Print version on load 13 years ago
Lekensteyn 11ddd3469f Add support for WMMX method
This should support at least the Lenovo Ideapad Y470 and Y570. It probes the
WMMX method before calling the _DSM method directly since that method should
work for all machines that support the NVIDIA DSM.
13 years ago
Lekensteyn 4f73396ba7 Add easier way to use DKMS 13 years ago
Lekensteyn 8c0c5aa863 Allow everyone to get the status of the card (Closes GH-8) 13 years ago
Lekensteyn d5ff9a1fb9 Merge branch 'develop' 13 years ago
Lekensteyn b0712e5185 Update to version 0.4.1, update NEWS 13 years ago
Lekensteyn 2d1effc903 Fix a harmless error message 13 years ago
Lekensteyn c1dd7140df Merge branch 'develop' 13 years ago
Lekensteyn 8bd07d14af Bump to version 0.4, update NEWS 13 years ago
Lekensteyn ebf86f0617 Detect 3D controllers as gfx device too (GH-3) 13 years ago
Lekensteyn a904b442af Add debug message in case no ACPI handle is found 13 years ago
Lekensteyn fd4dabf37e Merge branch 'develop' 13 years ago
Lekensteyn c8b303c36c Add NEWS file, bump version to 0.3 13 years ago
Lekensteyn 9f0ae8f723 Ignore files generated from build 13 years ago
Lekensteyn 031bcfe8a6 Update README with module options 13 years ago