[linux-usb-devel] Re: EHCI controller with a built in TT

2005-08-03 Thread Pete Zaitcev
On Tue, 2 Aug 2005 12:28:41 -0400 (EDT), [EMAIL PROTECTED] wrote: > If not, I would like to add this support to 2.4 You are a couple of years too late. I do not want to meddle with EHCI in 2.4 unless a number of users is affected. I exchanged a mail with David about this in May of 2004. Craig wa

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

2005-08-03 Thread Pete Zaitcev
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 2.4.21-32.0.1.E

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

2005-08-03 Thread monali.katkar
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 reload it afterwards , without disconnecting the usb-serial a

[linux-usb-devel] usbserial.c for 2.4.20-8smp

2005-08-03 Thread KokHow Teh
Hi; I am running RedHat 9.0 with kernel version 2.4.20-8smp. I am trying to figure out which patch I should get for my kernel version in order to apply the fixes for usbserial console to work on my Redhat box.Is there a release version of usbserial that is withing the range of my kernel vers

Re: [linux-usb-devel] proc_usb_info.txt: add blank lines

2005-08-03 Thread Dan Jacobson
Randy> Would you submit a patch, please? I did in http://bugs.debian.org/319979 Anyway, please just do perl -plwe 's/\s+$//;print "" if (/Here.s an example/../Selecting/)&&/^T:/' proc_usb_info.txt --- SF.Net email is Sponsored by the Better So

Re: [linux-usb-devel] Re: Fw: ati-remote strangeness from 2.6.12 onwards

2005-08-03 Thread Ryan Brown
> mdew wrote: > > mapped to "p". I found the TV Button, The DVD Button, the CH-/+ and > > the OK Button all non-working, every other button produced the "p". > > Could you please try 'showkey -s' from a console on all of those keys? Without my patch, nothing shows up when pressing OK, TV and DVD,

[linux-usb-devel] proc_usb_info.txt: add blank lines

2005-08-03 Thread Dan Jacobson
In proc_usb_info.txt blank lines should be added breaking up the big block starting at T: Bus=00 Lev=00, and thus reflecting the current output of $ cat /proc/bus/usb/devices. P.S. Emacs' show-trailing-whitespace shows some in this file. --- SF

[linux-usb-devel] Re: root hub status, new polling scheme

2005-08-03 Thread Alan Stern
On Wed, 3 Aug 2005, Olav Kongas wrote: > Hi Alan, > > I started to look at the new polling scheme for root hub > status implemented by you in usb core recently. > > As the isp116x supports status change interrupts in both > running and suspended states, I just had to set > hcd->uses_new_poll

[linux-usb-devel] root hub status, new polling scheme

2005-08-03 Thread Olav Kongas
Hi Alan, I started to look at the new polling scheme for root hub status implemented by you in usb core recently. As the isp116x supports status change interrupts in both running and suspended states, I just had to set hcd->uses_new_polling = 1 at probing and call usb_hcd_poll_rh_status(hcd

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

2005-08-03 Thread Carles Pina i Estany
Hi again :-) On Aug/03/2005, Torsten Koschorrek wrote: > >>>wasn't related to USB, and then I tried to load (Freescale told us 3 > >>>weeks ago, but I was on holidays...): > >>> > >>>usbdcore.o > >>>mx2_bi.o > >>> > >>>And no signal in lspci from Desktop. > >>> > >>>Then I was trying usbd_drv.o,

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: on the mx21. Can u give us some debug output, when your are loading the modules? You have to enable the usb device controller driver and a gadget driver (serial, ethernet, storage). Which modules do you have enabled in the config? Now I haven't access to MX21 (I

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

2005-08-03 Thread Carles Pina i Estany
Hello again, On Aug/03/2005, Torsten Koschorrek wrote: > >>Maybe there is an ethernet gadget driver on top of the usb device > >>controller driver. It would be good to know, which driver(s) are loaded > > > > > >I think that no... > > > > Oops, my fault. I thought of ethernet concerning the N

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: I need to use serial device, but i am not able to use it. And the worst What do you mean? Do you want to use the mx21 as an usb-to-serial adapter? No, i have some program in mx21 that should be listening in /dev/ttygserial and from Desktop computer I will "talk"

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

2005-08-03 Thread Carles Pina i Estany
Hi, On Aug/03/2005, Torsten Koschorrek wrote: > Carles Pina i Estany wrote: > > >uau, it seems that we are 3 persons working with i.MX (i am working > >using MX.21) > > > >I have a problem using it, that maybe somebody knows the solution. If it > >is off-topic on this list, reply me by private m

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: uau, it seems that we are 3 persons working with i.MX (i am working using MX.21) I have a problem using it, that maybe somebody knows the solution. If it is off-topic on this list, reply me by private mail with Cc: to other person... I am using Kernel 2.4.20 from fr

Re: [linux-usb-devel] Regardging USB Core Driver

2005-08-03 Thread Alan Stern
On Wed, 3 Aug 2005, Nitin Mahajan wrote: > Hello ! > > I want to use the Linux USB subsystem along with the > OHCI, HID, and Device class printer drivers, Storage > drivers for memory stick into my kernel. > > For this I wanted to test all these drivers which are > already available in the

Re: [linux-usb-devel] isp116x-hcd: removing HW reset() and clock()

2005-08-03 Thread Torsten Koschorrek
Hi, Olav Kongas wrote: Hi, I'm contemplating removing the option to provide clock() and reset() functions for isp116x-hcd in platform code. However, these functions may be necessary for power saving, which hasn't been a priority for me as none of my platforms is battery powered. We have

[linux-usb-devel] Re: [linux-pm] [patch 2.6.13-rc5] driver model wakeup support

2005-08-03 Thread Alan Stern
On Tue, 2 Aug 2005, David Brownell wrote: > Here's a refresh of my driver model wakeup patch. Two > changes from last time: > > - It sets up USB too, not just PCI. So keyboards and hubs, > plus a few network adapters, will have these attributes. > > - Only devices that are known to hav

Re: [linux-usb-devel] port powering modes - which to prefer?

2005-08-03 Thread Alan Stern
On Wed, 3 Aug 2005, Olav Kongas wrote: > Hi, > > Since publishing the isp116x-hcd, a number of people have > had trouble getting it working. Part of this trouble has > been unavoidable, because the isp116x chips are mostly used > in embedded settings, where platform details must be > explicit

Re: [linux-usb-devel] Re: Fw: ati-remote strangeness from 2.6.12 onwards

2005-08-03 Thread Frank Loeffler
Hi 'mdew' (you do have a name, do you?), mdew wrote: mapped to "p". I found the TV Button, The DVD Button, the CH-/+ and the OK Button all non-working, every other button produced the "p". Could you please try 'showkey -s' from a console on all of those keys? Pavel: I would think that 'more u

[linux-usb-devel] Re: Fw: ati-remote strangeness from 2.6.12 onwards

2005-08-03 Thread mdew
Hi Pavel, Further testing, I initated xmodmap -e "keycode $X = p" (where X was 10->255), so theoritcally, all the buttons on the ati-remote should be mapped to "p". I found the TV Button, The DVD Button, the CH-/+ and the OK Button all non-working, every other button produced the "p". xbindkeys -m

[linux-usb-devel] isp116x-hcd: removing HW reset() and clock()

2005-08-03 Thread Olav Kongas
Hi, I'm contemplating removing the option to provide clock() and reset() functions for isp116x-hcd in platform code. However, these functions may be necessary for power saving, which hasn't been a priority for me as none of my platforms is battery powered. clock() - if implemented by user, th