Re: [linux-usb-devel] [PATCH 05/44] USB: sierra: Add TRU-Install (c) Support

2007-07-20 Thread Ragner Magalhaes
ext Greg Kroah-Hartman wrote: From: Kevin Lloyd [EMAIL PROTECTED] @@ -43,8 +107,10 @@ static struct usb_device_id id_table [] = { { USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 */ { USB_DEVICE(0x1199, 0x6820) }, /* Sierra Wireless AirCard 875 */ - {

Re: [linux-usb-devel] [PATCH 05/44] USB: sierra: Add TRU-Install (c) Support

2007-07-20 Thread Greg KH
On Fri, Jul 20, 2007 at 09:11:14AM -0400, Ragner Magalhaes wrote: ext Greg Kroah-Hartman wrote: From: Kevin Lloyd [EMAIL PROTECTED] @@ -43,8 +107,10 @@ static struct usb_device_id id_table [] = { { USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 */ { USB_DEVICE(0x1199,

[linux-usb-devel] [PATCH 05/44] USB: sierra: Add TRU-Install (c) Support

2007-07-19 Thread Greg Kroah-Hartman
From: Kevin Lloyd [EMAIL PROTECTED] This patch adds compatibility with Sierra Wireless' new TRU-Install feature. Future devices that use this feature will not work unless this patch has been applied. Signed-off-by: Kevin Lloyd [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]