Il giorno Mon, 28 Dec 2009 16:12:58 -0500 "John W. Linville" <linville@xxxxxxxxxxxxx> ha scritto: > On Tue, Dec 22, 2009 at 06:10:01PM +0100, Luca Verdesca wrote: > > With following patch, LED should now work with LiteOn AR5BXB63 mini > > pci-e cards. > > > > Signed-off-by: Luca Verdesca <magooz@xxxxxxxx> > > Acked-by: Bob Copeland <me@xxxxxxxxxxxxxxx> > > Cc: John Linville <linville@xxxxxxxxxxxxx> > > --- > > home/magooz/led.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > --- /usr/src/linux/drivers/net/wireless/ath/ath5k/led.c > > 2009-12-22 16:37:42.000000000 +0100 +++ /home/magooz/led.c > > 2009-12-22 16:38:14.000000000 +0100 @@ -75,6 +75,8 @@ static const > > struct pci_device_id ath5k_ { ATH_SDEVICE(PCI_VENDOR_ID_HP, > > 0x0137a), ATH_LED(3, 1) }, /* HP Compaq C700 (nitrousnrg@xxxxxxxxx) > > */ { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) }, > > + /* LiteOn AR5BXB63 (magooz@xxxxxxxx) */ > > + { PCI_SDEVICE(ATHEROS, 0x3067), ATH_LED(3, 0) }, > > /* IBM-specific AR5212 (all others) */ > > { PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5212_IBM), > > ATH_LED(0, 0) }, { } > > Did you compile this? Perhaps you meant to use ATH_SDEVICE instead? Damn, you're right. I posted a wrong, patch, the first try I made. > Of course, it still wouldn't be quite right AFAICT... Can I ask you why? > > Also, please make sure that your patch can be applied with "patch > -p1". I re-created the patch, so it should be right, by now. I'll post it in a new mail. > > Thanks, > > John Sorry for the inconvenience, and thanks for clarifications. Luca -- 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