Re: [linux-usb-devel] pl2303 / DCU-11 (small debug patch)

2004-07-26 Thread Phil Dibowitz
Al Borchers wrote: Then probably the app is opening the port O_NONBLOCK but not expecting short writes. Would appear so: userdata->fd = open(userdata->cabledev, O_RDWR|O_NONBLOCK|O_NOCTTY); While I'm at it, I've run into another problem - after syncing A-F, I get a "transfer interrupted," and be

[linux-usb-devel] OOps when turning off printer with Xsane running (2.6.8-rc2)

2004-07-26 Thread Dmitry Torokhov
Hi, Got the following OOps when when turning off a all-in-one USB printer/scanner after scanning an image with Xsane and leaving Xsane window open. Has been happining for some time now. The kernel is tainted with Nvidia module so feel free to disregard the report. usb 1-2.1: USB disconnect, addre

[linux-usb-devel] Re:  isp116x for PXA255, usb_control/bulk_msg:timeout

2004-07-26 Thread adsynori
see Short TIPS in (Bhttp://www.geocities.jp/linux_on_tango/downloadfiles/isp1161_tango_driver.html (B (B> >hc_isp116x.c: USB ISP116x at f4000290/f4000292, IRQ 29 Rev. 10 (B> ChipID:0 (B (Badsynori (B (B (B (B (B (B--- (BThis S

Re: [linux-usb-devel] Problem connectin KonicaMinolta Dimage A2

2004-07-26 Thread Sven-Olof Klasson
Alan Stern wrote: > Here's another possibility. I've seen this with a few embedded > USB-Bluetooth interfaces, and maybe your cameras have the same problem. > Those devices couldn't handle Full-Speed-Bandwidth-Reclamation for control > messages. The patch below alters the UHCI driver to disable

Re: [linux-usb-devel] dmesg output for MITSUMI CR-4802TU USB CD-Writer

2004-07-26 Thread Jonas Fährmann
> You should be happy that it works at all! Given that it's running at USB > 1.1's full-speed and not USB 2.0's high-speed, and given that it uses the > somewhat obsolete CBI transport protocol (that's the "P 00" in your > message above), you shouldn't be surprised that it's slow. > > Alan Stern

Re: [linux-usb-devel] dmesg output for MITSUMI CR-4802TU USB CD-Writer

2004-07-26 Thread Jonas Fährmann
> Can you send a copy of your /proc/bus/usb/devices file with the drive >plugged in? [EMAIL PROTECTED] jonix $ cat /proc/bus/usb/devices T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS

[linux-usb-devel] SABİT TELEFONLARDA YÜZDE 80'E VARAN İNDİRİMLER

2004-07-26 Thread TELEKOM DOSTU
SABİT TELEFONLARDA YÜZDE 80'E VARAN İNDİRİMLER 1 AĞUSTOS'TAN İTİBAREN BAŞLIYOR YAPMANIZ GEREKEN; Telefon faturanızla birlikte gelen Tarife paketi seçim formunu doldurup 1 AĞUSTOS TARİHİNE KADAR, Türk Telekom a teslim ettikten sonra Türk Telekom a rakip olacaklarını sanan firmaların çıkardıkları

Re: [linux-usb-devel] dmesg output for MITSUMI CR-4802TU USB CD-Writer

2004-07-26 Thread Alan Stern
On Mon, 26 Jul 2004, Jonas Fährmann wrote: > Hi Folks, > here is the dmesg output for my MITSUMI CR-4802TU USB CD-Writer (not the CR-4802TE, > but might be based on it - quite old, I know) > > usb 3-1: new full speed USB device using address 5 > usb 3-1: device not accepting address 5, error -71

[linux-usb-devel] dmesg output for MITSUMI CR-4802TU USB CD-Writer

2004-07-26 Thread Jonas Fährmann
Hi Folks, here is the dmesg output for my MITSUMI CR-4802TU USB CD-Writer (not the CR-4802TE, but might be based on it - quite old, I know) usb 3-1: new full speed USB device using address 5 usb 3-1: device not accepting address 5, error -71 usb 3-1: new full speed USB device using address 6 usb-

[linux-usb-devel] [PATCH] Debug fix in pl2303

2004-07-26 Thread Phil Dibowitz
This is a simple patch to fix a debug statement where the arguements are in the wrong order. Resending it with a CC to Greg and a signed-off-by line. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.ph

Re: [linux-usb-devel] enumeration fails on linux/works on windows

