patch-2.4.18 linux/arch/ppc/kernel/pmac_backlight.c
Next file: linux/arch/ppc/kernel/pmac_feature.c
Previous file: linux/arch/ppc/kernel/pci.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Dec 26 16:28:34 2001
- Orig file:
linux.orig/arch/ppc/kernel/pmac_backlight.c
- Orig date:
Mon Feb 18 20:18:39 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/arch/ppc/kernel/pmac_backlight.c linux/arch/ppc/kernel/pmac_backlight.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.pmac_backlight.c 1.8 09/08/01 15:47:42 paulus
+ * BK Id: SCCS/s.pmac_backlight.c 1.10 12/01/01 20:09:06 benh
*/
/*
* Miscellaneous procedures for dealing with the PowerMac hardware.
@@ -78,7 +78,7 @@
pmu_request(&req, NULL, 2, 0xd9, 0);
while (!req.complete)
pmu_poll();
- backlight_level = req.reply[1] >> 4;
+ backlight_level = req.reply[0] >> 4;
}
#endif
if (!backlighter->set_enable(1, backlight_level, data))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)