[linux-usb-devel] FWD: Re: USB DVD

2004-12-02 Thread Wakko Warner
I have the debug information at http://veg.animx.eu.org/usb-storage.debug.dvd.txt It's around 190kb in size. - Forwarded message from Greg KH <[EMAIL PROTECTED]> - Date: Fri, 26 Nov 2004 19:28:17 -0800 From: Greg KH <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: USB DVD X-Mailin

Re: [linux-usb-devel] Host side RNDIS

2004-12-02 Thread slimmerz
>What cables are you referring to? for example http://www.prolific.com.tw/eng/Products.asp?ID=18 stated clearly that it is a rndis device. and unsure about support for CDC. >If you have such a product, and can spend some time >working on Linux interop with it, drop me a line and >I can send you

Re: [linux-usb-devel] uhci data loss due to toggle handling on canceled urbs

2004-12-02 Thread Karl Bongers
On Thu, 2 Dec 2004 11:54:31 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 1 Dec 2004, Karl Bongers wrote: > > > > > Hi, > > > > So somehow I found myself here despite trying to avoid kernel hacking by > > using libusb. libusb has this concept of submit a read/write with a > > ti

[linux-usb-devel] [PATCH] Add support MPC5200 and STB04XXX OHCI implementations

2004-12-02 Thread Dale Farnsworth
This patch adds support for two PPC processors with embedded OHCI implementations, the Freescale MPC5200 and the IBM STB04XXX. Because of ambiguities in the OHCI specification, there are two quirks that are needed for these chips. Quirk 1: The IBM and Freescale implementations differ on which hal

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

2004-12-02 Thread Greg KH
On Thu, Dec 02, 2004 at 11:00:26AM -0600, Al Borchers wrote: > Greg KH wrote: > > Why not use the in-kernel implemtation of a circular buffer? I've been > > thinking about that for the other usb-serial drivers that also roll > > their own data structure for this. We shouldn't add yet-another one

Re: [linux-usb-devel] [patch 2.6.11] ALSA and usb_dev->ep[] (4/15)

2004-12-02 Thread David Brownell
On Thursday 02 December 2004 4:27 am, Karsten Wiese wrote: > Hi David > > > It can't use that API any more. Please merge. > > Just sent this to alsa-devel. > Hope its ok with future API also. Looked fine to me, thanks. So if you submit this before Greg (presumably!) merges those other patches,

Re: [linux-usb-devel] Request for testing: usb-storage autosuspend

2004-12-02 Thread Alan Stern
On Thu, 2 Dec 2004, David Brownell wrote: > On Thursday 02 December 2004 9:22 am, Alan Stern wrote: > > Below is a composite of three patches pending for the usb-storage driver.   > > Together they provide support for autosuspend.  The inactivity timeout is > > controlled by a module parameter na

Re: [linux-usb-devel] Request for testing: usb-storage autosuspend

2004-12-02 Thread David Brownell
On Thursday 02 December 2004 9:22 am, Alan Stern wrote: > Below is a composite of three patches pending for the usb-storage driver.   > Together they provide support for autosuspend.  The inactivity timeout is > controlled by a module parameter named "autosuspend"; its value gives the > timeout i

[linux-usb-devel] Request for testing: usb-storage autosuspend

2004-12-02 Thread Alan Stern
Below is a composite of three patches pending for the usb-storage driver. Together they provide support for autosuspend. The inactivity timeout is controlled by a module parameter named "autosuspend"; its value gives the timeout in seconds (0 means no autosuspend). If anyone can try this out

[linux-usb-devel] Re: Help for unusual_devs.h parameters

2004-12-02 Thread Alan Stern
On Thu, 2 Dec 2004, Andrea Pusceddu wrote: > Hi, thank you for your reply! > > I did a modprobe usb_storage > Then a lsmod confirmed that the above module and the scsi_mod are loaded > Then I did the: > echo 'SigmaTel:MSCN:0x80400' >/proc/scsi/device_info > > a cat of the device_info shows the

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread David Brownell
On Thursday 02 December 2004 1:22 am, Pete Zaitcev wrote: > > The mechanics of this thing sans API are rather straightforward. The > consensus is that intercepting usb_submit_urb and urb->complete is good > enough for most needs. In fact, see the two spots in "hcd.c" marked as the places to put s

