[linux-usb-devel] Fw: Re: Elitegroup K7S5A + usb_storage problem

2005-08-05 Thread Andrew Morton
Begin forwarded message: Date: Fri, 5 Aug 2005 21:02:57 +0200 From: Martin Maurer <[EMAIL PROTECTED]> To: linux-kernel@vger.kernel.org Subject: Re: Elitegroup K7S5A + usb_storage problem An update on this issue: I realized a problem with my kernel configuration - i was missing sd_mod. This f

Re: [linux-usb-devel] Problems with individual port power control on a USB2.0 hub

2005-08-05 Thread Alan Stern
On Fri, 5 Aug 2005, Vlado Handziski wrote: > Hi all, > > our research group is involved in building a large sensor node testbed, and > we > need to control the power supply of a number of USB devices by turning on/off > the supply of the ports on the hub they are connected to. The hubs that we

[linux-usb-devel] Re: platform-device-driver-for-mq11xx-graphics-chip-x86-fix.patch added to -mm tree

2005-08-05 Thread Andrew Morton
Jamey Hicks <[EMAIL PROTECTED]> wrote: > > This patch was added because it does not build with gcc 2.95.2 on x86. 2.95.3 or .4, actually. > We should update the driver to build with gcc 2.95.2 and then we can > remove this patch. yup, thanks. I'll drop these patches from -mm for now as ther

[linux-usb-devel] Re: platform-device-driver-for-mq11xx-graphics-chip-x86-fix.patch added to -mm tree

2005-08-05 Thread Jamey Hicks
Andrew Zabolotny wrote: On Fri, 05 Aug 2005 02:27:47 -0700 [EMAIL PROTECTED] wrote: Kconfig~platform-device-driver-for-mq11xx-graphics-chip-x86-fix 2005-08-05 02:26:33.0 -0700 +++ devel-akpm/drivers/platform/ Kconfig 2005-08-05 02:26:41.0 -0700 @@ -6,6 +6,7 @@ menu "Platform

[linux-usb-devel] Re: [linux-usb-devel] usb-gadget-driver-for-mq11xx-graphics-chip.patch added to -mm tree

