Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread Alan Stern
On Mon, 11 Apr 2005, David Brownell wrote: > > Actually this is a new issue, not a lurking one. The whole point of that > > patch was because I'm going to make the majority of the UHCI driver run in > > a bottom half (a tasklet). This includes most of the work involved in > > submitting and unli

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread David Brownell
On Monday 11 April 2005 2:26 pm, Alan Stern wrote: > On Mon, 11 Apr 2005, David Brownell wrote: > > > > That's just it. The first part applies only when an URB completes with a > > > hardware error, _not_ an unlink or kill! > > > > It was intended to cover _all_ fault reports. Unlink/kill is j

[linux-usb-devel] [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.c

2005-04-11 Thread Jesper Juhl
Checking for NULL before calling kfree() is redundant. This patch removes these redundant checks and also makes a few tiny whitespace changes. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- devio.c | 32 1 files changed, 12 insertions(+), 20 deletions(-)

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread Alan Stern
On Mon, 11 Apr 2005, David Brownell wrote: > > That's just it. The first part applies only when an URB completes with a > > hardware error, _not_ an unlink or kill! > > It was intended to cover _all_ fault reports. Unlink/kill is just > a software-induced fault. Alright. I'll send an update

[linux-usb-devel] 2.5" external enclosure based on Oxford 922 chipset, dies with ep0in errors

2005-04-11 Thread David A. Desrosiers
I've recently purchased a 2.5" external enclosure with usb2/fw800 to use with my laptop. Its based on the Oxford 922 chipset, which I've read is very fast and very stable. Except with Linux... I've googled all day, and found several thousand people running into the same sort of errors

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread David Brownell
On Monday 11 April 2005 1:13 pm, Oliver Neukum wrote: > Am Montag, 11. April 2005 21:07 schrieb Alan Stern: > > That's just it.  The first part applies only when an URB completes with a > > hardware error, _not_ an unlink or kill!  Do you think this needs to be > > made more clear?  The second part

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread David Brownell
On Monday 11 April 2005 12:07 pm, Alan Stern wrote: > On Mon, 11 Apr 2005, David Brownell wrote: > > > > * Host Controller Drivers (HCDs) place all the URBs for a particular > > > * endpoint in a queue. Normally the queue advances as the controller > > > ... > > > + * hardware processes each

Re: [linux-usb-devel] no more usb bk trees

2005-04-11 Thread Greg KH
On Sat, Apr 09, 2005 at 11:36:27AM -0400, Alan Stern wrote: > Greg: > > When you work on accepting and merging patches, do you use a single tree > for all the changes or do you have separate trees for usb, pci, i2c, and > so on? If you use a single tree then there's no real choice but to export >

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread Oliver Neukum
Am Montag, 11. April 2005 21:07 schrieb Alan Stern: > That's just it.  The first part applies only when an URB completes with a > hardware error, _not_ an unlink or kill!  Do you think this needs to be > made more clear?  The second part applies when an URB terminates because Yes, you should make

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread Alan Stern
On Mon, 11 Apr 2005, David Brownell wrote: > Just for the record -- this doesn't look like a change at all, but > I'm not sure it catches the nuances correctly either. It is a change, but if that wasn't clear to you then perhaps the wording needs to be improved. > On Tuesday 05 April 2005 8:55

[linux-usb-devel] Gainward Music2Go not working

2005-04-11 Thread Alexander Brüning
Hi, I'm getting the following messages when I plug in this Device: http://www.gainward.com/html/product/multimedia/music2go/music2go.htm usb 2-1: new full speed USB device using uhci_hcd and address 6 usbaudio: device 6 audiocontrol interface 0 has 1 input and 1 output AudioStreaming interfaces u

[linux-usb-devel] Re: [patch 1/1] usb/digi_acceleport: correct wait-queue state

2005-04-11 Thread Greg KH
On Fri, Apr 08, 2005 at 09:53:45AM +0200, [EMAIL PROTECTED] wrote: > > > On Mon, Apr 04, 2005 at 11:10:53AM -0700, Nishanth Aravamudan wrote: > > On Wed, Feb 02, 2005 at 11:03:09AM -0800, Nishanth Aravamudan wrote: > > > Hello, > > > > > > Description: Replace deprecated interruptible_sleep_on_t

[linux-usb-devel] pl2303 - status line

2005-04-11 Thread Flavio Leitner
Hi all, I'm attaching a patch to fix status when using Siemens X65 mobile. This mobile use first byte instead of normal UART_STATE byte. --- linux-2.6.10-72032U10_12cl.pristine/drivers/usb/serial/pl2303.c 2004-12-24 19:34:44.0 -0200 +++ linux-2.6.10-72032U10_12cl/drivers/usb/seri

Re: [linux-usb-devel] [PATCH as498] USB API modification

2005-04-11 Thread David Brownell
Just for the record -- this doesn't look like a change at all, but I'm not sure it catches the nuances correctly either. On Tuesday 05 April 2005 8:55 am, Alan Stern wrote: > @@ -420,12 +420,16 @@ > * > * Host Controller Drivers (HCDs) place all the URBs for a particular > * endpoint in a q

Re: [linux-usb-devel] system hang when copy file in usb mobile disk in linux2.4.20

2005-04-11 Thread David Brownell
On Monday 11 April 2005 4:36 am, sunnyfaye wrote: > Is there any better usb 2.0 driver for VT6212 to solve the problem? and > the driver can be coplied with the kernel 2.4.20. Well, the Linux USB 2.0 status page says not to bother with EHCI drivers before 2.4.21 ... that's a pretty big hint. Try

Re: [linux-usb-devel] [patch 1/1] dma-mask : drivers/usb/host/ehci-hcd.c

2005-04-11 Thread David Brownell
On Friday 08 April 2005 12:53 am, [EMAIL PROTECTED] wrote: > - if (!pci_set_dma_mask (to_pci_dev(hcd->self.controller), > 0xULL)) > + if (!pci_set_dma_mask (to_pci_dev(hcd->self.controller), > DMA_64BIT_MASK)) Thanks; this has been sitting in my tree for a

[linux-usb-devel] pl2303 - unplug device.

2005-04-11 Thread Flavio Leitner
Hello, It's possible to unplug usb device and do tiocmset() and tiocmget() without valid interface in pl2303 module. The patch below check this and return -ENODEV if interface was removed. (the patch is against bk of 2005-04-11.) diff -purN linux-05-04-11/drivers/usb/serial/pl2303.c linux-05

[linux-usb-devel] Re: [PATCH] all iPod models in unusual_devs.h

2005-04-11 Thread Phil Dibowitz
Greg: Since I know you're super-busy figuring out this non-bk world, I'll save you some time and tell you I sign-off the patch below. Sven Anderson wrote: > Hi Phil, > > Phil Dibowitz wrote: > >> 1. You're adding product IDs 1202, 1203, 1204, and 1205. 1203 was >> already there, but you remove it,

[linux-usb-devel] Can't manage device reconnexion

2005-04-11 Thread arnaud . quette
Hi there, I'm trying to finish the new NUT [1] driver for USB/HID UPSs, based on libusb, but I'm facing a last problem: I frequently (seems more with latest kernels / libusb) device disconnexion upon power failure! I got the message: "hub : port X disabled by hub (EMI?) re-enabling..." And all my

Re: [linux-usb-devel] Generic Serial Driver for USB or other

2005-04-11 Thread Paulo Marques
[EMAIL PROTECTED] wrote: Hello, I've try to use the module usbserial for using a POS-Lineprinter from EPSON. After I load the driver with modprobe usbserial vendor=0x4f8 product=0x0202 I can send characters to the printer. But I can't configure the printer by ESC sequences, because if i send

Re: [linux-usb-devel] Generic Serial Driver for USB or other

2005-04-11 Thread Charles Duval
[EMAIL PROTECTED] wrote: Hello, I've try to use the module usbserial for using a POS-Lineprinter from EPSON. After I load the driver with modprobe usbserial vendor=0x4f8 product=0x0202 => the driver for usb-printer should be "printer" or usblp for more recent kernel. I can send character

RE: [linux-usb-devel] Original drivers for ISP1362 by Philips

2005-04-11 Thread Jordan, Kyle
> For Kyle: I got the drivers directly from Philips technical support. > Thanks for the info, but I finally was able to get Philips technical support to provide me with these. I was able to get the driver from Denx software to send bulk data much faster for a 2.4 kernel. I could send you a co

[linux-usb-devel] Re: [PATCH] all iPod models in unusual_devs.h

2005-04-11 Thread Sven Anderson
Hi Phil, Phil Dibowitz wrote: 1. You're adding product IDs 1202, 1203, 1204, and 1205. 1203 was already there, but you remove it, OK, but 1205 is already there, so you'll need to fix that. I was not removing 1203, it's just the extension of the bcd range. You are right about 1205, as I wrote, it w

[linux-usb-devel] system hang when copy file in usb mobile disk in linux2.4.20

2005-04-11 Thread sunnyfaye
hi,all I am sorry to bother you,but I met some trouble in usb driver in kernel 2.4.20. I use linux and the kernel vision is 2.4-20,cpu is powerpc405.The pci to usb contraller is VT6212.When i use the usb driver which is inclued in the kernel, it can find the VT6212 and work.But its performance is n

RE: [linux-usb-devel] Original drivers for ISP1362 by Philips

2005-04-11 Thread llandre
Hello, > For Kyle: I got the drivers directly from Philips technical support. > Thanks for the info, but I finally was able to get Philips technical support to provide me with these. ok. I was able to get the driver from Denx software to send bulk data much faster for a 2.4 kernel. Great! I could

[linux-usb-devel] Couple of patches for usb.ids

2005-04-11 Thread Christian Iversen
First patch is for the HP Color LaserJet 2500. It's a quite popular cheap color printer, and it's a bit strange it's not already there. Second patch is for the Fujitsu-Siemens Pocket Loox 720 PDA. This one has the same ID as the Loox 600 and (presumably) 700, but lsusb only says 600. Also, th

[linux-usb-devel] system hang when copy file in usb mobile disk in linux2.4.20

2005-04-11 Thread sunnyfaye
hi,all I am sorry to bother you,but I met some trouble in usb driver in kernel 2.4.20. I use linux and the kernel vision is 2.4-20,cpu is powerpc405.The pci to usb contraller is VT6212.When i use the usb driver which is inclued in the kernel, it can find the VT6212 and work.But its performance is n

[linux-usb-devel] How to Capture an image from webcam using libusb

2005-04-11 Thread akhilesh
Hi All Usb-Developers, I want to capture an image from webcam using libusb. I have already got vedor id(0545) and product id(8080) from my ibm webcam using libusb. but i don't know how i can get the image data. Please help me. Please Give me brief details about it. Thanx and Regards Akhiles

[linux-usb-devel] Generic Serial Driver for USB or other

2005-04-11 Thread Olaf . Wegner
Hello, I've try to use the module usbserial for using a POS-Lineprinter from EPSON. After I load the driver with modprobe usbserial vendor=0x4f8 product=0x0202 I can send characters to the printer. But I can't configure the printer by ESC sequences, because if i send the ASCII-Value 0x0

RE: [linux-usb-devel] Original drivers for ISP1362 by Philips

2005-04-11 Thread llandre
> I would like to try this out; I would prefer not to duplicate any > effort, especially if I'll use your version in the end anyways. > > Do you have a patch you could send to the list? > I'm still doing some cleanups and will post it hopefully within the next days (or maybe hours...). Hi guys, so