http://bugzilla.kernel.org/show_bug.cgi?id=10805
------- Comment #42 from [email protected] 2009-02-21 09:33 ------- Pavel's quirk patch works on T22, T23, T30, T42. The reverted patch (commit c408a3794d6222ab43ab26648385f850a82f0803) has: + val = ((val & 0x00ffff00) | 0x2864c077); Pavel's patch has: + val = ((val & 0x00ffff00) | (0x2864c077 | 0xa864c077)); but (0x2864c077 | 0xa864c077) == 0xa864c077 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
