Re: [linux-usb-devel] USB not waking up from S3

2006-02-15 Thread Tim Dijkstra
On Sun, 12 Feb 2006 21:32:43 -0500 (EST) Alan Stern <[EMAIL PROTECTED]> wrote: > On Sun, 12 Feb 2006, Tim Dijkstra wrote: > > > Anyway, I tried to work around that problem by rmmod'ing uhci_hcd > > before suspend, and modprobing afterwards. This seems to work except > > that everything having to

[linux-usb-devel] usb_register_driver undefined in Linus's git tree

2006-02-15 Thread Henk Vergonet
Hi, When I am compiling an out of tree USB driver I get a linker error: *** Warning: "usb_register_driver" [.../nongnu.org/yealink-module/yealink.ko] undefined! does this have anything todo with the recent: [PATCH] USB: Fix GPL markings on usb core functions. Regards, Henk --

[linux-usb-devel] 业务联系!

2006-02-15 Thread 谢先生
您好! 我是广东(深圳)建兴股份发展有限公司.因公司进项多, 销项少,有多年对税务业务方面的了解.切可做到贵公司的安 全.以诚对待贵公司.不仿一试. 不详请来电合谈: 叶先生 联系电话:075526249741 手机:013923794283 --

[linux-usb-devel] Ours Technology, Inc. serial converter = ezusb compatible?

