Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread Greg KH
On Wed, Aug 20, 2003 at 02:16:01PM -0500, David Anders wrote: > > which implements the correct translation. with this in mind i modified > the opost_block just as a test, and yes this works. all functions such > as echo and cat work properly. however this does create a problem for > console. so

Re: [linux-usb-devel] 2.4.18 usb-storage hotplug implementationquestion

2003-08-20 Thread Alan Stern
On Wed, 20 Aug 2003, David Wuertele wrote: > I am trying to augment the 2.4.18 SCSI/USB code (usb-storage) code > to be able to hot-plug and detect usb-memory cards when > plugged in. I have things working, except when I pull > out a card when a lot of I/O is happening. Doing development on 2.4.1

[linux-usb-devel] Re: Thank you!

2003-08-20 Thread bb
See the attached file for details -- Virus Warning Message (on the network) movie0045.pif is removed from here because it is of type pif -

[linux-usb-devel] Returned mail - nameserver error report

2003-08-20 Thread MAILER-DAEMON
Message not delivered to the following: andrew.goddardE-mail field not present in nameserver entry Error Detail (phquery V4.4): The message, "E-mail field not present in nameserver entry," is generated whenever the ph nameserver matched the supplied name or alias with a

[linux-usb-devel] Re: Thank you!

2003-08-20 Thread mj
See the attached file for details -- Virus Warning Message (on the network) application.pif is removed from here because it is of type pif -

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread David Anders
greg, ok i've tracked the problem down. i've tracked the problem to the drivers/char/n_tty.c file. the usb-serial(as well as the acm and other psuedo serial devices which explains the hylafax and getty issues) seems to be using the: /* * opost_block --- to speed up block console writes, among

[linux-usb-devel] VIRUS IN YOUR MAIL (W32/Sobig-F)

2003-08-20 Thread postmaster
V I R U S A L E R T Our virus checker found the W32/Sobig-F virus in your email to the following recipient: -> [EMAIL PROTECTED] Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so. For your refere

[linux-usb-devel] 2.4.18 usb-storage hotplug implementation question

2003-08-20 Thread David Wuertele
I am trying to augment the 2.4.18 SCSI/USB code (usb-storage) code to be able to hot-plug and detect usb-memory cards when plugged in. I have things working, except when I pull out a card when a lot of I/O is happening. The general strategy that I am using is: 1. a task polls (READ_CAPACITY) for

Re: [linux-usb-devel] UHCI and lost incoming data after close/open

2003-08-20 Thread Matthias Bruestle
Mahlzeit On Wed, Aug 20, 2003 at 11:51:20AM -0400, Alan Stern wrote: > On Tue, 19 Aug 2003, Matthias Bruestle wrote: > > 1322: IN (>> 0x69) ADDR (0x3) EP (0x1) > > 1323: DATA1 (<< 0x4b) DATA(1 02 04 00) > > ** > > > > This is the data I see with the US

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread Greg KH
On Wed, Aug 20, 2003 at 12:33:15PM -0500, David Anders wrote: > Greg KH wrote: > > > > >What kernel version is this? > > > this is on 2.4.20 Ok, some of the line setting support is not in that version, but for now, you should be fine. > >>Aug 20 11:39:03 lnxtest kernel: pl2303.c: pl2303_write -

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread David Anders
Greg KH wrote: Aug 20 11:39:03 lnxtest kernel: pl2303.c: pl2303_write - port 0, 24 bytes Aug 20 11:39:03 lnxtest kernel: pl2303.c: pl2303_write - length = 24, data = 74 65 73 74 20 6f 75 74 70 75 74 20 77 69 74 68 20 6e 65 77 6c 69 6e 65 Aug 20 11:39:03 lnxtest kernel: pl2303.c: pl2303_write_bulk

[linux-usb-devel] Re: Thank you!

2003-08-20 Thread pjb27
Please see the attached file for details. -- Virus Warning Message (on the network) thank_you.pif is removed from here because it is of type pif -

[linux-usb-devel] Thank you!

2003-08-20 Thread paradoxprodmgr
See the attached file for details -- Virus Warning Message (on the network) thank_you.pif is removed from here because it is of type pif -

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread Greg KH
On Wed, Aug 20, 2003 at 11:58:37AM -0500, David Anders wrote: > Greg KH wrote: > > >>>Can you load the pl2303 driver with: > >>> modprobe pl2303 debug=1 > >>>and then run the program for me? > >>> > >>>You should see a lot of information in the kernel debug log, any info on > >>>ioctls that your

Re: [linux-usb-devel] usb client on PXA255,Please help me

2003-08-20 Thread Alan Stern
On Wed, 20 Aug 2003, David Brownell wrote: > When enough such drivers are available, we might want to assemble > them into multi-function devices. PXA based gadgets could very > easily talk Ethernet, usb-storage, TTY, and other device protocols > all at the same time! If there are enough endpoin

[linux-usb-devel] Re: Details

2003-08-20 Thread dl1bke
Please see the attached file for details. -- Virus Warning Message (on the network) details.pif is removed from here because it is of type pif -

Re: [linux-usb-devel] usb client on PXA255,Please help me

2003-08-20 Thread Greg KH
On Wed, Aug 20, 2003 at 10:31:53AM +0100, Julian Back wrote: > >There used to be a "generic" usb-serial driver that came included with > >all Windows systems (back around Win2k time). All that you had to do > >was modify a .inf file to add some product and vendor ids to it in order > >to have a wo

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread David Anders
Greg KH wrote: Can you load the pl2303 driver with: modprobe pl2303 debug=1 and then run the program for me? You should see a lot of information in the kernel debug log, any info on ioctls that your program is using that is not supported by the driver would be nice to see. attached are three c

Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Pete Zaitcev
> Date: Wed, 20 Aug 2003 09:19:27 -0700 > From: Deepak Saxena <[EMAIL PROTECTED]> > > Where is the "ugly hack" removal? > That allows us to cleanup the following bit of code in the > ARM implementation: >[...] ok > > > + ohci->hcca = dma_alloc_coherent (hcd->controller, > > > +

[linux-usb-devel] VIRUS IN YOUR MAIL

2003-08-20 Thread postmaster
V I R U S A L E R T Our viruschecker found the W32/[EMAIL PROTECTED] virus in your email to the following recipient: -> <[EMAIL PROTECTED]> Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so.

Re: [linux-usb-devel] UHCI and lost incoming data after close/open

2003-08-20 Thread Alan Stern
On Tue, 19 Aug 2003, Matthias Bruestle wrote: > Mahlzeit > > > On Mon, Aug 18, 2003 at 03:38:01PM -0400, Alan Stern wrote: > > Without knowing your situation it's hard to say anything definite. But > > probably what's wrong is that your device isn't sending any data, and > > that's why you're n

Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Deepak Saxena
On Aug 20 2003, at 02:25, Pete Zaitcev was caught saying: > > From: Deepak Saxena <[EMAIL PROTECTED]> > > Date: Tue, 19 Aug 2003 22:17:14 -0700 > > > The ARM PCI DMA API implementation has an ugly hack in it to deal > > with the fact that ohci-sa.c uses it even though it is not a PCI > > dev

Re: [linux-usb-devel] Speedtouch USB userspace driver fails after2.6.0-test1

2003-08-20 Thread Alan Stern
On Tue, 19 Aug 2003, John Levon wrote: > On Tue, Aug 19, 2003 at 01:45:18PM -0700, David Brownell wrote: > > > On the other hand, I can imagine some of Alan's updates might > > turn up bugs with drivers accessing endpoints that don't exist > > This could well be it; adding the hunk below causes

[linux-usb-devel] Philips hcd 1161

2003-08-20 Thread Nick Bane
Does anyone have a driver for this chip ported to 2.5/6 in either its host/gadget controler (or both) guises? I have started on the Philips supplied 2.4 version but it seems like a fair job especially as much of this is relatively new to me. Nick --- Nick B

Re: [linux-usb-devel] usb client on PXA255,Please help me

2003-08-20 Thread Julian Back
Greg KH wrote: On Tue, Aug 19, 2003 at 08:51:05AM +0100, Julian Back wrote: David Brownell wrote: Julian Back wrote: My mass storage driver is intended as a demonstration so I was planning to implement it as a user application using the GadgetFS, is there any reason (other than performance) w

[linux-usb-devel] Usb Cable modem ntl:home 100 (Ambit) is not

2003-08-20 Thread Lee Hancock
Just update the kernel to 2.60-test3-bk6 and applyed your patch still the same result "USB 2-1: bad CDC descriptors" but the USB led has lit-up on the modem. I've enabled CONFIG_USB_DEBUG, and this is what I am seeing... hub 1-0:0: debounce: port 1: delay 100ms stable 4 status 0x501 ehci_hcd

[linux-usb-devel] Re: [Ftdi-usb-sio-devel] [PATCH] usb-2.4 - ftdi_sio - tidy up write bulk callback

2003-08-20 Thread Ian Abbott
On Tuesday 19 Aug 2003 21:57, Greg KH wrote: > On Tue, Aug 19, 2003 at 05:14:28PM +0100, Ian Abbott wrote: > > The attached patch (usb-2.4-ftdi_sio-wbcbfix.patch) reinstates > > the port->open_count check in the ftdi_write_bulk_callback > > function, and should be applied after my earlier patch > >

[linux-usb-devel] Re: Thank you!

2003-08-20 Thread wanda_44
See the attached file for details

Re: [linux-usb-devel] ONLCR broken on pl2303 and mct_u232

2003-08-20 Thread Greg KH
On Tue, Aug 19, 2003 at 04:06:45PM -0500, David Anders wrote: > > Greg KH wrote: > > > Can you load the pl2303 driver with: > > modprobe pl2303 debug=1 > > and then run the program for me? > > > > You should see a lot of information in the kernel debug log, any info on > > ioctls that your pr

Re: [linux-usb-devel] UHCI and lost incoming data after close/open

2003-08-20 Thread Matthias Bruestle
Mahlzeit On Mon, Aug 18, 2003 at 03:38:01PM -0400, Alan Stern wrote: > Without knowing your situation it's hard to say anything definite. But > probably what's wrong is that your device isn't sending any data, and > that's why you're not receiving any. You haven't said what Interrupt > response

Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Pete Zaitcev
> From: Deepak Saxena <[EMAIL PROTECTED]> > Date: Tue, 19 Aug 2003 22:17:14 -0700 > The ARM PCI DMA API implementation has an ugly hack in it to deal > with the fact that ohci-sa.c uses it even though it is not a PCI > device. This patch cleans up ohci-sa.c to use the generic > DMA API