Peter Wu
81e1e7ee4d
acpi-handle-hack: Support Acer Aspire V5-573PG
...
Reported y Christian Buchner[1].
[1]: https://github.com/Bumblebee-Project/Bumblebee/issues/460#issuecomment-23658424
11 years ago
Peter Wu
18c3892778
acpi-handle-hack: compatibility with Linux 3.8+
11 years ago
Peter Wu
560eea85ce
acpi-handle-hack: add Acer V5-573G
...
\_SB.PCI0.RP05.PXSX should become \_SB.PCI0.RP05.PEGP, see
https://github.com/Bumblebee-Project/Bumblebee/issues/460
11 years ago
Peter Wu
4feced8a87
README: update information about the patch and bug.
12 years ago
Peter Wu
8f98977ad8
Add Lenovo IdeaPad Z500
...
Reported in an e-mail by Yroslav.
12 years ago
Peter Wu
be80d89a51
Merge pull request #44 from tiftof/u510
...
Support Lenovo IdeaPad U510
12 years ago
Christophe Oosterlynck
1b9e7e6af9
Support Lenove IdeaPad U510
12 years ago
Bruno Pagani
db6eaf14de
And yet another one.
...
https://bugs.launchpad.net/lpbugreporter/+bug/1102572
12 years ago
Peter Wu
a5d7192767
Add another TOSHIBA Satellite P870 (PSPLBA-02300S) (GH-40)
12 years ago
Peter Wu
bac9a9ac27
Merge branch 'develop' into hack-lenovo
12 years ago
Peter Wu
cdb79257f2
.gitignore: ignore tar.gz and vim
12 years ago
Peter Wu
a516f95781
README.md: bump version, simplify instructions
12 years ago
Peter Wu
d349fc3547
dkms/acpi-handle-hack.conf: Bump version to 0.0.2
12 years ago
Peter Wu
ac2969eea2
Bump to 0.0.2 because of bugfixes
12 years ago
Peter Wu
94765f1952
Improve error checking, do not leak memory
...
A reference to pci_dev was always kept on failure (which is rare, but it could
happen if the bug is fixed or BIOS is updated). The handle name was also always
leaked, this is now corrected too.
12 years ago
Peter Wu
5d170444eb
acpi-handle-hack: convert printk to pr_*; fix error message
12 years ago
Peter Wu
2d00d70ec7
Merge branch 'master' into hack-lenovo
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 Wu
f5a4f5f364
Merge pull request #34 from dauxer/hack-lenovo
...
Add Lenovo G780
12 years ago
dauxer
aaa0bd3be8
Add Lenovo G780
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
232ee2dc11
acpi-handle-hack: Add Lenovo UdeaPad Y570 "PIQY0" (Closes GH-26)
12 years ago
Peter Wu
82648190aa
Detect 3D controllers as gfx device too
...
Necessary for Lenovo G580 for example.
12 years ago
Peter Wu
f4128e5b40
acpi-handle-hack: Add Lenovo G580
...
Reported at Bumblebee-Project/Bumblebee#230 , it seems to be the same
issue.
12 years ago
Peter Wu
13392b5125
Merge branch 'develop' into hack-lenovo
12 years ago
Peter Wu
8ada8849f2
Compatibility with older DKMS versions (GH-25)
13 years ago
Peter
6a1de878c3
Merge pull request #24 from TheSiege/hack-lenovo
...
Support hack for Lenovo IdeaPad Y480
13 years ago
anagromataf
e5456d1e0e
hack for Y480
13 years ago
Peter
1e54d10115
Merge pull request #22 from koniiiik/hack-lenovo
...
Support hack for Lenovo IdeaPad Y580
13 years ago
Michal Petrucha
6864cf40a4
Added Ideapad Y580 to the list of devices requiring the hack.
13 years ago
Lekensteyn
411db223bb
Update README.md with Toshiba SATELLITE P870
13 years ago
Lekensteyn
50970d8cf1
Add Toshiba SATELLITE P870 (PSPLBE-01V00HFR)
...
This machine is also affected as reported on
https://github.com/Bumblebee-Project/Bumblebee/issues/173
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
ec42e5b7ad
Add LENOVO IDEAPAD Y570 "PIQY0"
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
a0fdcedf27
README.md: copy to dkms.conf instead of acpi-handle-hack.conf
13 years ago