[linux-usb-devel] [patch 1/1] dma-mask : drivers/usb/host/ehci-hcd.c

2005-04-08 Thread domen
I know the range of code where this patch is applied is #if 0'd, but to do all the job about DMA_MASK... I have send it. Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r

[linux-usb-devel] [patch 1/1] usb/digi_acceleport: correct wait-queue state

2005-04-08 Thread domen
On Mon, Apr 04, 2005 at 11:10:53AM -0700, Nishanth Aravamudan wrote: > On Wed, Feb 02, 2005 at 11:03:09AM -0800, Nishanth Aravamudan wrote: > > Hello, > > > > Description: Replace deprecated interruptible_sleep_on_timeout() with direct > > wait-queue usage. Also replace some rather odd wait-queu

[linux-usb-devel] usb-storage system hang when copy files in 2.4-20

2005-04-08 Thread sunnyfaye
I use linux and the kernel vision is 2.4-20,cpu is powerpc405. when i use the usb driver which is inclued in the kernel, it can find the usb contrallor(VT6212) and the contrallor works. But its performance is not stabile, I copy large file(several hundreds of Mbytes or more ),the embeded linux sys

Re: [linux-usb-devel] isp1362 with dma & otg client/host support for 2.6 kernel

2005-04-08 Thread Wojciech Kromer
Can I gripe a little bit? OK. You are right. 1. Please search the mailing list archives... there you'll find out that there are some drivers for the ISP1362 (so-called 'ohci-isp1362'), and a new one that's coming out soon. Of course i've started my work with isp3163 searching this list, but

[linux-usb-devel] [PATCH] pm_message_t corrections still missing from 2.6.12-rc2

2005-04-08 Thread Nigel Cunningham
Hi. Here, for your consideration, are fixups I still have in my tree after updating to rc2. (USB & Framebuffer lists copied because a reasonable number apply there). Regards, Nigel diff -ruNp 840-combined-pm_message_t-patch.patch-old/drivers/base/power/resume.c 840-combined-pm_message_t-patc

Re: [linux-usb-devel] Oops from g_file_storage

