Re: [linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread David Brownell
On Friday 17 June 2005 9:01 pm, Greg KH wrote: > On Fri, Jun 17, 2005 at 11:28:55PM -0400, Alan Stern wrote: > > Is there any possibility of getting a single all-encompassing > > gregkh-all-2.6.12-... patch? > > I'll have to tweak my scripts again (it's the "make_patchsets" script in > my kernel.

[linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread Greg KH
On Fri, Jun 17, 2005 at 11:28:55PM -0400, Alan Stern wrote: > On Fri, 17 Jun 2005, Greg KH wrote: > > > > I made this against 2.6.12-rc6 plus gregkh-04-usb-2.6.12-rc6-git4. The > > > attribute parameter isn't in the include/linux/device.h prototype and it > > > causes an oops (plus memory corru

[linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread Alan Stern
On Fri, 17 Jun 2005, Greg KH wrote: > > I made this against 2.6.12-rc6 plus gregkh-04-usb-2.6.12-rc6-git4. The > > attribute parameter isn't in the include/linux/device.h prototype and it > > causes an oops (plus memory corruption) every time the modalias attribute > > file is accessed. > > Y

[linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread Greg KH
On Fri, Jun 17, 2005 at 06:17:32PM -0400, Alan Stern wrote: > On Fri, 17 Jun 2005, Greg KH wrote: > > > > --- a/drivers/usb/core/sysfs.cMon Jun 13 15:00:06 2005 > > > +++ b/drivers/usb/core/sysfs.cThu Jun 16 23:38:29 2005 > > > @@ -286,7 +286,7 @@ > > > } > > > static DEVICE_ATTR(interfa

Re: [linux-usb-devel] Data Traveller CODA/ADFS

2005-06-17 Thread randy_dunlap
On Fri, 17 Jun 2005 12:23:14 -0500 Gustavo Guillermo Pérez wrote: | Just by curiuos what it means [CODA/ADFS] It appears when I plug the drive Could you post the message log so that we can see the message(s)? What kernel version? (always...) One guess (and only a guess): CODA and ADFS are typ

Re: [linux-usb-devel] ohci problem: finish_unlinks() doesn't

2005-06-17 Thread David Brownell
On Friday 17 June 2005 5:12 pm, Matthias Urlichs wrote: > Hi, > > > > The question in this case would seem to be why the donelist processing > > > wasn't catching the TD at the list head. You might add a debug check > > > calling ohci_dump_td() on the TD triggering that skip_ed branch; or > > > m

Re: [linux-usb-devel] ohci problem: finish_unlinks() doesn't

2005-06-17 Thread Matthias Urlichs
Hi, > > The question in this case would seem to be why the donelist processing > > wasn't catching the TD at the list head. You might add a debug check > > calling ohci_dump_td() on the TD triggering that skip_ed branch; or > > maybe even ohci_dump_ed(verbose) to see the whole queue there. If >

[linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread Alan Stern
On Fri, 17 Jun 2005, Greg KH wrote: > > --- a/drivers/usb/core/sysfs.c Mon Jun 13 15:00:06 2005 > > +++ b/drivers/usb/core/sysfs.c Thu Jun 16 23:38:29 2005 > > @@ -286,7 +286,7 @@ > > } > > static DEVICE_ATTR(interface, S_IRUGO, show_interface_string, NULL); > > > > -static ssize_t s

[linux-usb-devel] Re: [PATCH as530] Fix prototype error in modalias attribute routine

2005-06-17 Thread Greg KH
On Thu, Jun 16, 2005 at 11:50:53PM -0400, Alan Stern wrote: > Greg: > > This fixes an obvious error (it even generates a compiler diagnostic!) in > the new modalias attribute routine. If the new routine has made it > into 2.6.12 then this patch had better go with it. No, that's not in 2.6.12.

[linux-usb-devel] Re: usbnet ethernet duplex issue?

2005-06-17 Thread David Brownell
On Friday 17 June 2005 12:27 pm, Matt Mackall wrote: > > So the question is, what's up with duplex? Everything I can find about > the hardware (including the ASIX datasheet) claims it's full-duplex > capable but aside from the error counters, it's really behaving like a > half-duplex device. Well

[linux-usb-devel] usbnet ethernet duplex issue?

2005-06-17 Thread Matt Mackall
I'm experimenting with a Netgear FA-120 USB 2.0 to Ethernet device and seeing some strange behavior. If I run a 100MB transfer (TCP, via nc and dd) over out LAN, with the Netgear on the sending end, I get about 10MB/s, as expected. Receiving, I get ~5MB/s. If I do simultaneous send and receive, th

[linux-usb-devel] Data Traveller CODA/ADFS

2005-06-17 Thread Gustavo Guillermo Pérez
Just by curiuos what it means [CODA/ADFS] It appears when I plug the drive If helps someone else: I need to reformat the USB-STICKS Data Traveller doing this: dd if=/dev/zero of=/tmp/stick bs=1M count=250 mkdosfs -F 32 -n cosas_raras /tmp/stick dd if=/tmp/stick of=/dev/uba And voilá works too weird

[linux-usb-devel] Get the buzz on sex toys

2005-06-17 Thread how to please your sex partner
Get the buzz on sex toys http://www.diaochan.net/usa/cybersex.htm 4 fabulous way to please her http://www.diaochan.net/usa/pleaseher.htm Teacher's pet: get naughty! http://www.diaochan.net/usa/naughty.htm --- SF.Net email is sponsored by: D

[linux-usb-devel] USB Serial Issues ?

2005-06-17 Thread Maximus
Hi, I tried the following : Device : mknod /dev/ttygs0 c 127 0 mknod /dev/ttygserial c 127 0 Host Side: insmod usbserial =20 Already on Host Side: Devices are there /dev/ttyUSB0 , 1 ,2=20 I want to run minicom Parameters to minic

[linux-usb-devel] hid device driver operation

2005-06-17 Thread Robert Bliss
Hello: I am trying to get a hid measurement device to work on linux and have encountered some problems which are either bugs or features of hid that I need help in debugging. First of all I started with Fedora core 3 and Scott Hiles's plusb_xcvr.c driver which has hid code for writing and readi

[linux-usb-devel] Fw: [Bugme-new] [Bug 4747] New: Transfer to USB 2.0 Flash Disk extremely slow

2005-06-17 Thread Andrew Morton
Begin forwarded message: Date: Tue, 14 Jun 2005 08:01:39 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4747] New: Transfer to USB 2.0 Flash Disk extremely slow http://bugzilla.kernel.org/show_bug.cgi?id=4747 Summary: Transfer to USB 2.0 Flash Disk

[linux-usb-devel] Fw: [Bugme-new] [Bug 4717] New: Large USB Storage transactions hang kernel.

2005-06-17 Thread Andrew Morton
Begin forwarded message: Date: Mon, 6 Jun 2005 06:14:11 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4717] New: Large USB Storage transactions hang kernel. http://bugzilla.kernel.org/show_bug.cgi?id=4717 Summary: Large USB Storage transactions hang