Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 3331] New: USB Modem not recognised since 2.6.8-pre1

2004-09-06 Thread Ben Castricum
On Mon, 6 Sep 2004, Oliver Neukum wrote: > OK. So I thought. > Please try this one to be applied on top of the earlier patch. That patch doesn't seem to change anything to the output, results are the same: Sep 7 06:05:07 gateway kernel: usb 1-2: new full speed USB device using address 3 Sep 7

[linux-usb-devel] understanding the usb snoop log for a prolific pl2501 USB bridge

2004-09-06 Thread Stephen J. Smith
Hi. I have a USB 2.0 bridge with a pl2501 chipset, which isn't supported by Linux. I am willing to do what I can to add support/test/whatever needs done, but I don't quite understand how to interpret the logs of usb traffic I have. This device has vendor id 0x067b (Prolific), and product id 0x25

[linux-usb-devel] HCD question: how to register multiple ports

2004-09-06 Thread Kyle Harris
Hi, My HC (Cypress CY7C67300) has 2 independent serial engines (SIEs) that each control 2 downstream ports. I currently register each SIE as standalone HCDs, each with 2 ports. The first port for each SIE works fine. But. I'm not sure how to insure both ports of the SIE are registered. Should t

[linux-usb-devel] [PATCH] Fix for Shuttle PN31 remote

2004-09-06 Thread Matt Brubeck
This patch fixes the mouse control on the Shuttle PN31. This device is an infrared remote with a USB receiver. It behaves as an HID keyboard and mouse. The mouse device sends EV_REL events with signed values, but reports logical_minimum = logical_maximum = 64. This violates the HID spec, but ap

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 3331] New: USB Modem not recognised since 2.6.8-pre1

2004-09-06 Thread Oliver Neukum
Am Montag, 6. September 2004 18:46 schrieben Sie: > > > Please apply this diagnostic patch, recompile with debug and > > send in the syslog. > > I think you are on the right track. Syslog now gives me the extra line : > > Sep 6 17:58:11 gateway kernel: usb 1-2: new full speed USB device using

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 3331] New: USB Modem not recognised since 2.6.8-pre1

2004-09-06 Thread Ben Castricum
Please apply this diagnostic patch, recompile with debug and send in the syslog. I think you are on the right track. Syslog now gives me the extra line : Sep 6 17:58:11 gateway kernel: usb 1-2: new full speed USB device using address 3 Sep 6 17:58:11 gateway kernel: drivers/usb/class/cdc-acm.c:

Re: [linux-usb-devel] regarding "[PATCH] USB: Patch to signal underflow in usb-storage driver" in linux 2.6.8

2004-09-06 Thread Alan Stern
On Tue, 7 Sep 2004, Andrew Pilley wrote: > Okay, here you go. I've got spare time tomorrow, so if you manage to get > this back to me in the next 12 hours, I can bang on it repeatedly until > it triggers, since I'll have time to spare. Here's the patch. I've verified that it compiles okay but I

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

2004-09-06 Thread Alan Stern
On Mon, 6 Sep 2004, Toralf Lund wrote: > Another minor question: How do you set up the list of supported > languages when you don't actually support any languages, or support all > of them, depending on how you see it? I mean, I only return strings for > the manufacturer name and product id, an

[linux-usb-devel] isp1160 driver for 2.6 kernel

2004-09-06 Thread Olav Kongas
Hi, I need to get isp1160 host controller running on an ARM SoC (lh7a400 based) running 2.6 kernel. Iso transfers are not needed for my application. There are few drivers for 2.4 on the net, but I was not able to find a driver for 2.6. >From the list archive I found that Dimitris Lampridis worked

[linux-usb-devel] Re: [Linux-usb-users] Copying buffer in urb_complete-callback when doing bulk transfer

2004-09-06 Thread Alan Stern
[Note that programming questions like this are generally better suited for linux-usb-devel than for linux-usb-users.] On Mon, 6 Sep 2004, Patrick Boettcher wrote: > Hi, > > I'm writing a driver for a dvb-t device. It is a 1.1 device. When > receiving a channel the transfer bandwidth can reach a

Re: [linux-usb-devel] mass-storage and kernel 2.6.[78]

