Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Greg KH
On Thu, Aug 18, 2005 at 10:09:58PM -0700, Ivy wrote: > --- Greg KH <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > > > Hi, > > > > > > Anybody have tried to add isoc endpoints and isoc read/write callback > > > functions in Serial to USB Converte

[linux-usb-devel] Linux USB Ethernet Gadget/RNDIS connection to Windows Host problem

2005-08-18 Thread Дмитрий Сергеев
Hello, everybody! I am trying to connect my ARM-based (with S3C2410 Samsung ARM9 processor) board via USB ethernet gadget driver to Host PC. When Host PC is running Mandrake Linux 10.1 everething is fine. But when I try to connect my board to Windows XP Host the following problem occurs: During

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Ivy
--- Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > > Hi, > > > > Anybody have tried to add isoc endpoints and isoc read/write callback > > functions in Serial to USB Converter driver ?. > > Do you have a usb to serial converter that uses

Re: [linux-usb-devel] Re: keyspan usbserial adapter does not send after a while

2005-08-18 Thread Greg KH
On Mon, Aug 15, 2005 at 01:20:42PM +0200, Olaf Hering wrote: > On Mon, Aug 15, Olaf Hering wrote: > > > > > I have a keyspan serial adapter and use it to connect to serial console > > on other sytems, with speed 9600. > > After a while no chars are transmitted to the other system anymore, but >

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Greg KH
On Thu, Aug 18, 2005 at 08:53:43PM -0700, Annamalai Prakash wrote: > Hi, > > Anybody have tried to add isoc endpoints and isoc read/write callback > functions in Serial to USB Converter driver ?. Do you have a usb to serial converter that uses isoc endpoints for its data transfer? If so, please

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Randy.Dunlap
On Thu, 18 Aug 2005 20:53:43 -0700 (PDT) Annamalai Prakash wrote: > Hi, > > Anybody have tried to add isoc endpoints and isoc read/write callback > functions in Serial to USB Converter driver ?. > > I have seen some drivers under /driver/usb/serial. All driver uses Bulk > and other e

[linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Annamalai Prakash
Hi, Anybody have tried to add isoc endpoints and isoc read/write callback functions in Serial to USB Converter driver ?. I have seen some drivers under /driver/usb/serial. All driver uses Bulk and other endpoints except isoc endpoints ?. Is there any problem in Using ISOC in se

[linux-usb-devel] Re: ehci probe issues

2005-08-18 Thread Greg KH
On Wed, Aug 17, 2005 at 01:22:47PM -0700, David Brownell wrote: > > I'm starting to get a few reports of ehci probe issues with the latest > > opensuse kernel: > > https://bugzilla.novell.com/show_bug.cgi?id=100533 > > > > that sound a lot like issues that you fixed already. The kernel they

Re: [linux-usb-devel] Re: [Q] Implementing a generic layer for the FT2232

2005-08-18 Thread Pete Zaitcev
On Thu, 18 Aug 2005 21:52:25 + (UTC), Uwe Bonnes <[EMAIL PROTECTED]> wrote: > > > However for mapping the interrupt mechanism available in the parport > > > framework to the USB layer I have no idea. In basic, the status register > > > of the SJA1000 needs to be polled at a high rate.1000 Hz w

[linux-usb-devel] Re: [Q] Implementing a generic layer for the FT2232

2005-08-18 Thread Uwe Bonnes
Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 18 Aug 2005, Uwe Bonnes wrote: > > However for mapping the interrupt mechanism available in the parport > > framework to the USB layer I have no idea. In basic, the status register > > of the SJA1000 needs to be polled at a high rate.1000 Hz would pr

Re: [linux-usb-devel] [Q] Implementing a generic layer for the FT2232

2005-08-18 Thread Alan Stern
On Thu, 18 Aug 2005, Uwe Bonnes wrote: > However for mapping the interrupt mechanism available in the parport > framework to the USB layer I have no idea. In basic, the status register of > the SJA1000 needs to be polled at a high rate.1000 Hz would probably do, > like the time frame for non Full

[linux-usb-devel] [PATCH] zd1201: fix size passed to kmalloc()

2005-08-18 Thread Alexey Dobriyan
Noticed by Coverity checker. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/usb/net/zd1201.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-vanilla/drivers/usb/net/zd1201.c +++ linux-coverity-1731/drivers/usb/net/zd1201.c @@ -343,13 +343,13 @@ static void zd

[linux-usb-devel] [Q] Implementing a generic layer for the FT2232

2005-08-18 Thread Uwe Bonnes
Hello, the FT2232 knows other operation modes than the pure RS232 one. CPU host emulation for example allows to access simple bus connected devices. The SJA1000 is a CAN Bus Controller.There are projects using the SJA1000 on an ISA or PCI cards or connected to the parallel port. The task breaks d

Re: [linux-usb-devel] Re: ehci probe issues

2005-08-18 Thread Alan Stern
On Wed, 17 Aug 2005, David Brownell wrote: > The attached patch is compile-tested, and tweaks a bunch of things > that might be causing trouble in the enumeration paths. Maybe some > of the tweaks will help, and we could get this fixed for 2.6.13... > - Only interrogate full speed devices abou

Re: [linux-usb-devel] [RFC] [PATCH] Storage support for Rio Karma

2005-08-18 Thread Bob Copeland
> + /* SINGLE_LUN flag is reset for Bulk devices - fix it */ > + us->max_lun = 0; > > The comment is certainly wrong, and I don't think the assignment is > needed either. When I was originally testing against 2.6.7, there was an issue without this - I would get lots of Bad LUN errors

Re: [linux-usb-devel] Re: AW: isp1161 with PowerPC

2005-08-18 Thread Alan Stern
On Thu, 18 Aug 2005, Olav Kongas wrote: > > On Thu, 18 Aug 2005, Fukumoto Akira wrote: > > > Nice to hear you, > > try to answer on your questions: > > 1. sometimes I get the error message when I switch on the board without > > connected USB-Device. When I connect an USB-Stick I get all messages

[linux-usb-devel] Re: [2.6.13-rc6-latest] SCSI disk registration msgs repeat themselves

2005-08-18 Thread Patrick Mansfield
On Tue, Aug 16, 2005 at 10:51:13PM -0700, Pete Zaitcev wrote: > On Tue, 16 Aug 2005 21:39:33 -0700, Patrick Mansfield <[EMAIL PROTECTED]> > wrote: > > On Tue, Aug 16, 2005 at 11:01:30PM -0400, Chuck Ebbert wrote: > > > > I just added some usb-storage devices to my system and got the below. > >

[linux-usb-devel] AW: isp1161 with PowerPC

2005-08-18 Thread Fukumoto Akira
Nice to hear you, try to answer on your questions: 1. sometimes I get the error message when I switch on the board without connected USB-Device. When I connect an USB-Stick I get all messages which shown successful communication between platform and stick. 2. I have two different sort of USB-Stic

Re: [linux-usb-devel] [RFC] [PATCH] Storage support for Rio Karma

2005-08-18 Thread Alan Stern
On Thu, 18 Aug 2005, Bob Copeland wrote: > This patch adds a block device for the Rio Karma. Not terribly useful > at the moment because there is no FS driver. No filesystem driver? What sort of filesystem does the Rio Karma use? > This is my first try at > doing anything in the kernel and I

[linux-usb-devel] Re: ehci probe issues

2005-08-18 Thread David Brownell
> I'm starting to get a few reports of ehci probe issues with the latest > opensuse kernel: > https://bugzilla.novell.com/show_bug.cgi?id=100533 > > that sound a lot like issues that you fixed already. The kernel they > are using is 2.6.13-rc6-git8 or so, with your ehci patches that are in

[linux-usb-devel] Fw: [Bugme-new] [Bug 5086] New: unplugging webcam when stv680 is in use freezes the whole system

2005-08-18 Thread Andrew Morton
Begin forwarded message: Date: Thu, 18 Aug 2005 00:15:49 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5086] New: unplugging webcam when stv680 is in use freezes the whole system http://bugzilla.kernel.org/show_bug.cgi?id=5086 Summary: unplugging w