2006-02-15 Thread Sven Geggus
Hi there, I recently got a mobile Phone Data Cable (RS232 serial converter) based on a Chip called OTi-6858: Bus 003 Device 002: ID 0ea0:6858 Ours Technology, Inc. Based on the Schematic on the Data-Sheet of the chip (http://www.oti.com.tw/eng/supports/downloads/OTi_Datasheet_6858_verR2.pdf) it

Re: [linux-usb-devel] USB support on VIA motherboards

2006-02-15 Thread Alan Stern
On Tue, 14 Feb 2006, Jean-Philippe Mengual wrote: > Hi, > As you said, now in /proc/bus/usb, I have 001 002 devices. But devices > stays empty, even when I connect my hd. I changed the source code as > you said but I still have > uhci_hcd :00:11.3: HCRESET not completed yet! > > I don't under

[linux-usb-devel] Re: USB support on via motherboards

2006-02-15 Thread Jean-Philippe Mengual
Hi, In /sys/kernel/debug/uhci, I have: 1. :00:11.2 which contains: Root-hub state: auto-stopped HC status usbcmd= 0048 Maxp32 CF EGSM usbstat = 0020 HCHalted usbint= 0002 usbfrnum = (0)000 flbaseadd = 0132c000 sof = 40 stat1 = 0480 OverCurrent

Re: [linux-usb-devel] Re: USB support on via motherboards

2006-02-15 Thread Alan Stern
On Wed, 15 Feb 2006, Jean-Philippe Mengual wrote: > Hi, > In /sys/kernel/debug/uhci, I have: > 1. :00:11.2 which contains: > Root-hub state: auto-stopped > HC status > usbcmd= 0048 Maxp32 CF EGSM > usbstat = 0020 HCHalted > usbint= 0002 > usbfrnum = (0)000 > flbase

Re: [linux-usb-devel] Ours Technology, Inc. serial converter = ezusb compatible?

2006-02-15 Thread Greg KH
On Wed, Feb 15, 2006 at 02:39:46PM -, Sven Geggus wrote: > Hi there, > > I recently got a mobile Phone Data Cable (RS232 serial converter) based on a > Chip called OTi-6858: > > Bus 003 Device 002: ID 0ea0:6858 Ours Technology, Inc. > > Based on the Schematic on the Data-Sheet of the chip >

Re: [linux-usb-devel] usb_register_driver undefined in Linus's git tree

2006-02-15 Thread Greg KH
On Wed, Feb 15, 2006 at 01:08:41PM +0100, Henk Vergonet wrote: > > Hi, > > When I am compiling an out of tree USB driver I get a linker error: > > *** Warning: "usb_register_driver" > [.../nongnu.org/yealink-module/yealink.ko] undefined! > > does this have anything todo with the recent: >

Re: [linux-usb-devel] oops

2006-02-15 Thread Greg KH
On Wed, Feb 15, 2006 at 06:41:13AM +0100, Oliver Neukum wrote: > Am Mittwoch, 15. Februar 2006 01:23 schrieb Greg KH: > > Can you duplicate this without any closed source kernel modules loaded? > > > > Odds are you can, as I've seen this oops report before :(:( > > Where if I may ask? Here:

Re: [linux-usb-devel] EHCI High speed periodic scheduler - ITD reuse problem

2006-02-15 Thread Greg KH
On Wed, Feb 15, 2006 at 08:56:33AM +0200, Dima Epshtein wrote: > Hi, > > We are using TDI based High speed USB EHCI controller. > Linux version is 2.6.12 Can you try 2.6.16-rc3? There has been some work in this area that has gone into the main kernel tree. There are also some patches floating

Re: [linux-usb-devel] Re: USB support on via motherboards

2006-02-15 Thread Christian Iversen
On Wednesday 15 February 2006 17:58, Alan Stern wrote: > This confirms that your hardware is physically broken; it's not a software > problem. > > There are three UHCI controllers, one per file above, each with two ports. > The port statuses are given in the lines marked "stat1" and "stat2". It >

Re: [linux-usb-devel] usb_register_driver undefined in Linus's git tree

2006-02-15 Thread Henk Vergonet
On Wed, Feb 15, 2006 at 09:13:57AM -0800, Greg KH wrote: > On Wed, Feb 15, 2006 at 01:08:41PM +0100, Henk Vergonet wrote: > > > > Hi, > > > > When I am compiling an out of tree USB driver I get a linker error: > > > > *** Warning: "usb_register_driver" > > [.../nongnu.org/yealink-module/yealink.

Re: [linux-usb-devel] EHCI High speed periodic scheduler - ITD reuse problem

2006-02-15 Thread David Brownell
On Tuesday 14 February 2006 10:56 pm, Dima Epshtein wrote: > > Frame X: -> itd7 -> itd6 -> itd5 -> itd4 -> itd3 -> itd2 -> > itd1 -> itd0 -> NULL > Frame X+1: -> itd9 -> itd8 -> NULL > > So itd0 will be sent on uframe 0 of Frame X, itd1 on uframe 1 of Frame >

[linux-usb-devel] Re: [Bug 5086] unplugging webcam when stv680 is in use freezes the whole system

2006-02-15 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > http://bugzilla.kernel.org/show_bug.cgi?id=5086 There's been some activity on this report. Looks like he's getting a continuous stream of USB interrupts after unplugging that webcam. --- This SF.net email is spon

[linux-usb-devel] Re: Global net2280 definition

2006-02-15 Thread Pete Zaitcev
Move common definitions for NET2280 to , so that I can use them in prism54usb (it is not merged yet, but I plan to do it soon). Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- On Mon, 13 Feb 2006 20:51:25 -0800, David Brownell <[EMAIL PROTECTED]> wrote: > So, unless you disagree, make this

Re: [linux-usb-devel] USB not waking up from S3

2006-02-15 Thread Tim Dijkstra
On Sun, 12 Feb 2006 21:32:43 -0500 (EST) Alan Stern <[EMAIL PROTECTED]> wrote: > On Sun, 12 Feb 2006, Tim Dijkstra wrote: > > > > > Anyway, I tried to work around that problem by rmmod'ing uhci_hcd > > before suspend, and modprobing afterwards. This seems to work > > except that everything havin

Re: [linux-usb-devel] Re: USB support on via motherboards

2006-02-15 Thread Alan Stern
On Wed, 15 Feb 2006, Christian Iversen wrote: > On Wednesday 15 February 2006 17:58, Alan Stern wrote: > > This confirms that your hardware is physically broken; it's not a software > > problem. > > > > There are three UHCI controllers, one per file above, each with two ports. > > The port statuse

[linux-usb-devel] Re: [Bugme-new] [Bug 6081] New: Pendrive (Pentadrive 256MB) not working

2006-02-15 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > http://bugzilla.kernel.org/show_bug.cgi?id=6081 > > Summary: Pendrive (Pentadrive 256MB) not working usb-storage failure. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

RE: [linux-usb-devel] Re: Linux 2.6.16-rc3

2006-02-15 Thread Yu, Luming
>> I don't think anybody claimed this isn't a regression for the 600X. > >I narrowed it further. The short story is that this commit (diff below >sig) makes the second S3 sleep go into the endless loop, if the loaded >modules are exactly thermal, processor, intel_agp, and agpgart: If you believe