[linux-usb-devel] Re: [patch] To make the ovfx2 driver work properly ;)

2004-11-22 Thread Vojtech Pavlik
On Tue, Nov 23, 2004 at 01:09:15AM +0100, Luca RIsolia wrote: > > > Since format conversion is generally not allowed in the kernel anymore, > > > I'll probably have to remove it eventually. No great loss though; the > > > code should work just as well from userspace ;) > > At the moment, V4L1 doe

Re: [linux-usb-devel] Re: [PATCH] USB serial driver for TI USB 3410/5052 chips

2004-11-22 Thread Greg KH
On Mon, Nov 22, 2004 at 06:22:23PM -0600, Al Borchers wrote: > Pete Zaitcev wrote: > >Hmm. I always felt this better, because otherwise you allow your code > >to look pasqual-ish, when the language dictates the textual order. > > I agree. A top down order to the code seems easier to read to me.

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Olav Kongas
Hi Christoph, > Well, I am not working with the new 2.6 driver, but with > hc_isp116x v 0.9.5 on a 2.4.26 kernel > (because the v 0.9.5 was the only version I got a bluetooth USB > dongle working). > > But this sounds _very_ similar to the problem I had with the driver. > I postet to this list abo

Re: [linux-usb-devel] n9603/4 gadget update

2004-11-22 Thread David Brownell
On Friday 29 October 2004 15:49, David Meggy wrote: > Hi all > > I've attached my updated drivers. I've been using these updates for > about a month with no major issues. Ping times over RNDIS get larger > after it has been running for a while but throughput is fine. I've merged this into my ga

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Christoph Torens
Hi, On Mon, 22 Nov 2004 10:00:42 +0200 (EET), Olav Kongas <[EMAIL PROTECTED]> wrote: I reported some progress with the driver in my last e-mail (can successfully mount/read/write compact flashes inserted in a Trendnet's compact flash reader). But all this only with the debug info on. There is pr

Re: [linux-usb-devel] Re: [PATCH] USB serial driver for TI USB 3410/5052 chips

2004-11-22 Thread Al Borchers
Pete Zaitcev wrote: Hmm. I always felt this better, because otherwise you allow your code to look pasqual-ish, when the language dictates the textual order. I agree. A top down order to the code seems easier to read to me. -- Al --- SF email is

[linux-usb-devel] Fw: Re: 2.6.10-rc2-mm3

2004-11-22 Thread Andrew Morton
Please include linux-usb-devel on USB-related reports, thanks. Begin forwarded message: Date: Tue, 23 Nov 2004 00:56:11 +0100 From: Fabio Coatti <[EMAIL PROTECTED]> To: Andrew Morton <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: 2.6.10-rc2-mm3 Alle 07:39, lunedì 22 novembre 2004, And

[linux-usb-devel] Re: [patch] To make the ovfx2 driver work properly ;)

2004-11-22 Thread Luca RIsolia
> > Since format conversion is generally not allowed in the kernel anymore, > > I'll probably have to remove it eventually. No great loss though; the > > code should work just as well from userspace ;) At the moment, V4L1 does not support the Bayer format. I think the "ovcamchip" module still need

Re: [linux-usb-devel] Re: [PATCH] USB serial driver for TI USB 3410/5052 chips

2004-11-22 Thread Pete Zaitcev
On Mon, 22 Nov 2004 11:04:04 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > Surely some of these forward declarations can be removed by just > shuffling the code around? Hmm. I always felt this better, because otherwise you allow your code to look pasqual-ish, when the language dictates the textual

[linux-usb-devel] [patch 2.6] usb_sg_*() unlink deadlock fix

2004-11-22 Thread David Brownell
This would be rare with HCDs that maintain chains of DMA transfers, except if the HC dies in the middle of an I/O request; so no rush to merge this. It'd happen in a PIO based HCD though ... :) - Dave Async unlink of an URB from an endpoint's I/O queue _normally_ involves a delay from handshaking

[linux-usb-devel] [PATCH as427] Hub driver: improve error checking and retries

2004-11-22 Thread Alan Stern
Greg: Here's another "cleanup" type patch, most of which was written by David Brownell. It causes the hub driver to retry a couple of different types of transfers if they timeout (which seems to help with some flakey devices), and it adds some error checking for the ep0 maxpacket value sent by th