Re: [linux-usb-devel] [RFC] [PATCH] Storage support for Rio Karma

2005-08-18 Thread Bob Copeland
On 8/18/05, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > On Thu, 18 Aug 2005 12:53:02 -0400, Bob Copeland <[EMAIL PROTECTED]> wrote: > > > This patch adds a block device for the Rio Karma. Not terribly useful > > at the moment because there is no FS driver. [] > > What is this statement supposed to

Re: [linux-usb-devel] PCI quirks not handled and config space differences on resume from S3

2005-08-18 Thread Erik Slagter
On Tue, 2005-08-16 at 11:52 -0400, Alan Stern wrote: > > > The uhci-hcd driver _does_ restore the config space for its devices > > > properly. > > > > Apparently something is sort of wrong though, because I need to rmmod > > uhci_hcd and hci_usb before suspending, otherwise nasty things happen. >

Re: [linux-usb-devel] [RFC] [PATCH] Storage support for Rio Karma

2005-08-18 Thread Pete Zaitcev
On Thu, 18 Aug 2005 12:53:02 -0400, Bob Copeland <[EMAIL PROTECTED]> wrote: > This patch adds a block device for the Rio Karma. Not terribly useful > at the moment because there is no FS driver. [] What is this statement supposed to mean? "No FS driver"? What the heck? Once we clear the situati

[linux-usb-devel] Re: AW: isp1161 with PowerPC

2005-08-18 Thread Olav Kongas
On Thu, 18 Aug 2005, Fukumoto Akira wrote: > Nice to hear you, > try to answer on your questions: > 1. sometimes I get the error message when I switch on the board without > connected USB-Device. When I connect an USB-Stick I get all messages which > shown successful communication between platfor

[linux-usb-devel] how can "ethernet gadget" work?

2005-08-18 Thread xiaohuaw
Dear all: What's the pre-compilation* option with *driver/usb/gadget/ether.c to implete usbnet under linux. #DEV_CONFIG_CDC or #DEV_CONFIG_SUBSET or #DEV_CONFIG_CDC + #DEV_CONFIG_SUBSET? What's the difference between them? which interfaces do the usbnet need? (interface_decriptor?) Anyone who can

[linux-usb-devel] [RFC] [PATCH] Storage support for Rio Karma

2005-08-18 Thread Bob Copeland
This patch adds a block device for the Rio Karma. Not terribly useful at the moment because there is no FS driver. This is my first try at doing anything in the kernel and I know almost nothing about USB and SCSI other than what it took to figure this out, so be nice :) Please let me know if the

[linux-usb-devel] ehci probe issues

2005-08-18 Thread Greg KH
Hi, I'm starting to get a few reports of ehci probe issues with the latest opensuse kernel: https://bugzilla.novell.com/show_bug.cgi?id=100533 that sound a lot like issues that you fixed already. The kernel they are using is 2.6.13-rc6-git8 or so, with your ehci patches that are in the -

Re: [linux-usb-devel] [patch 2.6.14] usbnet (2/9) module for simple network links

2005-08-18 Thread Greg KH
On Wed, Aug 17, 2005 at 02:19:08PM -0700, David Brownell wrote: > > > > Sometimes it's almost trivial to write a driver ... so in a feat of > > > > apalling lack-of-originality they go into "simple.c". > > > > > > I am wondering if naming the module 'simple' is wise regarding the > > > 'global nam