summaryrefslogtreecommitdiff
path: root/usr/src
Commit message (Collapse)AuthorAgeFilesLines
* Add generic support for MacBook Pro 7Henrik Rydberg2010-04-301-0/+9
| | | | | | | This patch adds generic support for the MacBook Pro 7 family based on the 7,1 model. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add generic support for MacBook Pro 6Bernhard Froemel2010-04-301-0/+10
| | | | | | | | | This patch adds generic support for the MacBook Pro 6 family based on the 6,2 model. [rydberg@euromail.se: patch cleanup] Signed-off-by: Bernhard Froemel <froemel@vmars.tuwien.ac.at> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add support for MacBook Pro 5,3 and 5,4Henrik Rydberg2010-04-301-0/+19
| | | | | | | The MacBookPro 5,3 model has two fans, whereas the 5,4 model has only one. This patch adds explicit support for the 5,3 and 5,4 models. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Update applesmc.c to kernel version 2.6.34-rc5Henrik Rydberg2010-04-242-15/+48
| | | | This version will work for karmic and lucid packages.
* Rebuild for jauntyHenrik Rydberg2009-03-131-1/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add support for MacPro 3 temperature sensorsHenrik Rydberg2009-01-242-2/+30
| | | | | | | | | | | From: Bharath Ramesh <bramesh@vt.edu> MacPro 3 have more temperature sensors than the previous MacPro's also the sensor THTG has been removed. This patch add supports for the newer temperature sensors in the MacPro3. Signed-off-by: Bharath Ramesh <bramesh@vt.edu> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Fix light sensor readings on newer MacBooksAlex Murray2009-01-122-1/+6
| | | | | | | | | | | | | | | | | | | | The light sensors ALV0 and ALV1 on newer MacBooks (early 2008 and later) changed to report 10 bytes instead the earlier 6, and the sensor encoding subsequently changed. As a result, the reported light sensors readings are much too low. From experiments leading up to this patch, it seems only the ALV0 is reporting data, and the most useful value therein is a 10-bit big-endian value at offset 6. This suggests that a new protocol was added as a backward-compatible replacement on top of the old one. This patch makes applesmc report the improved light sensor reading for the new machines, on a scale in conformance with earlier ones. This patch has also been sent to kernel.org Signed-off-by: Alex Murray <murray.alex@gmail.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add support for MacBook Air 2Henrik Rydberg2008-12-012-1/+11
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add autoinstaller directiveHenrik Rydberg2008-11-161-4/+2
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add generic support for MacProHenrik Rydberg2008-11-121-0/+4
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Import from bzr: applesmc-dkmsHenrik Rydberg2008-11-094-0/+1579
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>