Re: [patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-15 Thread wendy xiong
Hi Andrew, I have tested this with new adapter on our systems. I didn't get comments since I sent out last Wednesday. Could you help me with this patch? Thank you very much! Wendy On Wed, 2007-05-09 at 17:36 -0500, wendy xiong wrote: This patch add new sub-device-id to support new adapter and

Re: [patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-15 Thread Andrew Morton
On Tue, 15 May 2007 11:29:15 -0500 wendy xiong [EMAIL PROTECTED] wrote: I have tested this with new adapter on our systems. I didn't get comments since I sent out last Wednesday. Could you help me with this patch? You sent it to the wrong mailing list: netdev doesn't handle serial drivers.

[patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-09 Thread wendy xiong
This patch add new sub-device-id to support new adapter and changed the interrupt irq number for unsigned char to unsigned int. Signed-off by: Wendy Xiong [EMAIL PROTECTED] diff -Nuar linux-2.6.21-rc7.orig/drivers/serial/icom.c linux-2.6.21-rc7.new/drivers/serial/icom.c ---