Adds support for the WiFi activity LED on the Dell Vostro A860 laptop. Signed-off-by: Shahar Or <shahar@xxxxxxxxxxxxxxx> --- I hope this one is perfect. --- drivers/net/wireless/ath/ath5k/led.c.orig 2009-12-03 14:57:20.000000000 +0200 +++ drivers/net/wireless/ath/ath5k/led.c 2009-12-03 14:25:30.000000000 +0200 @@ -71,6 +71,8 @@ { ATH_SDEVICE(PCI_VENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) }, /* IBM-specific AR5212 (all others) */ { PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5212_IBM), ATH_LED(0, 0) }, + /* Dell Vostro A860 (shahar@xxxxxxxxxxxxxxx) */ + { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0112), ATH_LED(3, 0) }, { } }; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html