[linux-usb-devel] control timeout on ep0in - Problem with 2.6.9 and Dimage A2

2004-11-22 Thread Alexander Klink
Dear list, I am trying to connect my KonicaMinolta Dimage A2 digital camera to my laptop. So far no success whatsoever, here is what I get: . . . usb 2-1: new full speed USB device using address 5 usb 2-1: control timeout on ep0in usb 2-1: device not accepting address 5, error -71 usb 2-1: new fu

[linux-usb-devel] ISP1362 driver - write_reg32 & drop_all_ptds

2004-11-22 Thread Michael
Hi. I'm trying to use the changes in your latest driver, but there are two bigger issues I've run into. 1. It doesn't seem to include the functions 'drop_all_ptds' and 'drop_ptds_for_td', which are necessary in order to compile. 2. The read/write_data32 calls seem to me to be wrong, as they only

[linux-usb-devel] Re: Suspend support in HCDs

2004-11-22 Thread David Brownell
On Monday 22 November 2004 09:39, Alan Stern wrote: > On Sun, 21 Nov 2004, David Brownell wrote: > > > That does need more thought -- thanks! The original sense of USB_SUSPEND > > was "all this new USB PM code". That way, bugs there wouldn't break > > anything that already worked, and we could s

[linux-usb-devel] Re: [patch] To make the ovfx2 driver work properly ;)

2004-11-22 Thread Vojtech Pavlik
On Mon, Nov 22, 2004 at 09:20:40AM -0800, Mark McClelland wrote: > (still catching up on my email, sorry about that...) I have approximately 800 unanswered e-mails in my inbox, so I can understand that pretty well. ;) > >The attached patch: > > > > * Replaces the BGBR decoding with Bayer de

Re: [linux-usb-devel] dma_to_virt usage/alternatives in ohci / isp1362 / isp1160 drivers

2004-11-22 Thread David Brownell
On Monday 22 November 2004 10:46, Philipp Schmid wrote: > Hi, > > ... I was > unable to find an equivalent to the function dma_to_virt() in my kernel > tree. That's because drivers have no business using such functions. Especially PIO drivers ... HCDs just use urb->transfer_dma (or setup_dma)

[linux-usb-devel] Re: [PATCH] USB serial driver for TI USB 3410/5052 chips

