Carlo Parata <carlo_parata@...> writes: > > With this patch, a Acer Aspire One D250 can turn on the wifi led. The array of > compatible devices in ath5k driver now includes the hardware present in this > computer, as well as the led pin and polarity. > > --- ../led.c 2009-11-06 06:16:39.000000000 +0100 > +++ ./drivers/net/wireless/ath/ath5k/led.c 2009-11-06 12:37:44.000000000 +0100 > @@ -73,6 +73,8 @@ > { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) }, > /* IBM-specific AR5212 (all others) */ > { PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5212_IBM), ATH_LED(0, 0) }, > + /* Acer Aspire One D250 AR5007EG */ > + { PCI_VDEVICE(ATHEROS, 0x001c), ATH_LED(3, 1) }, > { } > }; > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@... > More majordomo info at http://vger.kernel.org/majordomo-info.html > > Excuse me but it is the first post for me in this mailing list. How can I find out the subdevice of my wireless card? The device specifications shown by Windows XP are: PCI\VEN_168C&DEV_001C&SUBSYS_E00D105B&REV_01\4&192AC53F&0&00E0 Thanks -- 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