Re: [linux-usb-devel] RNDIS

2006-09-06 Thread Aras Vaichas
David Brownell wrote: > On Tuesday 22 August 2006 3:30 pm, Grahame Jordan wrote: >> The device connects OK but after a short time it disconnects and in some >> cases the networking layer on Windows freezes until the USB cable is >> pulled out. Once the usb cable is put back in Widows reestablishe

[linux-usb-devel] [PATCH] USB: usblp reads out device id only once

2006-09-06 Thread Volker Mische
From: Volker Mische <[EMAIL PROTECTED]> If the device ID of a printer was already read out properly, usblp won't try it again. Signed-off-by: Volker Mische <[EMAIL PROTECTED]> --- This fixes a bug with my printer (Kyocera FS-820), which didn't work with cups anymore, as the printer timeouts when

[linux-usb-devel] 点击北京律师网

2006-09-06 Thread 刘律师
你好! 北京律师网(www.beijinglawyer.net.cn)是向海内外朋友介绍 中华人民共和国北京市律师工作地方性特色网站,自开通以来已在 全球关心北京律师工作及法制建设的华人世界中产生广泛影响,欢 迎登陆北京律师网。 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly wi

Re: [linux-usb-devel] Newbie - USB flash storage

2006-09-06 Thread Pete Zaitcev
On Wed, 6 Sep 2006 10:44:11 -0700 (PDT), Siddharth Choudhuri <[EMAIL PROTECTED]> wrote: > > 2800 0020 2000 -- > > SCSI command: 0x28=READ(10), Block=0x20, > I got usbmon running on 2.6.16 kernel. I was wondering > how did you get block number = 0x20 and length = > 0x20*512 i

[linux-usb-devel] L'Iran contro gli Usa: "Mettoni in pericolo le Nazioni unite"

2006-09-06 Thread Mary Gentry
Greetings Linux-usb-devel!.! L'analisi/ Hezbollah e Caschi blu Vuelta di Spagna: forfait di Oscar Freire La nuova direzione del Tg1? La decide Romano http://www.geocities.com/catherine720848117 Afghanistan/ Una bomba uccide undici talebani --

Re: [linux-usb-devel] [stable] [PATCH] uhci-hcd: fix list access bug

2006-09-06 Thread Greg KH
On Thu, Aug 31, 2006 at 02:18:39PM -0400, Alan Stern wrote: > When skipping to the last TD of an URB, go to the _last_ entry in the > list instead of the _first_ entry (as780). This fixes Bugzilla #6747 and > possibly others. > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> queued to -stable,

Re: [linux-usb-devel] [PATCH 6/6] ehci-hcd: fix root-hub wakeup support

2006-09-06 Thread Greg KH
On Wed, Sep 06, 2006 at 11:53:51AM -0400, Alan Stern wrote: > On Sat, 2 Sep 2006, Greg KH wrote: > > > > > > Hm, I plugged a different 2.0 hub into my root port, and it showed up. > > > > > Then it suspended. Plugged a device into it, nothing. Removed the > > > > > hub, > > > > > nothing then e

Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
Ah, thankyou very much. I will use 2, 2, 3 instead of 1, 2, 3 ... and see if there's a fix for the device controller driver. > On Wed, 6 Sep 2006, Lisa Y. wrote: > > > Hi, > > > > I'm running testusb.c on the host and gadgetfs+usb.c on the device. > > However testing seems to give "error 71".

Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
DEVICE side (linux 2.6.11): ^ <--- typo previously > > > This is what I've added to the usb.c sample code (crosscompiled and ran > on the devce) to the autoconfig() function: > > > } else if (stat (DEVNAME = "amd5536udc",

Re: [linux-usb-devel] usbtest error 71

2006-09-06 Thread Alan Stern
On Wed, 6 Sep 2006, Lisa Y. wrote: > Hi, > > I'm running testusb.c on the host and gadgetfs+usb.c on the device. > However testing seems to give "error 71". > > What does error 71 from the test mean? > What might be causing it, and is it fixable? You can look up the meaning of these error n

Re: [linux-usb-devel] Newbie - USB flash storage

