[linux-usb-devel] [PATCH]: ipaq: Add HTC Modem Support

2006-10-29 Thread Alex Sanks
Adds support for HTC Smart Phones in modem mode (as opposed to sync mode). Loads and works with pppd on my T-Mobile SDA. Patched against 2.6.18.1. Signed-off-by: Alex Sanks <[EMAIL PROTECTED]> --- --- linux-2.6.18.1/drivers/usb/serial/ipaq.c2006-10-29 16:14:03.0 -0800 +++

RE: [linux-usb-devel] More than one gadget card in a machine?

2005-02-02 Thread Alex Sanks
Title: RE: [linux-usb-devel] More than one gadget card in a machine? Hi Dave, > -Original Message- > > > And while you're mucking around in there, maybe you can find and fix > that problem that crept in a while back which allows only one binding > of a gadget driver to the chip ...

Re: [linux-usb-devel] Re: No disconnection with net2280 [PATCH]

2004-09-14 Thread Alex Sanks
Hi Al, Al Borchers wrote: David Brownell wrote: I'll include it; there's another patch of Alex's that I want to test too (for a problem Al Borchers reported, and I think I've probably seen too -- system hang). I finally found some time to test out Alex's patch. It fixed the problem I was seeing.

[linux-usb-devel] Re: No disconnection with net2280 [PATCH]

2004-09-10 Thread Alex Sanks
st added a call to net2280_pullup in usb_gadget_unregister_driver which should cause the host to see a disconnect event. This patch works for me. Signed-off-by: Alex Sanks <[EMAIL PROTECTED]> --- 1.57/drivers/usb/gadget/net2280.c Fri Aug 13 15:10:33 2004 +++ edited/drivers/usb/gadget/net2280.c

[linux-usb-devel] Re: No disconnection with net2280

2004-09-10 Thread Alex Sanks
Hi Alan and David, Sorry for the delay, I was on booth duty at IDF this week. Alan Stern wrote: On Wed, 8 Sep 2004, David Brownell wrote: For a while now I've been seeing strange things with the net2280 driver. When I rmmod the g_file_storage gadget, the connection isn't dropped. Not even when

Re: [linux-usb-devel] Re: [PATCH] g_serial ACM for review (resend)

2004-08-20 Thread Alex Sanks
Hi Al, Sorry, was out of the office yesterday... Al Borchers wrote: Alex -- Alex Sanks wrote: So, I've got a patch that: - Updates reset logic to ensure that endpoint toggle and halt bits only get cleared on endpoints other than ep0 to fix an extremely unlikely (but possible) exp

Re: [linux-usb-devel] Re: [PATCH] g_serial ACM for review (resend)

2004-08-18 Thread Alex Sanks
reset a bit differently from the RDK boards, and I thought a fix had been merged to address that. (If not, [EMAIL PROTECTED] should be able to help ... Alex Sanks ought to recall the detals.) Hmmm. Well the gist of the RDK vs Evelyn board thing is basically that on the Evelyn board the master

Re: [linux-usb-devel] (printer class gadget)

2004-08-18 Thread Alex Sanks
Hi, 박호상 wrote: > Hello. > I want to know how bulk data is handled in g_serial.c > > I have changed the g_serial.c for printer. > Device descriptor, interface descriptor, qualifier descriptor, endpoint and > configuration descriptor were fixed for printer. > > Once, I wanted to verify whether dat

Re: [linux-usb-devel] serial over USB

2004-06-25 Thread Alex Sanks
Serial over USB generally refers to those RS232 to USB dongles (for adding a com port to a laptop without legacy ports, etc. - like this thing: http://www.buy.com/retail/product.asp?sku=10262122&loc=101&sp=1) or for generic USB to UART-like-interface chips used to update a legacy RS232-capable boar

[linux-usb-devel] Re: [Fwd: [patch 2.6.5] RNDIS/Ethernet Gadget Driver (0/2)]

2004-04-23 Thread Alex Sanks
Hi Dave, David Brownell wrote: Hi Alex, I just tried this with the version pulled off the bk gadget-2.6 tree today. It worked fine for me over both full- and high-speed, except I had to swap those two VID/PID device entries in linux.inf to get it to enumerate. I haven't looked into why ther

Re: [Fwd: Re: [linux-usb-devel] USB Host - To - Host storage?]

2004-01-29 Thread Alex Sanks
demand for such a device. Sorry for the confusion... Interesting idea on the "laptop as a PDA" thing though. regards, alex ***** * Alex Sanks [EMAIL PROTECTED] * * Software Engineer (650) 526-1490 x130 * *

Re: [linux-usb-devel] Manually forcing a device address?

2003-12-19 Thread Alex Sanks
Randy.Dunlap wrote: On Thu, 18 Dec 2003 17:58:35 -0800 Steve Calfee <[EMAIL PROTECTED]> wrote: | | The easiest way is to boot your system fresh with no devices plugged in. | | Then plug your device in and wait 10 seconds it will now be address 2. | | If the device is ok (try lsusb? or some oth

[linux-usb-devel] Manually forcing a device address?

2003-12-18 Thread Alex Sanks
e new bit). Does anyone have a suggestion of a better way to go about this (even though under no circumstances do I ever expect any of these hacks to leave the confines of my cube :) Thanks for the help, Alex ** Alex Sanks Software Engineer NetChip

Re: [linux-usb-devel] gadget - NetChip Evelyn Board (net2280)

2003-09-24 Thread Alex Sanks
get tested very often. Unfortunately we haven't had the resources to dive too deeply into this. But I will say that David's done an excellent job getting a driver working. regards, alex ------- Alex Sanks NetChip Technology, Inc. http://www.netchip.com [EMAIL PROTECTED

Re: [linux-usb-devel] Re: File-backed Storage Gadget (part 1: fsgsource)

2003-09-02 Thread Alex Sanks
rom http://www.catc.com, but I don't know if there's a way to do it from Linux). Anyway, I'll keep looking into these problems, but I've got several things on my plate right now so I don't know how much help I can be, but it'd be great if we can get this up and runni