patch-2.4.6 linux/arch/ppc/kernel/feature.c
Next file: linux/arch/ppc/kernel/hashtable.S
Previous file: linux/arch/ppc/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jul 2 14:34:57 2001
- Orig file:
v2.4.5/linux/arch/ppc/kernel/feature.c
- Orig date:
Fri May 25 12:41:46 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/kernel/feature.c linux/arch/ppc/kernel/feature.c
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.feature.c 1.10 05/17/01 18:14:21 cort
+ * BK Id: SCCS/s.feature.c 1.14 06/17/01 09:33:37 trini
*/
/*
* arch/ppc/kernel/feature.c
@@ -288,11 +288,11 @@
{ "AAPL,PowerBook1998", FTR_CAN_SLEEP }, /* Wallstreet PowerBook */
{ "PowerBook1,1", FTR_CAN_SLEEP }, /* 101 (Lombard) PowerBook */
{ "PowerBook2,1", FTR_CAN_SLEEP }, /* iBook */
+ { "PowerBook4,1", FTR_CAN_NAP|FTR_CAN_SLEEP }, /* iBook Dual USB */
{ "PowerBook2,2", FTR_CAN_SLEEP /*| FTR_CAN_NAP*/ }, /* iBook FireWire */
{ "PowerBook3,1", FTR_CAN_SLEEP|FTR_CAN_NAP| /* PowerBook 2000 (Pismo) */
FTR_HAS_FW_POWER },
{ "PowerBook3,2", FTR_CAN_NAP|FTR_CAN_SLEEP }, /* PowerBook Titanium */
- { "PowerBook4,1", FTR_CAN_NAP|FTR_CAN_SLEEP }, /* New polycarbonate iBook */
{ NULL, 0 }
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)