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
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
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
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
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
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-
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-
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,
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
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
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
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.
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
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
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
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
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
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"
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
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
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
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
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
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
(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
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
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
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
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:
29 matches
Mail list logo