[PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-10 Thread Kevin Lloyd
From: Kevin Lloyd <[EMAIL PROTECTED]> This patch is targeted for the 2.6.24-rc7 kernel. The following improvements were made: - Added new product support: MC5725, AC 880 U, MP 3G (UMTS & CDMA) - Fixed control line issue where asserting DTR on ep5 would close ep2 - Added s

RE: [PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-11 Thread Kevin Lloyd
> Those device ids are already in my tree, as it was my understanding that > you would not be sending me patches for them :) You're right, I normally wouldn't, but since someone else already had, I figured it would be alright. > I'll split this patch up into something that updates the device ids an

RE: [PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-14 Thread Kevin Lloyd
hen do you expect the other changes will be propagated to the kernel? Would it be in a 2.6.24.x point release or will they have to wait until 2.6.25? Thanks, -Kevin - From: Kevin Lloyd <[EMAIL PROTECTED]> Subject: USB: sierra driver - add devices From: Kevin Lloyd <[EMAIL

RE: [PATCH] usb-serial: Sierra driver - add devices and update dtr

2008-01-17 Thread Kevin Lloyd
> > Correct, the 0x0023 is the only newly added device that requires the new > > features. > > Does that mean things will not work for this device if it is added to > the device table, without the code updates? Adding the device will not break the driver (assuming you remove the tag). > And is thi

RE: some fixes of the sierra driver

2008-01-30 Thread Kevin Lloyd
Hi Oliver, I will get to testing this and get back to you with the results asap. I expect that this will work as I have seen it implemented this way before. Thanks, -Kevin -Original Message- From: Oliver Neukum [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 3:22 AM To: Lin

RE: testers sought: USB autosuspend for sierra

2008-01-30 Thread Kevin Lloyd
Oliver, Thank you for this patch, we will get to testing it and respond with results. -Kevin -Original Message- From: Oliver Neukum [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 1:32 AM To: Linux Development Group; linux-usb@vger.kernel.org Subject: testers sought: USB aut

RE: [PATCH] Add kyocera 680 to airprime

2008-02-04 Thread Kevin Lloyd
Hi Dan, Actually the Sierra driver is becoming less and less generic as we continue to add vendor specific feature support to the driver. I believe the option driver has maintained a very generic implementation. -Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [PATCH 011/128] USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for Sierra Wireless

2008-02-06 Thread Kevin Lloyd
Hi Greg & Bruno, As you can probably tell the Sierra driver is becoming less and less generic and more Sierra device specific. I am not sure if we want to include non-sierra devices in this driver, as I am not sure whether our vendor-specific messages will negatively impact other devices. What do

RE: [PATCH 011/128] USB: sierra: add support for Onda H600/ZteMF330 datacard to USB Driver for Sierra Wireless

2008-02-07 Thread Kevin Lloyd
Great. The only devices that I am aware of that have been submitted that are not Sierra Wireless devices are: - Onda H600/Zte MF330 (0x05C6, 0x6613) (from Bruno Redondi) - Kyocera Wireless KPC680 (0x0c88, 0x180a) (from Dan Williams) We could probably move the Kyocera KPC650 from the airprime driv

RE: [Patch] USB/Serial (sierra.c): Add Support For AT&T 881U

2008-02-07 Thread Kevin Lloyd
Hi David, A patch has already been submitted and accepted to add this device (See PATCH005/128 from Greg KH on 2/1/2008). -Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Sent: Thursday, February 07, 2008 4:02 AM To: linux-usb@vger.kernel.org

RE: [patch 13/45] USB: sierra: add support for Onda H600/Zte MF330datacard to USB Driver for Sierra Wireless

2008-02-07 Thread Kevin Lloyd
> 2.6.24-stable review patch. If anyone has any objections, please let us > know. > > -- > From: Bruno Redondi <[EMAIL PROTECTED]> > > Added support for Onda H600/Zte MF330 GPRS/UMTS/HSDPA datacard Per our earlier discussion we probably don't want to have this one in the Sierra

RE: [patch 13/45] USB: sierra: add support for Onda H600/ZteMF330datacard to USB Driver for Sierra Wireless

2008-02-08 Thread Kevin Lloyd
> For now, yes, we should mirror what is going to be in the 2.6.25 kernel > release. I see the split happening for 2.6.26. So I say leave this for > now, it adds support for users of these devices. It's not that big a of a deal and I'm not sure how much of a pain it would be to change it, but if

[PATCH] usb: serial: move zte MF330 from sierra to option

2008-02-11 Thread Kevin Lloyd
From: Kevin Lloyd <[EMAIL PROTECTED]> Moves the Onda H600/ZTE MF33 device from the sierra driver to the option driver. Signed-off-by: Kevin Lloyd <[EMAIL PROTECTED]> --- drivers/usb/serial/sierra.c | 1 - drivers/usb/serial/option.c | 2 + 2 files changed, 2 insertions(+)

RE: Question regarding usb-serial based driver.

2008-02-25 Thread Kevin Lloyd
> > The sierra device has pair of endpoints (bulk in and bulk out) that > > sends the multiplexed protocols data packets ( two protocols data > > packets encapsulated in one). Lets call that endpoint pair as EP1. The > > one of the multiplexed protocol is DM and other is command and status. > > EP

RE: Question regarding usb-serial based driver.

2008-02-25 Thread Kevin Lloyd
> Then please, let us know this kind of information in the beginning, > without me having to drag it out of you all over the course of a week > and 9 email exchanges. Don't be vague, it doesn't help anyone out, and > wastes people's time. Right, miscommunication on our part. > > I saw that the n