Re: [linux-usb-devel] [Linux-fbdev-devel] [PATCH 2.6.18-rc4] sisusbvga: fix sisusb.c

2006-08-23 Thread Mitsuhiro KOGA
I'm sorry. Because the mistake and lack were found in the explanation, a postscript is added to it. 2006/8/17, Mitsuhiro KOGA <[EMAIL PROTECTED]>: > 2006/8/16, Antonino A. Daplas <[EMAIL PROTECTED]>: > > On Wed, 2006-08-16 at 20:31 +0900, Mitsuhiro KOGA wrote: > > > Hi, > > > > > > > > static voi

Re: [linux-usb-devel] Using Linux Gadget FS

2006-08-23 Thread David Brownell
On Wednesday 23 August 2006 11:19 am, Randy Pan wrote: > Hi there, > > I am trying to implement a MTP/PTP class driver in user space based on > Gadget fs. The kernel version is 2.6.14.2. I have my own UDC driver > which has already been tested by hooking up with gadget file storage > class driv

[linux-usb-devel] [PATCH pd45] Remove the finecam3 unusual_devs entry

2006-08-23 Thread Phil Dibowitz
At long last, I was able to get someone to test this patch. I've long since suspected this entry wasn't needed anymore now I have proof! Greg, please apply. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http:

Re: [linux-usb-devel] This device (0e21, 0520, 0100 S 06 P 50) has an unneeded Protocol entry in unusual_devs.h

2006-08-23 Thread Phil Dibowitz
Michael Gohdes wrote: > usb-storage: This device (0e21,0520,0100 S 06 P 50) has an unneeded > Protocol entry in unusual_devs.h >Please send a copy of this message to > > scsi3 : SCSI emulation for USB Mass Storage devices > usb-storage: device found at 2 > usb-storage: waiting for device to se

[linux-usb-devel] AD:环球客户资源网/www.51customers.com

2006-08-23 Thread jack
一个不错的网站。您可以更快,更准的选择您的目标客户,可以享用到更多,更广,更详的客户信息资料. 而且是免费的! www.51customers.com 环球客户资源网 (+86 0755)-83765207,83764736,83764748 传真:+86-0755-83764835 MSN : [EMAIL PROTECTED] QQ: 541168979 (许小姐) Email: [EMAIL PROTECTED] --

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Iñaky Pérez-González
On Wednesday 23 August 2006 19:23, Alan Stern wrote: > On Wed, 23 Aug 2006, Iñaky Pérez-González wrote: > > Ok, I am officially dumb: hdev_to_hub(). Dah! > > > > I'll change the code tomorrow to set a flag variable in struct usb_hub > > and leave port-status unmodified. > > > > Thanks for the nudge

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Alan Stern
On Wed, 23 Aug 2006, Iñaky Pérez-González wrote: > Ok, I am officially dumb: hdev_to_hub(). Dah! > > I'll change the code tomorrow to set a flag variable in struct usb_hub > and leave port-status unmodified. > > Thanks for the nudge, Alan Just remember my warning. You'll get an oops if you try

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread David Brownell
On Wednesday 23 August 2006 2:27 pm, Greg KH wrote: > What happens in 4 years when they come out with a use for that bit? Unlikely, but that's the reason to avoid using bits at the low end; they seem to count up not down. - Dave pgppSAnqTO2zJ.pgp Description: PGP signature ---

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Iñaky Pérez-González
On Wednesday 23 August 2006 15:10, Alan Stern wrote: > > It isn't trivial, but it's also not impossible. There are a couple of > places where the kernel does it. For example, look at > usb_hcd_resume_root_hub() in hcd.c, which calls usb_resume_root_hub() in > hub.c. Or look at usb_hc_died() in h

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Alan Stern
On Wed, 23 Aug 2006, Iñaky Pérez-González wrote: > I am not happy at all with that approach, I know it could be a future > maintenance mess. And I would have much more preferred to set a bit in > struct usb_hub. > > But as I said above, going from struct usb_hcd to it's root hub > 'struct usb_

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Iñaky Pérez-González
On Wednesday 23 August 2006 14:27, Greg KH wrote: > On Wed, Aug 23, 2006 at 12:57:48PM -0700, I?aky P?rez-Gonz?lez wrote: > > 2. Introduce USB_PORT_STAT_WIRELESS; we take one of the reserved bits > >in the USB port status (bit 15) to report that we are a wireless > >(fake port). > > > >

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Greg KH
On Wed, Aug 23, 2006 at 12:57:48PM -0700, I?aky P?rez-Gonz?lez wrote: > > 2. Introduce USB_PORT_STAT_WIRELESS; we take one of the reserved bits >in the USB port status (bit 15) to report that we are a wireless >(fake port). > >Yes, bad bad, it is taken by the spec. The rationale for d

Re: [linux-usb-devel] PATCH: WUSB basic device infrastructure modifications

2006-08-23 Thread Iñaky Pérez-González
Ok, repost changing the reserved bit to 15 from 5 and after trying to use a 'struct hub'->wireless bit (rationale below). This is against's gregkh's quilt tree. WUSB: basic device infrastructure modifications This patch does a bunch of small modifications to the USB core so that WUSB devices are

[linux-usb-devel] Majordomo results: Word file

2006-08-23 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_1.23559236526489E-02 Command '--=_nextpart_1.23559236526489e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

[linux-usb-devel] Using Linux Gadget FS

2006-08-23 Thread Randy Pan
Hi there, I am trying to implement a MTP/PTP class driver in user space based on Gadget fs. The kernel version is 2.6.14.2. I have my own UDC driver which has already been tested by hooking up with gadget file storage class driver. Both the UDC driver and gadgetfs are built as loadable modules

[linux-usb-devel] Majordomo results: Re:

2006-08-23 Thread Majordomo
-- This is a multi-part message in MIME format. Command 'this' not recognized. --=_NextPart_5.60573756694794E-02 Command '--=_nextpart_5.60573756694794e-02' not recognized. Content-Type: text/plain; format=flowed Command 'content-type:' not recognized. >

[linux-usb-devel] Regarding USB Keyboard Issue

2006-08-23 Thread Arun Kumar R
Hi, We"re trying to get a USB keyboard working under X in our embedded system. We are using a custom graphics chip, that provides support for a linux framebuffer device. On top of this we are then running X, Xfree86 driver. We have plugged in a USB keyboard and mouse, and both are reco

Re: [linux-usb-devel] RNDIS

2006-08-23 Thread Grahame Jordan
Hi David, >Which versions of Windows and Linux? > > > > > I am using a gumstix kernel PXA255 2.6.17gum and it also happens on 2.6.11gum Windows - WinXP SP2, WinXP SP1, Win2000 SP4 WinXP SP2 works the better kinda >But agreed ... I keep meaning to point this out to the EU as a >clear example