2005-04-08 Thread Thomas Brinker
Am Donnerstag, 7. April 2005 21:48 schrieb Alan Stern: > On Thu, 7 Apr 2005, Thomas Brinker wrote: > > static int __init fhg_usb32_udc_probe(struct device *_dev) > > { > > struct fhg_usb32_udc *dev = &memory; > > int retval; > > > > init_static(); > > > > printk("probing\n"); > > > > dev-

[linux-usb-devel] Re: [PATCH] pm_message_t corrections still missing from 2.6.12-rc2

2005-04-08 Thread Pavel Machek
Hi! > Here, for your consideration, are fixups I still have in my tree after > updating to rc2. > > (USB & Framebuffer lists copied because a reasonable number apply > there). > > Regards, > > Nigel > > diff -ruNp > 840-combined-pm_message_t-patch.patch-old/drivers/base/power/resume.c > 840-

[linux-usb-devel] [PATCH] all iPod models in unusual_devs.h

2005-04-08 Thread Sven Anderson
Hi USB-developers, I recognized that in unusual_devs.h of kernel 2.6.11.7 a lot of ProductIDs for different iPod models (mini & photo) are missing, which all need the US_FL_FIX_CAPACITY flag. Furthermore I noticed, that with the last firmware update of the iPod Photo (1.1) the bcdDevice changed,

[linux-usb-devel] Re: [UPDATE PATCH] usb/digi_acceleport: correct wait-queue state

2005-04-08 Thread Greg KH
On Mon, Apr 04, 2005 at 02:23:28PM -0700, Nishanth Aravamudan wrote: > On Mon, Apr 04, 2005 at 11:10:53AM -0700, Nishanth Aravamudan wrote: > > On Wed, Feb 02, 2005 at 11:03:09AM -0800, Nishanth Aravamudan wrote: > > > Hello, > > > > > > Description: Replace deprecated interruptible_sleep_on_timeo

Re: [linux-usb-devel] [PATCH as465] Clear endpoint toggles in usb_set_interface

2005-04-08 Thread Greg KH
On Wed, Mar 30, 2005 at 02:01:32PM -0800, David Brownell wrote: > On Wednesday 30 March 2005 11:22 am, Greg KH wrote: > > > > > Ok, someone care to send me a patch that reverts this with a good > > description why? > > How's this? > This reverts a recent change to usb_set_interface(). The chan

Re: [linux-usb-devel] Re: [PATCH] unusual_dev.h 07c4:a10b Datafab Systems, Inc.

2005-04-08 Thread Greg KH
On Sat, Apr 02, 2005 at 11:50:30PM -0800, Phil Dibowitz wrote: > Felix M?ller wrote: > > Hi, > > > > Phil Dibowitz wrote: > > > >> Thanks for the patch. A few things: The MODE_XLATE flag doesnt' do > >> anything > >> in the 2.6 series kernel, so yo can chuck that (replace it with a "0" > >> - see

[linux-usb-devel] Re: [PATCH pd26] Fix GO_SLOW delay

2005-04-08 Thread Greg KH
On Sat, Apr 02, 2005 at 11:33:15PM -0800, Phil Dibowitz wrote: > Greg, > > This up's the delay for the US_FL_GO_SLOW flag from 110 to 125. In > addition to making Jan's device work fully, it's also a microframe, thus > seemingly a more sensible number rather than a random delay. > > Please apply.

[linux-usb-devel] Re: [patch] bug fix in usbdevfs

2005-04-08 Thread Greg KH
On Wed, Mar 30, 2005 at 07:51:23PM -0500, Christopher Li wrote: > Hi, > > I am sorry that the last patch about 32 bit compat ioctl on > 64 bit kernel actually breaks the usbdevfs. That is on the current > BK tree. I am retarded. > > Here is the patch to fix it. Tested with USB hard disk and webc

[linux-usb-devel] Re: [patch 2.6.12-rc2] usbnet and zaurus zl-5600

2005-04-08 Thread Greg KH
On Mon, Apr 04, 2005 at 12:31:24PM -0700, David Brownell wrote: > Patch from bender647 ... it's not clear right now which zaurii are > telling which lies. ROM 1.32 on the sl5600 needs this patch. > I expect a few other zaurii will need similar patches, but it's > hard to say. > > Please merge. A

[linux-usb-devel] Re: [patch 2.6.12-rc2] OHCI on Compaq Aramada 7400

2005-04-08 Thread Greg KH
On Mon, Apr 04, 2005 at 12:37:45PM -0700, David Brownell wrote: > This defines a new quirk; please merge. Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products fro

[linux-usb-devel] submitting usbhid quirks?

2005-04-08 Thread Johannes Berg
Hi, I've got the new PowerBook5,6 whose FN key is sending EV_ABS instead of EV_KEY events, so I added a quirk for it. (see http://johannes.sipsolutions.net/PowerBook/special_buttons) Where do I send the patch for inclusion? johannes signature.asc Description: This is a digitally signed message

Re: [linux-usb-devel] no more usb bk trees

2005-04-08 Thread Christopher Li
On Thu, Apr 07, 2005 at 07:40:57PM -0700, David Brownell wrote: > On Thursday 07 April 2005 12:35 pm, Christopher Li wrote: > > > Let me explain how I see quilt can fit in. We have base line: > > > > linux-2.6.11.tar.gz untar to linux/ > > > > series file: > > linux-2.6.12-rc2.patch # Linus's r

Re: [linux-usb-devel] no more usb bk trees

2005-04-08 Thread Christopher Li
On Thu, Apr 07, 2005 at 10:05:28PM -0400, Alan Stern wrote: > > > > Or, if Greg has incremental patch usb1-to-usb2.patch. > > You can "quilt pop" to reach "rc2-usb1", then "quilt fold < > > usb1-to-usb2.patch". > > So you have usb2 now. > > > > Do "quilt push" again to your continue "usb-hack"

[linux-usb-devel] Re: [PATCH as498] USB API modification

2005-04-08 Thread Greg KH
On Tue, Apr 05, 2005 at 11:55:01AM -0400, Alan Stern wrote: > Greg & David: > > In response to complaints about excessive latency in the uhci-hcd driver > I'm planning to convert it to a top-half/bottom-half design. It turns out > that to do this, the USB API has to be modified slightly since the

[linux-usb-devel] Re: [PATCH as499] g_file_storage: Consolidate min()s

2005-04-08 Thread Greg KH
On Tue, Apr 05, 2005 at 11:56:54AM -0400, Alan Stern wrote: > Greg: > > This patch simplifies the g_file_storage driver by consolidating a bunch > of min() calculations at a single spot. Applied, thanks. greg k-h --- SF email is sponsored by

[linux-usb-devel] Re: [patch 2.6.12-rc2] usb gadget: ethernet/rndis updates

2005-04-08 Thread Greg KH
On Thu, Apr 07, 2005 at 04:47:40PM -0700, David Brownell wrote: > This is mostly RNDIS updates, including one brown-paper-bag (whoops!) > that made Windows reject data packets it got. Please merge. Applied, thanks. greg k-h --- SF email is sp

Re: [linux-usb-devel] no more usb bk trees

2005-04-08 Thread Greg KH
On Thu, Apr 07, 2005 at 03:13:48PM -0400, Christopher Li wrote: > On Thu, Apr 07, 2005 at 01:58:29AM -0700, Greg KH wrote: > > On Wed, Apr 06, 2005 at 02:26:08PM -0700, Greg KH wrote: > > > - provide raw quilt directory of patches (like the directory > > > above has in it.) > > > - nightly

Re: [linux-usb-devel] no more usb bk trees

2005-04-08 Thread Greg KH
On Thu, Apr 07, 2005 at 10:59:37AM -0700, David Brownell wrote: > On Thursday 07 April 2005 1:58 am, Greg KH wrote: > > > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ > > > > Does this work out for everyone? I'll get Andrew to pull in the patches > > into the -mm trees, a

Re: [linux-usb-devel] [PATCH] drivers/usb/core/usb.c: add MODALIAS env var to hotplug

2005-04-08 Thread Greg KH
On Thu, Mar 31, 2005 at 07:40:46PM +0400, Roman Kagan wrote: > On Wed, Mar 30, 2005 at 01:47:55PM -0800, Greg KH wrote: > > ChangeSet 1.2181.4.57, 2005/03/24 14:34:40-08:00, [EMAIL PROTECTED] > > > > [PATCH] drivers/usb/core/usb.c: add MODALIAS env var to hotplug > > > > The patch below adds MODA

[linux-usb-devel] Fw: [Bugme-new] [Bug 4461] New: USB disk not recognised

2005-04-08 Thread Andrew Morton
(It worked in 2.4 kernels..) Begin forwarded message: Date: Fri, 8 Apr 2005 14:54:34 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 4461] New: USB disk not recognised http://bugme.osdl.org/show_bug.cgi?id=4461 Summary: USB disk not recognised Kern