2005-08-05 Thread Andrew Zabolotny
On Fri, 05 Aug 2005 06:34:53 -0700 [EMAIL PROTECTED] wrote: > > +static void *mq_alloc_buffer (struct usb_ep *_ep, unsigned bytes, > > +dma_addr_t *dma, int gfp_flags) > > +{ > > + return kmalloc (bytes, gfp_flags); > > +} > > + > > +static void mq_free_buffer (struct

[linux-usb-devel] Re: usb-gadget-driver-for-mq11xx-graphics-chip.patch added to -mm tree

2005-08-05 Thread Andrew Zabolotny
On Fri, 5 Aug 2005 18:02:36 +0400 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > + ep->regs [0] = MQ_UDC_CLEAR_FIFO; > > + ep->regs [0] = 0; > ^^^ > > + if (ep->num == 0) { > > + ep->regs [2] = MQ_UDC_CLEAR_FIFO; > > + ep->regs [2] = 0; >

[linux-usb-devel] Re: platform-device-driver-for-mq11xx-graphics-chip-x86-fix.patch added to -mm tree

2005-08-05 Thread Andrew Zabolotny
On Fri, 05 Aug 2005 02:27:47 -0700 [EMAIL PROTECTED] wrote: > Kconfig~platform-device-driver-for-mq11xx-graphics-chip-x86-fix > 2005-08-05 02:26:33.0 -0700 +++ devel-akpm/drivers/platform/ > Kconfig > 2005-08-05 02:26:41.0 -0700 @@ -6,6 +6,7 @@ > menu "Platform devices" config PLAT

Re: [linux-usb-devel] Kernel Panic related to USB modems

2005-08-05 Thread Oliver Neukum
Am Freitag, 5. August 2005 14:42 schrieb [EMAIL PROTECTED]: > Pete Zaitcev wrote: > > On Fri, 05 Aug 2005 11:00:49 +0200, [EMAIL PROTECTED] wrote: > > > > > >>>Please file a bug with Red Hat. > > > > > >>May be I'm wrong, but I've opened a service request (600548) and I > >>expected to be part

[linux-usb-devel] Problems with individual port power control on a USB2.0 hub

2005-08-05 Thread Vlado Handziski
Hi all, our research group is involved in building a large sensor node testbed, and we need to control the power supply of a number of USB devices by turning on/off the supply of the ports on the hub they are connected to. The hubs that we are using are DUB-H4, a self-powered 4-port USB 2.0 hub

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-05 Thread Alan Stern
On Fri, 5 Aug 2005, Carles Pina i Estany wrote: > > This sort of thing was reported before, and a patch was posted (sorry I > > don't have a URL). It's caused by a device constantly disconnecting and > > reconnecting, monopolizing the khubd thread and preventing other processes > > (like lsusb

Re: [linux-usb-devel] Bug: Consequent insertion of USB devices

2005-08-05 Thread Alan Stern
On Fri, 5 Aug 2005, Ravindra Upadhyaya wrote: > Hi, > I am using Linux kernel with version 2.6.10 for Mips32 Architecture > on an Embedded device. The device has one USB host port. The Problem > faced by me is >After Operating system is Up, when I insert a USB hub to the host > port, the USB

[linux-usb-devel] Re: Callbacks not happening on BULK endpoint when reloading the usb-serial driver.

2005-08-05 Thread Alan Stern
On Fri, 5 Aug 2005 [EMAIL PROTECTED] wrote: > Hello , > I am developing a driver for a usb-serial adapter ( 1 port device with > BULK IN and BULK OUT endpoint). The development is on Redhat kernel > 2.6.9. > > I find that write call backs are not happening when I unload my driver > module and rel

[linux-usb-devel] Re: usb-gadget-driver-for-mq11xx-graphics-chip.patch added to -mm tree

2005-08-05 Thread Alexey Dobriyan
On Fri, Aug 05, 2005 at 12:18:49AM -0700, [EMAIL PROTECTED] wrote: > From: Jamey Hicks <[EMAIL PROTECTED]> > > This patch adds USB gadget support for the USB peripheral controller on the > MQ11xx graphics chip. > --- /dev/null > +++ devel-akpm/drivers/usb/gadget/mq11xx_udc.c > +static void mq_ep

Re: [linux-usb-devel] Kernel Panic related to USB modems

2005-08-05 Thread pagnin
Pete Zaitcev wrote: On Fri, 05 Aug 2005 11:00:49 +0200, [EMAIL PROTECTED] wrote: Please file a bug with Red Hat. May be I'm wrong, but I've opened a service request (600548) and I expected to be part of the internal "escalation" to open a bug. That's even better. It'll get to me when I

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-05 Thread Carles Pina i Estany
Hello! On Aug/04/2005, Alan Stern wrote: > On Fri, 5 Aug 2005, Carles Pina i Estany wrote: > > > In host computer, in /var/log/messages: > > ug 4 15:21:14 pinux kernel: usb 1-1: new full speed USB device using > > uhci_hcd and address 18 > > Aug 4 15:21:26 pinux kernel: usb 1-1: new full speed

Re: [linux-usb-devel] [PATCH] Switch isp116x-hcd over to root hub interrupt

2005-08-05 Thread Olav Kongas
On Thu, 4 Aug 2005, Alan Stern wrote: > On Thu, 4 Aug 2005, Olav Kongas wrote: > > > Greg, > > > > This patch changes the isp116x-hcd to use interrupt instead > > of root hub polling. > > > > Please apply, if Alan won't complain. > > Olav > > There's one little problem with this snatch of c

Re: [linux-usb-devel] Kernel Panic related to USB modems

2005-08-05 Thread Pete Zaitcev
On Fri, 05 Aug 2005 11:00:49 +0200, [EMAIL PROTECTED] wrote: > > Please file a bug with Red Hat. > May be I'm wrong, but I've opened a service request (600548) and I > expected to be part of the internal "escalation" to open a bug. That's even better. It'll get to me when I get from vacation, t

Re: [linux-usb-devel] Kernel Panic related to USB modems

2005-08-05 Thread pagnin
Pete Zaitcev wrote: On Thu, 4 Aug 2005 10:26:15 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: On Thu, 4 Aug 2005, Oliver Neukum wrote: Is anyone at RedHat or elsewhere actively supporting the 2.4 UHCI drivers? Yes, I am. This is a part of RHEL 3 product, for about 3 more years or so

Re: [linux-usb-devel] Kernel Panic related to USB modems

2005-08-05 Thread pagnin
Pete Zaitcev wrote: On Mon, 01 Aug 2005 17:32:40 +0200, [EMAIL PROTECTED] wrote: After contacting Oliver neukum, actual mantainer of acm kernel module, I'm submitting to this list the call trace dump collected from my machines after configuring and using some USB modems. [...] Linux version

[linux-usb-devel] make-usb-handoff-the-default-usb-no-handoff-turns-it-off.patch added to -mm tree

2005-08-05 Thread akpm
The patch titled Make "usb-handoff" the default, "usb-no-handoff" turns it off has been added to the -mm tree. Its filename is make-usb-handoff-the-default-usb-no-handoff-turns-it-off.patch Patches currently in -mm which might be from [EMAIL PROTECTED] are hid-core-wireless-securit

[linux-usb-devel] Handling of ACM requests

2005-08-05 Thread tong changda
hello, I am using pxa271 on our customed board, and want to make usb device to work as ACM device. I use serial.c from 2.6.11.12 on linux-2.4.20 with a few modify to header file(no single modify to serial.c). My pxa27x_udc works with usb-storage, rndis, cdc. but when I insmod g_serial.o

[linux-usb-devel] Re: tungsten t5 doesn't sync anymore with kernel 2.6.12

2005-08-05 Thread Eric FAURE
Andrew Morton a écrit : Eric FAURE <[EMAIL PROTECTED]> wrote: Andrew Morton wrote: Eric FAURE <[EMAIL PROTECTED]> wrote: hi, First, I tried to googled but I didn't find any answer! CPU : athlon64 3500+ MB : k8t800pro (uhci and ehci) FC 3 since I have installed kernel 2.6.12, my tungs

[linux-usb-devel] usb-gadget-driver-for-mq11xx-graphics-chip.patch added to -mm tree

2005-08-05 Thread akpm
The patch titled usb gadget driver for MQ11xx graphics chip has been added to the -mm tree. Its filename is usb-gadget-driver-for-mq11xx-graphics-chip.patch Patches currently in -mm which might be from [EMAIL PROTECTED] are platform-device-driver-for-mq11xx-graphics-chip.patch fram