2004-07-26 Thread David Meggy
On Sat, 2004-07-24 at 11:38, Alan Stern wrote: > On 23 Jul 2004, David Meggy wrote: > > Just elaborating a little. The National 9603/4 chips have 1 fifo for > > end point 0 that is in either tx or rx mode or disabled. So I can't be > > queuing up the fifo to send data, when the host wants to send

Re: [linux-usb-devel] String descriptors with length and type zero, but valid data

2004-07-26 Thread Alan Stern
On Mon, 26 Jul 2004, Duncan Sands wrote: > Hi Alan, I tried using USB snoopy with windows XP (the one from > sourceforge), but it seems to miss some urbs, in particular I don't see > any string descriptor fetches! What do you use for snooping on windows? On the Windows side I use USB Snoopy also

Re: [linux-usb-devel] Problem connectin KonicaMinolta Dimage A2

2004-07-26 Thread Alan Stern
On Sun, 25 Jul 2004, Gerhard Jaeger wrote: > I'm afraid, that even the delays did not help. I attached the log of the > latest tests and a patch agains hub.c from 2.6.8-rc2 sources (I had to apply > your patches manually and hope that I didn't miss anything)... > I'm also willing to go back to 2.6

Re: [linux-usb-devel] pl2303 / DCU-11 (small debug patch)

2004-07-26 Thread Al Borchers
Phil Dibowitz wrote: Al Borchers wrote: Is the app using ppp to connect with the phone, by any chance? Nope ... Then probably the app is opening the port O_NONBLOCK but not expecting short writes. The program is called "multisync" and its the IrMC plugin that talks to my phone, ... Thanks for the

[linux-usb-devel] [PATCH] autoconf for gadget serial in 2.6.7

2004-07-26 Thread Al Borchers
David -- Here is a patch to add endpoint autoconfiguration to the gadget serial driver. This is against 2.6.7. I pretty much copied gadget zero autoconfig for this. I tested it with a NetChip 2280 development board. Let me know if you would like any changes or if you want a diff against a diff

Re: [linux-usb-devel] String descriptors with length and type zero, but valid data

2004-07-26 Thread Duncan Sands
Hi Alan, I tried using USB snoopy with windows XP (the one from sourceforge), but it seems to miss some urbs, in particular I don't see any string descriptor fetches! What do you use for snooping on windows? Also, I tried running windows XP inside vmware, and using the usbfs snooping that Greg ad

[linux-usb-devel] [2.4 patch] fix for ipaq.c

2004-07-26 Thread V Ganesh
as per pete and greg's input, fixing only the uninitialized variable. tty hangup TBD in usb-serial. ganesh Signed-off-by: Ganesh Varadarajan <[EMAIL PROTECTED]> --- linux-2.4.26/drivers/usb/serial/ipaq.c.ORG 2004-07-22 20:05:32.0 +0530 +++ linux-2.4.26/drivers/usb/serial/ipaq.c 2004

[linux-usb-devel] [2.6 patch] fix for ipaq.c

2004-07-26 Thread V Ganesh
as per pete and greg's input, fixing only the uninitialized variable. tty hangup TBD in usb-serial. ganesh Signed-off-by: Ganesh Varadarajan <[EMAIL PROTECTED]> --- linux-2.6.7/drivers/usb/serial/ipaq.c.ORG 2004-07-22 21:10:40.0 +0530 +++ linux-2.6.7/drivers/usb/serial/ipaq.c 200

[linux-usb-devel] Re: [linux-usb-devel] Re:[linux-usb-devel] isp116x for PXA255, usb_control/bulk_msg:timeout

2004-07-26 Thread Stephen J. Gowdy
Try reading the FAQ. On Mon, 26 Jul 2004 [EMAIL PROTECTED] wrote: > No one knows what happened?? > > I am really in a hurry, Plz give me a hand!! > > thanks! > > > > In your mail: > > >Hello everyone, > > > > > > > > > > > >I got a surprised error after I "modprobe hc_isp116x", it seems that

[linux-usb-devel] Re:[linux-usb-devel] isp116x for PXA255, usb_control/bulk_msg:timeout

2004-07-26 Thread embstudy
No one knows what happened?? I am really in a hurry, Plz give me a hand!! thanks! In your mail: >Hello everyone, > > > >I got a surprised error after I "modprobe hc_isp116x", it seems that there >is no interrupt occurred after I pluged the USB mouse. > >___ >

Re: [linux-usb-devel] pl2303 / DCU-11 (small debug patch)

2004-07-26 Thread Phil Dibowitz
Al Borchers wrote: Phil -- Phil Dibowitz wrote: > That works. Great news! I would still like to understand the causes of the problem. Can you tell me what application you were using to sync with the phone?--I would like to look at the source code. Is the app using ppp to connect with the phone, b