patch-2.4.22 linux-2.4.22/arch/arm/mach-sa1100/leds.c
Next file: linux-2.4.22/arch/arm/mach-sa1100/leds.h
Previous file: linux-2.4.22/arch/arm/mach-sa1100/leds-hackkit.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/mach-sa1100/leds.c
- Orig date:
2002-08-02 17:39:42.000000000 -0700
diff -urN linux-2.4.21/arch/arm/mach-sa1100/leds.c linux-2.4.22/arch/arm/mach-sa1100/leds.c
@@ -15,8 +15,12 @@
static int __init
sa1100_leds_init(void)
{
+ if (machine_is_adsagc())
+ leds_event = adsagc_leds_event;
if (machine_is_adsbitsy())
leds_event = adsbitsy_leds_event;
+ if (machine_is_adsbitsyplus())
+ leds_event = adsbitsyplus_leds_event;
if (machine_is_assabet())
leds_event = assabet_leds_event;
if (machine_is_consus())
@@ -33,6 +37,8 @@
leds_event = graphicsclient_leds_event;
if (machine_is_graphicsmaster())
leds_event = graphicsmaster_leds_event;
+ if (machine_is_hackkit())
+ leds_event = hackkit_leds_event;
if (machine_is_lart())
leds_event = lart_leds_event;
if (machine_is_pfs168())
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)