2006-09-06 Thread Siddharth Choudhuri
> For example: > > ca6a349c 3984599108 S Bo:004:02 -115 31 = 55534243 > 4900 0040 8a28 2020 > 00 > ... > ... > Data: > 55534243 Magic > 4900 0040 > 8000 Input data transfer > 0a10 byte CDB > 2800 0020 2000 -- >

[linux-usb-devel] Majordomo results: eBook.pdf

2006-09-06 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_7.71753787994385E-03 Command '--=_nextpart_7.71753787994385e-03' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

Re: [linux-usb-devel] [PATCH 6/6] ehci-hcd: fix root-hub wakeup support

2006-09-06 Thread Alan Stern
On Sat, 2 Sep 2006, Greg KH wrote: > > > > Hm, I plugged a different 2.0 hub into my root port, and it showed up. > > > > Then it suspended. Plugged a device into it, nothing. Removed the hub, > > > > nothing then either. The ehci driver still thinks this hub is present > > > > :( > > > > > >

[linux-usb-devel] usbtest error 71

2006-09-06 Thread Lisa Y.
Hi, I'm running testusb.c on the host and gadgetfs+usb.c on the device. However testing seems to give "error 71". What does error 71 from the test mean? What might be causing it, and is it fixable? Thank you. Below are some additional details : Host side (linu

Re: [linux-usb-devel] [linux-pm] [RFC] USB device persistence across suspend-to-disk

2006-09-06 Thread Greg KH
On Wed, Sep 06, 2006 at 05:36:38AM +, Pavel Machek wrote: > Hi! > > > > > +main kernel instead of as a separate module, you can put > > > > +"usbcore.persist=1" on the boot command line. You can also change the > > > > +kernel's behavior on the fly using sysfs: Type > > > > + > > > > +

Re: [linux-usb-devel] [linux-pm] [RFC] USB device persistence across suspend-to-disk

2006-09-06 Thread Pavel Machek
Hi! > > > +main kernel instead of as a separate module, you can put > > > +"usbcore.persist=1" on the boot command line. You can also change the > > > +kernel's behavior on the fly using sysfs: Type > > > + > > > + echo y >/sys/module/usbcore/parameters/persist > > > > Does sysfs treat 'y' as '1

[linux-usb-devel] High income

2006-09-06 Thread louis morrison
Dear Tom, I found you just in time because I was let go from my employment I held for many years. Its very hard to thank you enough for starting me in this new profession. You have given me a brand new beginning on life. Already taking home twice as much as I took home in my old job. I hav

Re: [linux-usb-devel] Communication between S60 phone and linux using usbserial

2006-09-06 Thread Luiz Fernando N. Capitulino
Hi Petri, Em Wed, 6 Sep 2006 14:29:24 +0300 "Petri Airio" <[EMAIL PROTECTED]> escreveu: | In the current I need to communicate from linux thru usb cable | connected to s60 phone running special software. Is the usbserial | right approach to this task ? Target is that I could send simple text |

[linux-usb-devel] Communication between S60 phone and linux using usbserial

2006-09-06 Thread Petri Airio
I'm not sure if this is correct place to ask, please guide me to correct place. In the current I need to communicate from linux thru usb cable connected to s60 phone running special software. Is the usbserial right approach to this task ? Target is that I could send simple text lines thru usb to t

Re: [linux-usb-devel] usb/gadget/pxa2xx_udc.c and IXP420BB

2006-09-06 Thread Jean-François Rousval
Hello ; The preview statuts is after apply : - your patch posted the 16 august - the patch posted by Kevin Hilman the 18 august I have add a "arm/mach-ixp4xx/sbc1625-setup.c" file with "arch/arm/mach-ixp4xx/ixdp425-setup.c" as model. During the boot I see : pxa2xx_udc: version 4-Ma

Re: [linux-usb-devel] usb/gadget/pxa2xx_udc.c and IXP420BB

2006-09-06 Thread Milan Svoboda
Hello, I created and posted (to this list some time ago) patches which allow to use this driver on IXP4xx platform. Please apply them and then only add your IXP420_BB define. Nothing else would be needed then. As far as I see, you can compile this driver, but did you really test it? Without pl