Greg & Greg, There should already be a patch in the queue that adds this. The patch was submitted by Elina Pasheva on May 14, 2009 - [PATCH004/0004][RESUBMIT2]. -Kevin -----Original Message----- From: Greg KH [mailto:greg@xxxxxxxxx] Sent: Wednesday, May 20, 2009 8:49 AM To: Greg Banks Cc: Linux USB ML; Kevin Lloyd Subject: Re: [PATCH] sierra: add Sierra Wireless 306 device id On Wed, May 20, 2009 at 04:57:32PM +1000, Greg Banks wrote: > Recognise the Sierra Wireless 306 USB high speed HSPA+ wireless USB modem, > as used by Telstra Bigpond's 21 Mb/s NextG product. > > Signed-off-by: Greg Banks <gnb@xxxxxxxx> > --- > > drivers/usb/serial/sierra.c | 2 ++ > 1 file changed, 2 insertions(+) > > Index: sierra-20090427/drivers/usb/serial/sierra.c > =================================================================== > --- sierra-20090427.orig/drivers/usb/serial/sierra.c > +++ sierra-20090427/drivers/usb/serial/sierra.c > @@ -219,6 +219,8 @@ static struct usb_device_id id_table [] > { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6891, 0xFF, 0xFF, 0xFF)}, > /* Sierra Wireless Device */ > { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x6892, 0xFF, 0xFF, 0xFF)}, > + /* Sierra Wireless USB 306 */ > + { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x68A3, 0xFF, 0xFF, 0xFF)}, Hm, your leading spaces/tabs seem to have been eaten by your email client, making this patch not possible to be applied. Care to resend it? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html