Re: [linux-usb-devel] How to handle string descriptor request from usb-uhci

2004-09-09 Thread Toralf Lund
David Brownell wrote: On Wednesday 08 September 2004 7:28 am, Alan Stern wrote: I imagine the closest thing to a "lingua franca" would be U.S.-English, but obviously my viewpoint is biased. Surely you jest. By definition, it's French - right? :) Actually, "lingua franca" originally re

Re: [linux-usb-devel] Error messages with USB memory key(s)

2004-09-09 Thread Phil Dibowitz
On Thu, Sep 09, 2004 at 10:52:57PM +, Buddha Henry wrote: > 1. Insert IBM USB memory key > >tail /var/log/messages > Sep 9 23:46:55 number3 kernel: usb 3-2: new full speed USB device using > address 3 > Sep 9 23:46:55 number3 kernel: usb-storage: This device (0a16,,0100 S > 06 P 50) has

[linux-usb-devel] Re: [patch 2.6.9-rc] ohci updates

2004-09-09 Thread Greg KH
On Thu, Sep 09, 2004 at 10:44:57AM -0700, David Brownell wrote: > Small bugfixes, at least one of which gets rid of some > rather random behavior from certain board init > behaviors. > > Please merge. Applied, thanks. greg k-h --- This SF.N

[linux-usb-devel] Re: [patch 2.6.9-rc] khubd looks at ports after probe

2004-09-09 Thread Greg KH
On Thu, Sep 09, 2004 at 10:09:57AM -0700, David Brownell wrote: > On Wednesday 08 September 2004 11:14 am, Greg KH wrote: > > > > Care to re-diff it? I can guess at what should be done... > > Here you go! The last chunk moved into Alan's new logical_disconnect() > routine. I also added a FIXM

[linux-usb-devel] Re: [patch 2.6.9] export usb_set_device_state(), use in ohci

2004-09-09 Thread Greg KH
On Thu, Sep 09, 2004 at 11:16:49AM -0700, David Brownell wrote: > This patch is mostly cleanup, but it all helps make PM_SUSPEND_DISK > start to behave better. > > Please merge. Applied, thanks. greg k-h --- This SF.Net email is sponsored by:

[linux-usb-devel] Error messages with USB memory key(s)