2004-11-22 Thread Greg KH
On Fri, Nov 19, 2004 at 08:34:42PM -0600, Al Borchers wrote: > +static unsigned char ti_fw_3410[] = { > +/* struct ImageHdr { > + * WORDwLength; > + * BYTEbCheckSum; > + * }; > + */ Um, WORD? BYTE? Ick, no. Please at least change the comment here and in the other place you ha

[linux-usb-devel] dma_to_virt usage/alternatives in ohci / isp1362 / isp1160 drivers

2004-11-22 Thread Philipp Schmid
Hi, as you probably know from my previous posts I am working on getting the ohci-isp1362 driver working for my isp1160 HC, based on Lothar's and Olav's work. Unfortunately, I am working with a 2.6.6 kernel and not the latest versions as others are. When porting Lothar's and Olav's patches, I was

[linux-usb-devel] Re: Suspend support in HCDs

2004-11-22 Thread Alan Stern
On Sun, 21 Nov 2004, David Brownell wrote: > That does need more thought -- thanks! The original sense of USB_SUSPEND > was "all this new USB PM code". That way, bugs there wouldn't break > anything that already worked, and we could start thinking through some of > the other PM integration issue

[linux-usb-devel] Notification d'état de la distribution

2004-11-22 Thread Service de distribution du courrier
- Ces destinataires ont été traités par le serveur de messagerie : [EMAIL PROTECTED]; Échec; 5.2.2 (boîte aux lettres saturée) Reporting-MTA: dns; mail.libertysurf.net Received-from-MTA: dns; libertysurf.fr (213.41.80.157) Arrival-Date: Mon, 22 Nov 2004 18:21:16 +0100 Final-Recipient: rfc822; [

[linux-usb-devel] Re: [patch] To make the ovfx2 driver work properly ;)

2004-11-22 Thread Mark McClelland
(still catching up on my email, sorry about that...) Vojtech Pavlik wrote: Hi! I've got an OrangeMicro iBot2 camera and I want to use it in my robotic project. You helped me to get it running somehow with the ovfx2 driver, but it still was not satisfying. As the project starts to get completed, I r

Re: [linux-usb-devel] Mass Storage SCSI compliant Block Device

2004-11-22 Thread Alan Stern
On Mon, 22 Nov 2004, Sara Fonseca wrote: > ok Alan, thanks... > but how do I change the USB Gadget configuration? Where can I find a > "how to" on building and loading the drivers? I have already read the > content of www.linux-usb.or/gadget and donwloaded the source codes. Look at the README fil

RE: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Philipp Schmid
I've turned off all my debug info to see if I see the same symptoms of addressing address 0. Without debug info I can't easily see what's going on, but my USB mouse still initializes fine. So I am assuming I am not seeing this problem. However, I am not using your latest code right now, nor have

Re: [linux-usb-devel] Mass Storage SCSI compliant Block Device

2004-11-22 Thread Sara Fonseca
ok Alan, thanks... but how do I change the USB Gadget configuration? Where can I find a "how to" on building and loading the drivers? I have already read the content of www.linux-usb.or/gadget and donwloaded the source codes. On Wed, 17 Nov 2004 17:26:26 -0500 (EST), Alan Stern <[EMAIL PROTECTED]

Re: [linux-usb-devel] USB2 throuput performance with libusb possible?

2004-11-22 Thread Oliver Neukum
Am Montag, 22. November 2004 12:45 schrieb Feyd: > On Sat, 30 Oct 2004 11:07:40 -0400 (EDT) > Alan Stern <[EMAIL PROTECTED]> wrote: > > > On Sat, 30 Oct 2004, Axel Waggershauser wrote: > > > > > I have no sufficient knowledge of the whole scatter-gather method but I > > > thought version 2 (avoid

Re: [linux-usb-devel] USB2 throuput performance with libusb possible?

2004-11-22 Thread Feyd
On Sat, 30 Oct 2004 11:07:40 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote: > On Sat, 30 Oct 2004, Axel Waggershauser wrote: > > > I have no sufficient knowledge of the whole scatter-gather method but I > > thought version 2 (avoiding copy_to/from_user with sg) would exactly be > > the way to

[linux-usb-devel] PPP over USB

2004-11-22 Thread Mohan V
Hello All, Has anyone of you tried PPP over USB? I am using a usb-char device to get the PPP interface. But I am not getting the PPP interface. The usb-char driver is closed immediately after registering. I use the command on the device side: pppd /dev/usbchar 38400 192.168.100.1:192.168.100.2 n

[linux-usb-devel] Re: Unusual_dev entry for tekom/yakumo

2004-11-22 Thread Michele Alzetta
Phil Dibowitz wrote: First, I don't recall getting an email from you (you may have reported the problem on the list and I missed it... but I didn't get an email from you directly). Second, the above, afaict, isn't a valid patch. Sorry, I didn't mean to imply having sent a direct mail; I just sig

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Torsten Koschorrek
Olav Kongas wrote: Hi, I reported some progress with the driver in my last e-mail (can successfully mount/read/write compact flashes inserted in a Trendnet's compact flash reader). But all this only with the debug info on. There is probably a timing problem somewhere so that if the debug info is re

Re: [linux-usb-devel] Samsung ML-1710 printer problem

2004-11-22 Thread gmurray
Quoting Nejc Novak <[EMAIL PROTECTED]>: > Hello linux-usb-devel! >I am having a problem with this ML-1710 printer on a usb of course. >I use Debian Woody and 2.4.24-1-686 kernel. > >When i plug it in this is what kernel reports: > > hub.c: new USB device 00:07.2-2, assigned address 1

[linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Olav Kongas
Hi, I reported some progress with the driver in my last e-mail (can successfully mount/read/write compact flashes inserted in a Trendnet's compact flash reader). But all this only with the debug info on. There is probably a timing problem somewhere so that if the debug info is removed (DPRINTK dec