[linux-usb-devel] PROBLEM: Kernel oops registering usbnet

2003-10-05 Thread Robin Munn
[1.] PROBLEM: Kernel oops registering usbnet [2.] Full description: I have a Sharp Zaurus 5500 PDA, which I'm using usbnet to sync with. The cradle's USB cable is plugged into my USB ports, and I place the Zaurus in the cradle to sync with my PC. Last time I did so, I got this error message: Una

[linux-usb-devel] 致老客户信!

2003-10-05 Thread 郑先生
尊敬的老客户:   您好!   恒速达网络非常感谢您在这三年多来对我们的支持与厚爱! 我司今年加强了对网站系统开发的研究,现公司有专职网页开发技术员十几名(工作经验均在三年以上), 同时还高薪聘请了不少网络上的高手做兼职。公司为扩大规模从9月1号开始做网站实行全面特惠价制作,相关 信息请上我们网站 http://www.88dns.cn 了解。   另外在加强网站开发的同时我们也不忘老本行,最近新上架了一批至强服务器,老客户如有需要换空间的 请及时与我们联系,您只要续费一年就可以更换高品质的服务器了,如另申请空间我们将给予 9折优惠(对于 老客户介绍的新客户也给予同样的优惠)。  

Re: [linux-usb-devel] USB Multimedia keyboards and X

2003-10-05 Thread gmurray
Quoting Sheldon Lee-Wen <[EMAIL PROTECTED]>: > Is there anyone who can help with this! We need to fix this ASAP. At least > point me to the USB kernel code where this needs to be fixed, please! > > Sheldon. > Hi Sheldon, You would find the answer to your quest elsewhere than in this newsgroup.

[linux-usb-devel] [PATCH] Fix USB suspend in 2.6.0-test6

2003-10-05 Thread Paul Mackerras
In drivers/usb/core/hcd-pci.c, the code forgets to set hcd->state to USB_STATE_SUSPENDED on suspend. The effect is that on resume, the code refuses to wake the HCD up, and instead prints a message saying the interface hasn't been suspended. The patch below fixes this. It is against 2.6.0-test6.

Re: [linux-usb-devel] USB Multimedia keyboards and X

2003-10-05 Thread Sheldon Lee-Wen
Is there anyone who can help with this! We need to fix this ASAP. At least point me to the USB kernel code where this needs to be fixed, please! Sheldon. On October 2, 2003 07:54 pm, Sheldon Lee-Wen wrote: > Hello, > > > I have project called lineak http://lineak.sourceforge.net which is a user

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread Oliver Neukum
Am Sonntag, 5. Oktober 2003 17:29 schrieb David Brownell: > this ioctl calls usb_unbind_interface() directly. It seems to me that this > will make the driver model's view inconsistent. > >>> > >>>How? > >> > >>I was under the impression that driverfs keeps records of associations > >>of dri

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread Oliver Neukum
Am Sonntag, 5. Oktober 2003 17:39 schrieb David Brownell: > Oliver Neukum wrote: > > > > > Still none, but here's a patch to kill the ioctls. > > > Which just makes things worse for the user mode drivers > which need this functionality. Well, no. Missing functionality is better than a syscall

Re: [linux-usb-devel] Re: usb 2.0 card reader keeps moving to next /dev/sd

2003-10-05 Thread Alan Stern
On Sat, 4 Oct 2003, Matthias Urlichs wrote: > Hi, > > Alan Stern wrote: > > For comparison, here is the corresponding log I got when I unplugged a USB > > CD-RW device, minus several lengthy and uninformative stack dumps > > following the "Badness" lines -- did you enable debugging in > > lib/kob

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread David Brownell
Oliver Neukum wrote: Still none, but here's a patch to kill the ioctls. Which just makes things worse for the user mode drivers which need this functionality. I don't like that patch at all. Though I'd be glad to see those technically incorrect comments there (which I think you've added over ti

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread David Brownell
this ioctl calls usb_unbind_interface() directly. It seems to me that this will make the driver model's view inconsistent. How? I was under the impression that driverfs keeps records of associations of drivers and devices. Doesn't it? Hm, good point, it does. Bleah, we need a way to disconnect

[linux-usb-devel] UHCI disable C3 powersave state of CPU

2003-10-05 Thread Petr Olivka
Hi ! I have problem with UHCI usb host in kernel 2.4 and 2.6-testx too. When I load UHCI module, then CPU in idle state newer use C3 powersave state. Problem is probably with busmaster acitivity. Busmaster resources are newer released and in idle mode is used only C1 and C2 state. (see. drive

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread Oliver Neukum
> Agreed. Any proposals on how to do it? Still none, but here's a patch to kill the ioctls. Regards Oliver You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =

Re: [linux-usb-devel] Re: usb 2.0 card reader keeps moving to next /dev/sd

2003-10-05 Thread Matthias Urlichs
Hi, Alan Stern wrote: > For comparison, here is the corresponding log I got when I unplugged a USB > CD-RW device, minus several lengthy and uninformative stack dumps > following the "Badness" lines -- did you enable debugging in > lib/kobject.c? Yes, I did. I'll try to find that problem; thanks

Re: [linux-usb-devel] ioctl USBDEVFS_DISCONNECT and driver model

2003-10-05 Thread Oliver Neukum
Am Sonntag, 5. Oktober 2003 06:19 schrieb Greg KH: > On Sat, Oct 04, 2003 at 07:17:49PM +0200, Oliver Neukum wrote: > > Am Samstag, 4. Oktober 2003 18:09 schrieb David Brownell: > > > Oliver Neukum wrote: > > > > > > > > this ioctl calls usb_unbind_interface() directly. It seems to me that this >

[linux-usb-devel] Re: [PATCH] (2.6.0-test6) brlvger: Debug code fixes

2003-10-05 Thread Greg KH
On Wed, Oct 01, 2003 at 03:27:08PM +0100, Daniel Drake wrote: > When compiling this driver with WRITE_DEBUG defined (for extra debug > output), > gcc outputs warnings for three similar printf statements. > > The specifier in each printf statement is not totally correct. > This patch removes these