Re: [linux-usb-devel] Host side RNDIS

2004-12-02 Thread David Brownell
On Wednesday 01 December 2004 11:56 pm, slimmerz wrote: > > Does the Linux usbnet driver currently support the Host-Side RNDIS? > e.g. to connect a RNDIS only (for example some of the new USB2 > Host-toHost Cable only has RNDIS support) gadget to a linux host. Odd. The hardware I've seen is all

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

2004-12-02 Thread Al Borchers
Greg -- Thanks for the comments. I am sending updated TI USB 3410/5052 driver patches in the next three messages (the one big patch hasn't yet made it through to the list). The patch is also available at http://www.brimson.com/downloads/ti_usb_3410_5052_2.6.10-rc2-bk13.patch These patches are ag

Re: [linux-usb-devel] uhci data loss due to toggle handling on canceled urbs

2004-12-02 Thread Alan Stern
On Wed, 1 Dec 2004, Karl Bongers wrote: > Hi, > > So somehow I found myself here despite trying to avoid kernel hacking by > using libusb. libusb has this concept of submit a read/write with a timeout. > So I submit a read, and just pick a random timeout, say 1 second. > Lib usb then sits in a p

[linux-usb-devel] RE: An usb host transfer speed issue, could anybodies help me or give me some advice?

2004-12-02 Thread Alan Stern
On Thu, 2 Dec 2004, Xu Levis-Q16136 wrote: > Got it! Thanks~ > Another problem: Do i need free all of the urbs which i have built before in > my diconnect function? Now i just free one urb in my func. > For example: > > struct urb *myurb; > my_prob() > {... > for(i=0; i<5; i++) >

Re: [linux-usb-devel] isp116x <-> isp1362 driver

2004-12-02 Thread Olav Kongas
On Thu, 2 Dec 2004, Konstantin Kletschke wrote: > Am 2004-12-02 11:15 +0200 schrieb Olav Kongas: > > > In your case, it most likely corresponds to the STATUS stage > > of the control transfer. > > So you mean it is an absolutely normal thing happening there? Yes. Olav --

Re: [linux-usb-devel] first steps with our isp1161a1

2004-12-02 Thread Konstantin Kletschke
Lothar schrieb: > >with Line 417 being > > > >WARN_ON((!(__isp1362_read_reg16(dev, HCuPINT) & HCuPINT_ISP116x_AIIEOT))); > ALLEOT is set when the amount of data programmed in the XFERCOUNT > register has been transferred to/from the chip buffer. If it's not set > at the end of the the read/write_

Re: [linux-usb-devel] isp1160 fmitnerval problem revisited

2004-12-02 Thread Konstantin Kletschke
Am 2004-12-02 15:15 +0200 schrieb Dimitris Lampridis: > > Hrm.. It must be getting overwritten. > No it is not! The register gets written only once during hc_start() of > ohci-hcd.c when periodic_reinit() is called. And although the value of > 0x27782edf is sent to the data port, the register sho

Re: [linux-usb-devel] isp1160 fmitnerval problem revisited

2004-12-02 Thread Dimitris Lampridis
On Wed, 2004-12-01 at 12:05 -0800, Michael wrote: > > Hmmm, > > I too intergrated Lothar's changes but still the same problem, > > even with > > using it directly as you said above. > > When I look at my syslog, I see the correct value being written > > to the > > data port, but when I read the reg

Re: [linux-usb-devel] [patch 2.6.11] ALSA and usb_dev->ep[] (4/15)

2004-12-02 Thread Karsten Wiese
Hi David > It can't use that API any more. Please merge. Just sent this to alsa-devel. Hope its ok with future API also. regards, Karsten -- Weitergeleitete Nachricht -- Subject: [PATCH]snd-usb-usx2y 0.8.7: Use macro usb_maxpacket() for portability Date: Donnerstag 02 Dezembe

Re: [linux-usb-devel] isp116x <-> isp1362 driver

2004-12-02 Thread Konstantin Kletschke
Am 2004-12-02 11:15 +0200 schrieb Olav Kongas: > In your case, it most likely corresponds to the STATUS stage > of the control transfer. So you mean it is an absolutely normal thing happening there? Konsti -- GPG KeyID EF62FCEF Fingerprint: 13C9 B16B 9844 EC15 CC2E A080 1E69 3FDA EF62 FCEF

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Feyd
On Thu, 2 Dec 2004 01:22:30 -0800 Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > Please search the Net for something called "USBmon". It's an earlier attempt > to do this very important work. It floundered largely on API problems. > Piping things through procfs is not going to fly. I would think tha

Re: [linux-usb-devel] first steps with our isp1161a1

2004-12-02 Thread Lothar Wassmann
Hi, > Sometime I often trigger this: > > Badness in isp116x_send_queue at drivers/usb/host/ohci-isp116x-emu.c:417 > > with Line 417 being > > WARN_ON((!(__isp1362_read_reg16(dev, HCuPINT) & HCuPINT_ISP116x_AIIEOT))); > > How do I avoid the occurence of this? I remember havin read here about AI

[linux-usb-devel] RE: An usb host transfer speed issue, could anybodies help me or give me some advice?

2004-12-02 Thread Xu Levis-Q16136
Got it! Thanks~ Another problem: Do i need free all of the urbs which i have built before in my diconnect function? Now i just free one urb in my func. For example: struct urb *myurb; my_prob() {... for(i=0; i<5; i++) { myurb = usb_alloc_urb(0);

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Pete Zaitcev
On Thu, 2 Dec 2004 09:57:24 +0100, THESNIERES Sylvain <[EMAIL PROTECTED]> wrote: > I've found a way to create an USB packets dumper for linux like USBSnoop in > windows. Since I didn't found any on the Internet, I'd like to know if someone > here is interrested. In this case I could submit a pat

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Marcel Holtmann
Hi Sylvain, > I've found a way to create an USB packets dumper for linux like USBSnoop in > windows. Since I didn't found any on the Internet, I'd like to know if someone > here is interrested. In this case I could submit a patch (or better) figure > out > how to create a compile option for the k

Re: [linux-usb-devel] isp116x <-> isp1362 driver

2004-12-02 Thread Olav Kongas
> alloc_ptd: Trying to find PTD for 0 byte of type 0 > alloc_ptd: Set bit 0001 in bufmap @ c02d494c: 0001 > buf_curlen(old) = 0 > buf_curlen(new) = 8, xfer_size 0, xfer_size_real 0 > process_td: alloc_ptd returned 0 > process_td: dir=1 ed->hwINFO=0040(0), td->hwINFO=f308(1) > td a

Re: [linux-usb-devel] hanging bug with isp1362

2004-12-02 Thread Olav Kongas
> Do you have any details on which sequences are bad, or which > debugging statements in particular affect it? No. I have removed the debug info step by step and even found at some point a single printk which leads to failure, but when I add/remove another prink elsewhere, the previously found c

[linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread THESNIERES Sylvain
Hello all, I've found a way to create an USB packets dumper for linux like USBSnoop in windows. Since I didn't found any on the Internet, I'd like to know if someone here is interrested. In this case I could submit a patch (or better) figure out how to create a compile option for the kernel in ord

Re: [linux-usb-devel] Host side RNDIS

2004-12-02 Thread Oliver Neukum
Am Donnerstag, 2. Dezember 2004 08:56 schrieb slimmerz: > modify ndis wrapper (ndiswrapper.sf.net) to support rndis for such device? This is for host drivers, not devices. Regards Oliver --- SF email is sponsored by - T