2004-09-09 Thread Buddha Henry
Hello mailing list I am not a member of this list and apologise if this is old news. I did Google them first, but the results are unclear as to whether the problems are resolved. Dist is FC2 cat /proc/version Linux version 2.6.5-1.358 ([EMAIL PROTECTED]) (gcc version 3.3.3 20040412 (Red Hat Lin

[linux-usb-devel] [patch 2.6.9-rc] ohci updates

2004-09-09 Thread David Brownell
Small bugfixes, at least one of which gets rid of some rather random behavior from certain board init behaviors. Please merge. - Dave OHCI updates: - Bugfix the code taking frame clock adjustments from the boot loader. A recent change had a bug which caused inconsistent failures on some

[linux-usb-devel] Re: [patch 2.6.9-rc] khubd looks at ports after probe

2004-09-09 Thread David Brownell
On Wednesday 08 September 2004 11:14 am, Greg KH wrote: > > Care to re-diff it? I can guess at what should be done... Here you go! The last chunk moved into Alan's new logical_disconnect() routine. I also added a FIXME there, capturing some of that discussion about port power down ... it'd ma

[linux-usb-devel] [patch 2.6.9] export usb_set_device_state(), use in ohci

2004-09-09 Thread David Brownell
This patch is mostly cleanup, but it all helps make PM_SUSPEND_DISK start to behave better. Please merge. - Dave This exports the new usb_set_device_state() routine for the virtual root hubs, and uses it in OHCI during resume after power-off to replace some HC-private code doing almost the same t

Re: [linux-usb-devel] OHCI bug introduced in 2.6.7-rc1

2004-09-09 Thread David Brownell
Did you try the ohci-0904.patch I sent last week? I expect that'd fix the problem you saw too. Anyway, I'm submitting that today for 2.6.9. - Dave --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receiv

Re: [linux-usb-devel] A couple of traces in linux 2.6.9-rc1-mm4

2004-09-09 Thread Alan Stern
Reuben: The two patches below should eliminate the warning messages you see. On Thu, 9 Sep 2004, Reuben Farrelly wrote: > Hi, > > I have experienced a couple of traces in usblp.c and also with the uba > device, in 2.6.9-rc1-mm4. These did not appear in -mm3: > > Sep 9 20:43:00 tornado kern

Re: Re: [linux-usb-devel] usb_unlink_urb() makes missing data on a pipe (IN)

2004-09-09 Thread Alan Stern
On Thu, 9 Sep 2004 [EMAIL PROTECTED] wrote: > Sorry, my explanations were not very clear: > > 1 - A first URB is submitted. > 2 - The device doesn't send any data > 3 - The first URB is unlinked and freed (timeout managment for example; > usb_bulk_msg() does this) > The completion handler is

Re: [linux-usb-devel] problem accessing a nikon coolpix 4300..

2004-09-09 Thread Alan Stern
On Thu, 9 Sep 2004, Paulo Marques wrote: > I have a Nikon D70 now, and it also shows a similar behaviour. > > I hadn't time to debug it yet and make sure it is the same problem, > but if it is, do you think it would be ok to submit a patch that > adds another flag to unusual_devs (like US_FL_SLOW

Re: [linux-usb-devel] Bulk transfer problems with usb-uhci (what do error messages mean?)

2004-09-09 Thread Alan Stern
On Thu, 9 Sep 2004, Toralf Lund wrote: > Something I forgot to mention earlier: I often see evidence of reset > signalling at the point where the problems occurs. Could that be > something initiated by the host/driver? If it is, how am I supposed to > respond? The USB core will initiate reset

[linux-usb-devel] Re: uhci-hcd and stalled URBs

2004-09-09 Thread Alan Stern
On Thu, 9 Sep 2004, Dominique Larchey wrote: > Dear Sir, > > I have written a linux 2.6 driver for an USB ADSL > modem. This modem is a two way ATM cell transmitter > that has one endpoint for incomming cells and > another endpoint for outgoing cells. > > For incomming data, I use two BULK URBs

[linux-usb-devel] Re: PATCH: (as365) Unusual_devs entry for Panasonic cameras

2004-09-09 Thread Greg KH
On Wed, Sep 08, 2004 at 04:52:55PM -0400, Alan Stern wrote: > Greg & Pete: > > Thanks to Tom Hughes for jogging my memory about this patch, which has > been sitting here waiting for Greg's return. It adds an unusual_devs.h > entry for the Panasonic DMC-LCx line of cameras, which incorrectly rep

[linux-usb-devel] Re: PATCH: (as374) New submission procedure for unusual_devs.h

2004-09-09 Thread Greg KH
On Thu, Sep 09, 2004 at 11:53:52AM -0400, Alan Stern wrote: > Greg: > > As you requested, this patch updates the documented procedure for > submitting new unusual_devs.h entries. Applied, thanks. greg k-h --- This SF.Net email is sponsored b

[linux-usb-devel] Re: PATCH: (as371) Add OTG support to g_file_storage

2004-09-09 Thread Greg KH
On Thu, Sep 09, 2004 at 12:06:21PM -0400, Alan Stern wrote: > Greg: > > This patch adds minimal USB On-The-Go support (mainly just an extra > descriptor) to the File-Storage Gadget. The changes were based on the > additions made to the Gadget Zero driver. Applied, thanks. greg k-h -

Re: [linux-usb-devel] usb

2004-09-09 Thread Phil Dibowitz
Carlos Calzada Grau wrote: Sep 9 11:19:27 kenny kernel: usb 1-2: new full speed USB device using address 4 Sep 9 11:19:28 kenny kernel: usb-storage: This device (05ab,0060,1105 S 06 P 50) has unneeded SubClass and Protocol entries in unusual_devs.h Sep 9 11:19:28 kenny kernel:Please send a

[linux-usb-devel] PATCH: (as371) Add OTG support to g_file_storage

2004-09-09 Thread Alan Stern
Greg: This patch adds minimal USB On-The-Go support (mainly just an extra descriptor) to the File-Storage Gadget. The changes were based on the additions made to the Gadget Zero driver. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> = drivers/usb/gadget/file_storage.c 1.18 vs

[linux-usb-devel] PATCH: (as374) New submission procedure for unusual_devs.h

2004-09-09 Thread Alan Stern
Greg: As you requested, this patch updates the documented procedure for submitting new unusual_devs.h entries. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> = drivers/usb/storage/unusual_devs.h 1.147 vs edited = --- 1.147/drivers/usb/storage/unusual_devs.hMon Aug 30 10

[linux-usb-devel] [ANNOUNCE] New V4L2/USB driver for ET61X151 and ET61X251 PC Camera Controllers

2004-09-09 Thread Luca Risolia
A new stable driver for Etoms ET61X151 and ET61X251 conntected to various image sensor is available for interested companies. I may be contacted by email for more informations. Homepage: http://go.lamarinapunto.com Thanks, Luca. pgpkzlYHajFEJ.pgp Description: PGP signature

Re: [linux-usb-devel] OHCI driver for SL811HS chip

2004-09-09 Thread David Brownell
On Thursday 09 September 2004 6:17 am, Lothar Wassmann wrote: > Hi David, > > David Brownell writes: > > That's an interesting idea, though I can imagine some chips > > might not fit very smoothly into an OHCI-shaped hole ... :) > > > That's right, but OHCI offers a very stable framework for the

RE: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread Lothar Wassmann
Hi, Ian Campbell writes: > It's IRQ 25 (GPIO 2) and the HcHardwareConfig used in the 2.4 driver is > InterruptOutputPolarity|InterruptPinTrigger|DataBusWidth16|DREQOutputPolarity|DownstreamPort15KRSel|AnalogOCEnable > > I make that active high, edge triggered. The GPIO line is setup as > GPIO_BOT

Re: [linux-usb-devel] OHCI driver for SL811HS chip

2004-09-09 Thread Lothar Wassmann
Hi David, David Brownell writes: > That's an interesting idea, though I can imagine some chips > might not fit very smoothly into an OHCI-shaped hole ... :) > That's right, but OHCI offers a very stable framework for the whole hardware independent stuff. > Have you run this through all the "usbt

[linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread adsynori
Hi all. (BThank for some information of ARM procceser. (B (B>The minimum pulse width requirements for PXA250, 255 and 270 are (B>according to the corresponding Developer's Manuals: (B> 1000ns for PXA250 (B> 290ns for PXA255 (B> 154ns for PXA270 (from "PXA270 Electrical, Mechanical and Ther

[linux-usb-devel] failure notice

2004-09-09 Thread MAILER-DAEMON
Hi. This is the qmail-send program at mail.iinet.net.au. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) --- Below this line is a cop

[linux-usb-devel] A couple of traces in linux 2.6.9-rc1-mm4

2004-09-09 Thread Reuben Farrelly
Hi, I have experienced a couple of traces in usblp.c and also with the uba device, in 2.6.9-rc1-mm4. These did not appear in -mm3: Sep 9 20:43:00 tornado kernel: usb 1-7: new high speed USB device using address 3 Sep 9 20:43:00 tornado kernel: ub: sizeof ub_scsi_cmd 60 ub_dev 940 Sep 9 20:43

Re: Re: [linux-usb-devel] usb_unlink_urb() makes missing data on a pipe (IN)

2004-09-09 Thread thierry . chantry
Hi, >> Configuration: >> Distribution:Linux Fedora Core 2 >> Kernel:2.6.7 >> Problem occured also with the RedHat 7.3 distribution (kernel 2.4.18) >> HCD:uhci_hcd >> >> Hi, >> I'm writing an USB driver for a specific device. >> If I terminate an IO (a read on a BULK or an interrupt pipe) by cal

RE: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread Lothar Wassmann
Hi, Dominic Evans writes: > // this chip (isp116x) gives a pulse of 167ns on the interrupt, pxa250 > requires 1000ns > The minimum pulse width requirements for PXA250, 255 and 270 are according to the corresponding Developer's Manuals: 1000ns for PXA250 290ns for PXA255 154ns for PXA270 (fro

Re: [linux-usb-devel] problem accessing a nikon coolpix 4300..

2004-09-09 Thread Paulo Marques
Alan Stern wrote: On Sat, 3 Jul 2004, Riccardo Persichetti wrote: Hi Alan, I've applied the patch you suggested me and tried different delays. The problem still occurs with values below 550. Starting from 600 the error goes away and everything works as it should.. Anyway, that delay doesn't hurt

[linux-usb-devel] regression in changes in cdc-acm from 2.6.7 to 2.6.8.1

2004-09-09 Thread Ondrej Sury
Hello, there is regression in changes from 2.6.7 to 2.6.8.1 in cdc-acm module. I have Gtran USB CDMA modem[1] and it stops responding in 2.6.8.1. It worked just fine in 2.6.7. Also using usbserial module under 2.6.8.1 works also fine. Modem is detected, /dev/ttyACM0 is created (using udev), but

Re: [linux-usb-devel] Bulk transfer problems with usb-uhci (what do error messages mean?)

2004-09-09 Thread Toralf Lund
[ ... ] Could it be that it was never transferred at all? That looks more likely based on the state of the device; it seems like it's waiting to send data at the point where the problems occur, which might mean that it somehow missed the the data request from the host, or that it was never

RE: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread Ian Campbell
On Thu, 2004-09-09 at 10:05, Dominic Evans wrote: > The 2.6 Kernel code might be interesting, especially as there are > numerous posts on here regarding people willing to try and port the > isp116x code to 2.6.x. I'm not aware how much the usb code has changed > between 2.4.x -> 2.6.x but I am gue

[linux-usb-devel] usb

2004-09-09 Thread Carlos Calzada Grau
Sep 9 11:19:27 kenny kernel: usb 1-2: new full speed USB device using address 4 Sep 9 11:19:28 kenny kernel: usb-storage: This device (05ab,0060,1105 S 06 P 50) has unneeded SubClass and Protocol entries in unusual_devs.h Sep 9 11:19:28 kenny kernel:Please send a copy of this message to <[

RE: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread Dominic Evans
Hi, Yes you are right, it is a Arcom Viper. The 2.6 Kernel code might be interesting, especially as there are numerous posts on here regarding people willing to try and port the isp116x code to 2.6.x. I'm not aware how much the usb code has changed between 2.4.x -> 2.6.x but I am guessing it cann

RE: [linux-usb-devel] RE: isp1161 ISOC timeout problems

2004-09-09 Thread Ian Campbell
On Wed, 2004-09-08 at 16:26, Dominic Evans wrote: > I have also aquired another board which I can test. An arcom board with > the same isp116x usb controller but a newer PXA-255, more recent kernel > and possibly different 'edge vs level' trigger configuration. You are presumably referring to our

[linux-usb-devel] 话知你黄页网-免费玩游戏,看电视,发布分类广告

2004-09-09 Thread 祝您好运
轎煤俙蚔牁ㄛ儕粗疑俙ㄐ 轎煤艘岍賜萇弝ㄛ拸剒狟婥ㄐ 楷票煦濬嫘豢ㄛ蕾撈獗虴ㄐ 趕眭斕酴珜厙 http://www.yp-ad.com --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.c

Re: [linux-usb-devel] Re: input troubles with synaptics

2004-09-09 Thread Vojtech Pavlik
On Wed, Sep 08, 2004 at 10:23:11AM -0700, David Brownell wrote: > > > On those same kernels however: > > > > > > > > Booting with "i8042.nomux": > > > > > > > > > >   serio: i8042 AUX port at 0x60,0x64 irq 12 > > > > >   input: PS/2 Generic Mouse on isa0060/serio1 > > > > >   serio: i

[linux-usb-devel] 802.11b - USB compatibility for SoC featuring ARM Processor

2004-09-09 Thread computec
Dear Sir, Greetings ! Hope you are doing fine. Well, I have come across your messages in the USB Development Forums. I am very much keen to understand the underlying details about the USB and its associated technology. In my present task, I need to add the 802.11b WLAN features through USB Po