[linux-usb-devel] Fw: [Bugme-new] [Bug 4461] New: USB disk not recognised

2005-04-08 Thread Pete Zaitcev
On Fri, 8 Apr 2005 15:06:23 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > (It worked in 2.4 kernels..) > Apr 8 22:08:19 opc kernel: hub 1-0:1.0: port 1 disabled by hub (EMI?), > re-enabling... > Apr 8 22:08:20 opc kernel: usb 1-1: reset full speed USB device using > uhci_hcd and address 2

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4461] New: USB disk not recognised

2005-04-08 Thread Wakko Warner
Pete Zaitcev wrote: > On Fri, 8 Apr 2005 15:06:23 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > > (It worked in 2.4 kernels..) > > > Apr 8 22:08:19 opc kernel: hub 1-0:1.0: port 1 disabled by hub (EMI?), > > re-enabling... > > Apr 8 22:08:20 opc kernel: usb 1-1: reset full speed USB device u

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4461] New: USB disk not recognised

2005-04-08 Thread Alan Stern
On Fri, 8 Apr 2005, Andrew Morton wrote: > I have a USB hard disk caddy which appears to be a hub in its own right. It > is > recognised as a ScanLogic USB hub, but the attached disk is never enumerated. That's wrong. The disk _is_ enumerated and it is recognized as a USB mass storage device

Re: [linux-usb-devel] [PATCH] drivers/usb/core/usb.c: add MODALIAS env var to hotplug

2005-04-08 Thread Roman Kagan
On Fri, Apr 08, 2005 at 02:49:13PM -0700, Greg KH wrote: > On Thu, Mar 31, 2005 at 07:40:46PM +0400, Roman Kagan wrote: > > On Wed, Mar 30, 2005 at 01:47:55PM -0800, Greg KH wrote: > > > ChangeSet 1.2181.4.57, 2005/03/24 14:34:40-08:00, [EMAIL PROTECTED] > > > > > > [PATCH] drivers/usb/core/usb.c: