[linux-usb-devel] suspend/resume problem on OLPC with Marvell 8388 wireless USB

2007-08-07 Thread Marcelo Tosatti
Hi, We're seeing a problem upon resume on OLPC and some help would be appreciated. When the OLPC suspends, it tells the wireless interface to enter a mode where it knows the CPU is asleep, so in case of communication directed to

[linux-usb-devel] [PATCH] switch ehci-hcd to new polling scheme

2007-01-21 Thread Marcelo Tosatti
On Wed, Jan 03, 2007 at 09:34:57PM -0800, David Brownell wrote: > On Friday 29 December 2006 11:26 am, Marcelo Tosatti wrote: > Move that earlier ... into the existing block of code for STS_PCD. As Alan mentioned that can't be done since we hold ehci->lock at t

Re: [linux-usb-devel] [PATCH][RFC] switch ehci-hcd to new polling scheme

2006-12-29 Thread Marcelo Tosatti
> > Due to that, I've moved the call to a workqueue instance. > > You can avoid using a workqueue by calling usb_hcd_poll_rh_status() at the > end of ehci_irq(), after the spinlock has been released. Doing an extra > test of the STS_PCD bit is a lot less overhead than starting up a > workqueu

[linux-usb-devel] [PATCH][RFC] switch ehci-hcd to new polling scheme

2006-12-28 Thread Marcelo Tosatti
Hi, The root hub status timer is problematic for tickless systems. -bash-3.1# echo 1 > timer_stats ; sleep 5s ; cat timer_stats Timer Stats Version: v0.1 Sample period: 5.014 s 2, 0 swapper hrtimer_restart_sched_tick (hrtimer_sched_tick) 25, 1 swapper fbcon_add_curs

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-08-11 Thread Marcelo Tosatti
On Wed, Aug 09, 2006 at 07:02:01PM +0200, Willy Tarreau wrote: > Hi Benjamin, > > On Wed, Aug 09, 2006 at 10:01:41AM -0700, Benjamin Cherian wrote: > > Willy, > > Sorry I didn't notice your email till now. > > no problem. > > > On Friday 04 August 2006 09:55, Willy Tarreau wrote: > > > The probl

[linux-usb-devel] Re: Little rework of usbserial in 2.4\

2004-12-22 Thread Marcelo Tosatti
On Wed, Dec 22, 2004 at 11:07:08AM -0500, Nish Aravamudan wrote: > On Tue, 21 Dec 2004 12:52:22 -0800, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > On Sun, 12 Dec 2004 15:47:44 -0800, Nish Aravamudan <[EMAIL PROTECTED]> > > wrote: > > > > > > diff -urpN -X dontdiff linux-2.4.28-bk3/drivers/usb/ser

[linux-usb-devel] Re: [2.4 patch] USB_ETH{,_RNDIS} EXPERIMENTAL dependencies

2004-12-09 Thread Marcelo Tosatti
Applied, thanks Adrian. On Wed, Dec 08, 2004 at 04:02:38AM +0100, Adrian Bunk wrote: > Mike Castle <[EMAIL PROTECTED]> noted that USB_ETH and USB_ETH_RNDIS > in 2.4 are marked as "(EXPERIMENTAL)", but don't depend on EXPERIMENTAL. > > > The patch below removes the "(EXPERIMENTAL)" string from

[linux-usb-devel] Re: [HID] Fix hiddev devfs oops

2004-10-14 Thread Marcelo Tosatti
On Wed, Oct 13, 2004 at 07:21:54AM +1000, Herbert Xu wrote: > On Mon, Oct 11, 2004 at 02:21:47PM -0300, Marcelo Tosatti wrote: > > On Tue, Oct 05, 2004 at 10:49:14PM +1000, Herbert Xu wrote: > > > > > > There is a long-standing devfs_unregister oops in hid/hiddev

[linux-usb-devel] Re: [HID] Fix hiddev devfs oops

2004-10-12 Thread Marcelo Tosatti
On Tue, Oct 05, 2004 at 10:49:14PM +1000, Herbert Xu wrote: > Hi: > > There is a long-standing devfs_unregister oops in hid/hiddev. It's > caused by hid calling hiddev_exit before unregistering itself which > in turn calls hiddev_disconnect. > > hiddev_exit removes the directory which contains t

Re: [linux-usb-devel] [PATCH] Usb gadget drivers 2.4 kernel

2004-06-16 Thread Marcelo Tosatti
On Tue, Jun 15, 2004 at 05:13:57PM -0700, David Brownell wrote: > John Carlson wrote: > >While developing a gadget driver for the 2.4 kernel, I > >discovered this error in the gadget driver. This bug > >has been present since the gadget driver was back > >ported from the 2.6 kernel. > > Actually,

[linux-usb-devel] Re: [patch] datafab fix and unusual devices

2004-04-27 Thread Marcelo Tosatti
On Mon, Apr 26, 2004 at 11:41:59AM +0200, [EMAIL PROTECTED] wrote: > From [EMAIL PROTECTED] Mon Apr 5 14:38:27 2004 > On Mon, Apr 05, 2004 at 08:39:56AM -0300, Marcelo Tosatti wrote: > > On Tue, Mar 30, 2004 at 01:56:14PM -0800, Greg KH wrote: > > > On Tue,

[linux-usb-devel] Re: [patch] datafab fix and unusual devices

2004-04-05 Thread Marcelo Tosatti
On Tue, Mar 30, 2004 at 01:56:14PM -0800, Greg KH wrote: > On Tue, Mar 30, 2004 at 12:44:09AM +0200, [EMAIL PROTECTED] wrote: > > datafab.c has an often-seen bug: the SCSI READ_CAPACITY command > > does not need the number of sectors but the last sector. > > Applied, thanks. Hi guys, We also pr

[linux-usb-devel] USB update

2003-08-30 Thread Marcelo Tosatti
[PATCH] USB: backport usbfs 'disconnect' here is a backport of the usbfs 'disconnect' functionality. The only difference I know of from the 2.5 code is this doesn't use the kernel lock. I'm not sure if that is really needed? Anyway it would be great to finally get this into 2.4... --- I'll a

[linux-usb-devel] Re: [PATCH 6 of 6] USB stv680 bugfix

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 that fixes the following bugs in the > USB stv680 driver: > - fixed the problem with webcam crashing after two pictures > - changed way pic is halved to improve quality > - got rid of

[linux-usb-devel] Re: [PATCH 5 of 6] USB storage driver update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 for the USB storage driver. It > contains the following changes: > - fixes a bit-manipulation bug in the INQUIRY fixup. > - addes an unusual device entry > - fixes the "hang on shutd

[linux-usb-devel] Re: [PATCH 4 of 6] USB serial driver not attached bug fix

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > > Hi, > > Here's a patch against 2.4.18-pre4 that fixes a problem with usb-serial > drivers that download firmware to their devices, disconnect, and then > reenumerate themselves. After they download firmware, the usb serial > core would return

[linux-usb-devel] Re: [PATCH 3 of 6] USB ir-usb driver update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 for the USB ir-usb driver that fixes a > number of problems in the existing driver: > - added a module paramater to force specific number of XBOFs > - added ir_xbof_change() > - fixed re

[linux-usb-devel] Re: [PATCH 2 of 6] USB credits update

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 that updates the email information > for Marc McClelland in the CREDITS and MAINTAINERS files. > > thanks, ___ [EMAIL PROTECTED] To unsubscribe, use the last

[linux-usb-devel] Re: [PATCH 1 of 6] USB module ownership change

2002-01-16 Thread Marcelo Tosatti
Applied. On Wed, 16 Jan 2002, Greg KH wrote: > Hi, > > Here's a patch against 2.4.18-pre4 for the USB core that fixes > usb_set_interface() from doing anything when a device only has one > interface. This follows the USB spec. The patch was written by Sancho > Dauskardt. > > thanks, > > gr

[linux-usb-devel] Re: [PATCH 3 of 12] USB ipaq driver added

2001-12-26 Thread Marcelo Tosatti
Greg, Where is the Makefile patch ? On Fri, 21 Dec 2001, Greg KH wrote: > Hi, > > Here's a patch against 2.4.17 that adds the usb-serial ipaq driver. The > patch is by Ganesh Varadarajan. > > thanks, > > greg k-h > > > > diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.

[linux-usb-devel] Re: [PATCH 3 of 12] USB ipaq driver added

2001-12-26 Thread Marcelo Tosatti
Ah, forget about this message: I just found the Makefile/Configure.help update on another patch. On Wed, 26 Dec 2001, Marcelo Tosatti wrote: > > Greg, > > Where is the Makefile patch ? > > On Fri, 21 Dec 2001, Greg K

[linux-usb-devel] Re: [PATCH] USB Maintainer change

2001-11-26 Thread Marcelo Tosatti
Applied on my tree. On Sat, 24 Nov 2001, Greg KH wrote: > Hi, > > Here's a patch against 2.4.16-pre1 that changes the USB maintainer > contact information. > > thanks, > > greg k-h > > > diff --minimal -Nru a/MAINTAINERS b/MAINTAINERS > --- a/MAINTAINERS Sat Nov 24 20:57:56 2001 > +++