Re: [linux-usb-devel] Re: linux-usb-devel digest, Vol 1 #5217 - 4 msgs

2005-12-10 Thread Alan Stern
On Sat, 10 Dec 2005, gary clark wrote: > Hi Alan, > > Thanks for questions and quick reponse and > I will attempt to be more clearer. This problem caused > me alot of confusion. Using the device specified in > the USB file system I attempted to perform the > following: > > code=USBDEVFS_CONNECT

[linux-usb-devel] [PATCH] Driver for ATI/Philips USB RF remotes

2005-12-10 Thread Ville Syrjälä
No further issues were pointed out with this driver so I'd like to get it included in the kernel. Summary: Driver for ATI/Philips USB RF remotes This is a new input driver for ATI/Philips USB RF remotes (eg. ATI Remote Wonder II). Signed-off-by: Ville Syrjälä <[EMAIL PROTECTED]> --- Kconfig

[linux-usb-devel] usb_generic_driver as a real driver

2005-12-10 Thread Alan Stern
[Removed the Xen people from the CC: list, since this probably won't interest them.] On Fri, 9 Dec 2005, Greg KH wrote: > > There are two difficult aspects. Since usb_generic_driver gets registered > > first, it will always be probed first and so no other driver will have a > > chance. Is ther

Re: [linux-usb-devel] Re: linux-usb-devel digest, Vol 1 #5217 - 4 msgs

2005-12-10 Thread Alan Stern
Just out of curiosity, why did you include the entire contents of the digest message in your post? It has nothing to do with what you wrote. On Sat, 10 Dec 2005, gary clark wrote: > Hi, > > I managed to get a system built connecting and > disconnecting selected USB storage devices in user > sp

[linux-usb-devel] Re: [PATCH] usblp: add suspend/resume support

2005-12-10 Thread Alan Stern
On Fri, 9 Dec 2005, Greg KH wrote: > On Fri, Dec 09, 2005 at 09:40:50PM -0500, Alan Stern wrote: > > - if (usb_submit_urb(usblp->readurb, GFP_KERNEL) < 0) > > + if (usblp->suspended || usb_submit_urb(usblp->readurb, > > + GFP_KERNEL) < 0) > >

[linux-usb-devel] Re: linux-usb-devel digest, Vol 1 #5217 - 4 msgs

2005-12-10 Thread gary clark
Hi, I managed to get a system built connecting and disconnecting selected USB storage devices in user space. However one of the issues I did find was that when RECONNECTING an endpoint it was also connecting also other devices which I disconnected? The way around this was to first cycle through t

Re: [linux-usb-devel] Linux USB Mass Storage Devcie...

2005-12-10 Thread Oliver Neukum
Am Samstag, 10. Dezember 2005 13:25 schrieb Kiran Jammula: > Hi, > > I am working on Hynix ARM based SOC with USB type B. We are using Linux as > OS for the same. > I need to Implement Mass storage device protocole for our system. currently An implementation can be found in drivers/usb/gadget/

[linux-usb-devel] 请确认您的邮箱,完成注册

2005-12-10 Thread
亲爱的用户,您好! 感谢您到Mofile[中国活动通信]上填写并提交注册信息。 给您发送这封邮件,是为了确认您的邮箱信息正确有效。 请点击此链接以完成您的注册确认: http://passport.mofile.com/cn/register/step1.do?referuser=fangrui2 (如果您无法点击,请将上述链接复制到浏览器地址栏中查看即可。) 推荐:网络硬盘+网络U盘 可存储 共享 沟通 免费拥有。 http://passport.mofile.com/cn/register/step1.do?referuser=fangrui2 点击注册。 然后即可按照系统

[linux-usb-devel] Linux USB Mass Storage Devcie...

2005-12-10 Thread Kiran Jammula
Hi, I am working on Hynix ARM based SOC with USB type B. We are using Linux as OS for the same. I need to Implement Mass storage device protocole for our system. currently I am able to send data and recevice data from PC using USB. Please let me know the procedure for Mass strorage class devi