Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Daniel Drake
Kevin Lloyd wrote: Not a bad idea. When using the US_FL_IGNORE_DEVICE flag, that causes the usb-storage driver to no load the device and allow another driver properly load it? The reason I ask is because I previously had a separate driver for the device, however there were priority issues

RE: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Kevin Lloyd
: Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless Kevin Lloyd wrote: > From: Kevin Lloyd <[EMAIL PROTECTED]> > > This patch is targeted for the 2.6.21.1 kernel source. It adds support > for Sierra Wireless devices with auto-install support to the >

Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Daniel Drake
Kevin Lloyd wrote: From: Kevin Lloyd <[EMAIL PROTECTED]> This patch is targeted for the 2.6.21.1 kernel source. It adds support for Sierra Wireless devices with auto-install support to the unusual_devices list of the usb-mass storage driver. This requires changes to Kconfig, Makefile, usb.c,

Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Pete Zaitcev
On Mon, 14 May 2007 14:44:49 -0700, Kevin Lloyd <[EMAIL PROTECTED]> wrote: > + schedule_timeout_uninterruptible(delay_t*HZ); > + retval = sierra_ms_change_mode(us, SWIMS_SET_MODE_Modem); > + if (retval == -ETIMEDOUT || retval == -ETIME) { > +

Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Pete Zaitcev
On Mon, 14 May 2007 14:44:49 -0700, Kevin Lloyd [EMAIL PROTECTED] wrote: + schedule_timeout_uninterruptible(delay_t*HZ); + retval = sierra_ms_change_mode(us, SWIMS_SET_MODE_Modem); + if (retval == -ETIMEDOUT || retval == -ETIME) { +

Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Daniel Drake
Kevin Lloyd wrote: From: Kevin Lloyd [EMAIL PROTECTED] This patch is targeted for the 2.6.21.1 kernel source. It adds support for Sierra Wireless devices with auto-install support to the unusual_devices list of the usb-mass storage driver. This requires changes to Kconfig, Makefile, usb.c,

RE: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Kevin Lloyd
: Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless Kevin Lloyd wrote: From: Kevin Lloyd [EMAIL PROTECTED] This patch is targeted for the 2.6.21.1 kernel source. It adds support for Sierra Wireless devices with auto-install support to the unusual_devices list

Re: [PATCH] usb-storage: Add support for unusual device by Sierra Wireless

2007-05-14 Thread Daniel Drake
Kevin Lloyd wrote: Not a bad idea. When using the US_FL_IGNORE_DEVICE flag, that causes the usb-storage driver to no load the device and allow another driver properly load it? The reason I ask is because I previously had a separate driver for the device, however there were priority issues