2004-09-06 Thread Alan Stern
On Mon, 6 Sep 2004, Robert Urban wrote: > should I copy the list, and you two when replying in the future? Yes please. > > Just three?The EHCI controller reports there are three more > > busses in addition to EHCI ... you showed one UHCI, I'd expect > > there would be two more. (Each UHCI b

[linux-usb-devel] Новая коллекция

2004-09-06 Thread annie
Новая коллекция постельного белья на сайте www.elitpresent.ru nux-usb-devel

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

2004-09-06 Thread Dominic Evans
Sorry replace 1000ms with 1000ns :) (s/1000ms/1000ns/g) -Original Message- From: Dominic Evans Sent: 06 September 2004 16:05 To: '[EMAIL PROTECTED]' Subject: RE: isp1161 ISOC timeout problems P.19 and p.91 of the isp116x datasheet mention the 167ns pulse (although it seems to be relati

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

2004-09-06 Thread Dominic Evans
P.19 and p.91 of the isp116x datasheet mention the 167ns pulse (although it seems to be relating to int2 there I am assuming the pulse length would be the same?) - of note there seems to also be mention of a register to switch between pulse and level signal modes for this interrupt. I am not sure i

[linux-usb-devel] libusb

2004-09-06 Thread bastgiraud
> Hello, > I have install the libusb-0.1.8 in order to communicate easily with my HID device > which works in interrupt and it can receive and transmit 2 bytes in ep1. > As soon as I try to read or to write with the functions usb_interrupt_read & > usb_interrupt_write > they return me -16. Has a

Re: [linux-usb-devel] regarding "[PATCH] USB: Patch to signal underflow in usb-storage driver" in linux 2.6.8

2004-09-06 Thread Alan Stern
On Mon, 6 Sep 2004, Andrew Pilley wrote: > Looks like statistics have finally struck. > > Unfortunately, I don't have usb-storage's debug messages turned on for > this, but I did manage to trigger a device hang while writing to my > iriver ihp-140 over usb 2.0. It was copying data using rsync to

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

2004-09-06 Thread Dominic Evans
http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2003-March/0143 76.html ^ that thread has the information. I don't have oscilliscope to examine the pulse length unfortunately. I don't know what else would be causing interrupts to be lost otherwise. Dominic -Original Message-

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

2004-09-06 Thread Dominic Evans
Yes I did try your modified printk's. I still got same results with wrong order. E.g. a 11 10 a 11 10 -Original Message- From: okazaki [mailto:[EMAIL PROTECTED] Sent: 06 September 2004 12:47 To: Dominic Evans Subject: Re: isp1161 ISOC timeout problems Hi Dominic Evans. >In Troy Kisk

[linux-usb-devel] multiple device support for driver

2004-09-06 Thread Manoj Bhatta
Hi List , How USB driver can support multiple device at a time ? how i can use it from user level . my USB device is USB 1.1 specific and i am using USB 1.1 4 port hub . Thanks Manoj __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

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

2004-09-06 Thread Dominic Evans
Hi, In Troy Kisky's driver there is a comment: //this chip (isp116x) gives a pulse of 167ns on the interrupt, pxa250 requires 1000ns //so you must use level triggered for pxa250 or extra hardware to extend the pulse I am using an Advantech PCM-7210 which is based on the CerfBoard PXA Reference

Re: [linux-usb-devel] Re: Problem in EHCI when porting 2.6 to new arch

2004-09-06 Thread Richard Curnow
* David Brownell <[EMAIL PROTECTED]> [2004-09-03]: > > Great to know! But I don't think that'll explain Richard's > problem, unless his new arch was SMP or his early port > work didn't quite handle the IRQ/timer interaction right. At the time we were seeing this, it was quite early into our port

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

2004-09-06 Thread Toralf Lund
David Brownell wrote: On Friday 03 September 2004 2:53 am, Toralf Lund wrote: 1. The USB 1.1 spec says "String descriptors use UNICODE encodings". Which annoys me a great deal, as it fails to specify *what kind unicode*. Should the string be in UTF-8 format, or 16 or 32-bit? UTF

[linux-usb-devel] VIRUS (W32/Netsky-P) IN YOUR MAIL

2004-09-06 Thread amavisd-new
VIRUS ALERT Our virus checker found virus: W32/Netsky-P 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 reference, here are headers from your email: --