Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Bob Copeland
On Sun, Jan 25, 2009 at 10:33:54PM +0100, Tulio Magno Quites Machado Filho wrote: > Sorry... I haven't seen that. > After the changes, should I submit them as a new mail? And to all lists? Sure, just resend the whole, corrected patch to everyone. For small changes like this, you can make a note

Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
On Sun, Jan 25, 2009 at 10:20 PM, Bob Copeland wrote: > Can you put the vendor id in order? The file is supposed to be > sorted by vendor id, then by device id in order to reduce merge > conflicts. Sorry... I haven't seen that. After the changes, should I submit them as a new mail? And to all li

Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Bob Copeland
On Sun, Jan 25, 2009 at 09:14:21PM +0100, Tulio Magno Quites Machado Filho wrote: > Add vendor ID for AMBIT and use it to set the ath5k LED gpio. Thanks! > #define PCI_VENDOR_ID_FOXCONN0x105b > > +#define PCI_VENDOR_ID_AMBIT 0x1468 > + Can you put the vendor id in or

[ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Add vendor ID for AMBIT and use it to set the ath5k LED gpio. base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/base.c |8 ++-- include/linux/pci_ids.h |2 ++ 2 files changed, 8 insertions(+), 2 dele

Re: [ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Please, discard this patch. I'm going to resend it correcting the e-mail of linux-wireless mailing list. Sorry, -- Tulio Magno Tulio Magno Quites Machado Filho wrote: > Add vendor ID for AMBIT and use it to set the ath5k LED gpio. > > base.c: > Changes-licensed-under: 3-Clause-BSD > > Signed-

[ath5k-devel] [PATCH] ath5k: support LED's on emachines E510 notebok

2009-01-25 Thread Tulio Magno Quites Machado Filho
Add vendor ID for AMBIT and use it to set the ath5k LED gpio. base.c: Changes-licensed-under: 3-Clause-BSD Signed-off-by: Tulio Magno Quites Machado Filho --- drivers/net/wireless/ath5k/base.c |8 ++-- include/linux/pci_ids.h |2 ++ 2 files changed, 8 insertions(+), 2 dele