[linux-usb-devel] should ohci usb controller access hcca contents directly using hardware?

2002-12-16 Thread senthil kumar
hi, can the ohci usb host controller (in mycase mq1132 on sa1110 ) write to the ohci->hcca->frame_no (host memory resident structure) without dma? is it possible? bcos pci_alloc_consistent for hcca space uses dma handle. is there any requirement for the ohci usb controller to be able to access

[linux-usb-devel] Re: Alcatel speedtouch USB driver and SMP.

2002-12-16 Thread Greg KH
On Mon, Dec 16, 2002 at 09:38:49AM +0100, Oliver Neukum wrote: > > You can import this changeset into BK by piping this whole message to: > '| bk receive [path to repository]' or apply the patch as usual. Applied, thanks. greg k-h --- This sf

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.17, 2002/12/16 11:55:30-08:00, [EMAIL PROTECTED] [PATCH] uhci corruption on usb_submit_urb when already -EINPROGRESS uhci corrupts a list, either uhci->urb_list or uhci->urb_remove_list, when usb_submit_urb is called against an urb already in flight (urb->status == -EINPRO

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.18, 2002/12/16 12:00:21-08:00, [EMAIL PROTECTED] [PATCH] USB: uhci: fix formatting problem with last patch. diff -Nru a/drivers/usb/uhci.c b/drivers/usb/uhci.c --- a/drivers/usb/uhci.cMon Dec 16 16:33:45 2002 +++ b/drivers/usb/uhci.cMon Dec 16 16:33:45 2002 @@ -

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.16, 2002/12/16 11:55:18-08:00, [EMAIL PROTECTED] [PATCH] usbnet: framing, sync with 2.5 This patch matches the 2.5 patch I just submitted, except that it keeps Pavel's table-based crc32 code since says it's not for "bulk data" (which is what this driver does). Plus some change

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.15, 2002/12/16 11:55:06-08:00, [EMAIL PROTECTED] [PATCH] remove CONFIG_USB_LONG_TIMEOUT This matches 2.5.latest ... the config option isn't needed, since neither timeout was actually as large as what the USB spec says (5 seconds). It'll prevent some devices from failing to enum

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.14, 2002/12/16 11:24:34-08:00, [EMAIL PROTECTED] USB: pwc driver: fix compile time warning diff -Nru a/drivers/usb/pwc-if.c b/drivers/usb/pwc-if.c --- a/drivers/usb/pwc-if.c Mon Dec 16 16:33:53 2002 +++ b/drivers/usb/pwc-if.c Mon Dec 16 16:33:53 2002 @@ -595,7 +595,7

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.2.1, 2002/12/16 11:18:15-08:00, [EMAIL PROTECTED] [PATCH] USB pwc deadlock fixes diff -Nru a/drivers/usb/pwc-if.c b/drivers/usb/pwc-if.c --- a/drivers/usb/pwc-if.c Mon Dec 16 16:33:57 2002 +++ b/drivers/usb/pwc-if.c Mon Dec 16 16:33:57 2002 @@ -1131,6 +1131,7 @@

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.12, 2002/12/16 10:45:23-08:00, [EMAIL PROTECTED] [PATCH] USB: PWC 8.10 for 2.4.20 Well, two patches in one... These patches will bring the PWC (Philips Webcam) driver in both 2.4.20 and 2.5.51 up to version 8.10. Functionally, the two branches are the same (about 70% of the code

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.11, 2002/12/13 09:30:44-08:00, [EMAIL PROTECTED] [PATCH] USB: pegasus: the data for the control requests is now stored in DMA able memory. diff -Nru a/drivers/usb/pegasus.c b/drivers/usb/pegasus.c --- a/drivers/usb/pegasus.c Mon Dec 16 16:34:01 2002 +++ b/drivers/usb/pega

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.10, 2002/12/12 13:45:00-08:00, [EMAIL PROTECTED] [PATCH] USB: ftdi-sio update Attached is a patch which updates ftdi sio driver with better (i.e. always correct ;-) fractional divisor code. The previous one was an oversimplification that would not always give the best approximat

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.9, 2002/12/12 13:32:39-08:00, [EMAIL PROTECTED] [PATCH] support for Sony Cybershot F717 digital camera / usb-storage here is an id-patch to get the Sony Cybershot F717 6meg pixel digital camera working with the standard usb-storage device driver. diff -Nru a/drivers/usb/storag

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.8, 2002/12/11 00:38:01-08:00, [EMAIL PROTECTED] [PATCH] Datafab KECF-USB / Sagatek DCS-CF / Simpletech UCF-100 sorry to bother you again - now that 2.4.20 is out, is there any chance to include this in 2.4.21? I've been trying since 2.4.19, a few other UNUSUAL_DEV entries were

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.7, 2002/12/11 00:37:49-08:00, [EMAIL PROTECTED] [PATCH] Eliminate warning in drivers/usb/hc_sl811.c compile warning is: #warning linux/malloc.h is deprecated, use linux/slab.h instead. attached patch uses linux/slab.h instead, as adviced by above ;) diff -Nru a/drivers/usb/h

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.6, 2002/12/11 00:37:38-08:00, [EMAIL PROTECTED] [PATCH] usbnet typo There is a typo in the latest usbnet driver which disables the compile of iPAQ specific code. With the attached patch, the new driver recognises the iPAQ and even works :*) diff -Nru a/drivers/usb/usbnet.c b/

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.5, 2002/12/11 00:37:26-08:00, [EMAIL PROTECTED] [PATCH] tipar: fix #include so the driver can compile. diff -Nru a/drivers/char/tipar.c b/drivers/char/tipar.c --- a/drivers/char/tipar.c Mon Dec 16 16:34:13 2002 +++ b/drivers/char/tipar.c Mon Dec 16 16:34:13 2002 @@ -6

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.4, 2002/12/11 00:37:14-08:00, [EMAIL PROTECTED] [PATCH] Add tipar char driver diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Mon Dec 16 16:34:15 2002 +++ b/Documentation/Configure.help Mon Dec 16 16:34:15 200

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.3, 2002/12/11 00:36:59-08:00, [EMAIL PROTECTED] [PATCH] USB: kobil_sct driver bugfix Here it is. For readers, connected via Adapter B (Kaan Pro, B1 Pro), the driver starts now reading after open(), so that the PNP string doesn't confuse the CT-API. diff -Nru a/drivers/usb/seri

[linux-usb-devel] Re: [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.2, 2002/12/11 00:36:47-08:00, [EMAIL PROTECTED] [PATCH] USB: add kobil_sct driver diff -Nru a/Documentation/Configure.help b/Documentation/Configure.help --- a/Documentation/Configure.help Mon Dec 16 16:34:19 2002 +++ b/Documentation/Configure.help Mon Dec 16 16:34:19

[linux-usb-devel] [BK PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
Hi, Here are some USB updates for 2.4.21-pre1. It also includes the tipar char driver which has been in the 2.5 tree for a while. Please pull from: bk://linuxusb.bkbits.net/marcelo-2.4 The individual patches will be sent in follow up messages to this email to you and the linux-usb-devel mailin

[linux-usb-devel] [PATCH] USB changes for 2.4.21-pre1

2002-12-16 Thread Greg KH
ChangeSet 1.811.1.1, 2002/12/11 00:36:25-08:00, [EMAIL PROTECTED] [PATCH] set_mac_address is now added to the driver. thanks to Orjan Friberg <[EMAIL PROTECTED]> diff -Nru a/drivers/usb/rtl8150.c b/drivers/usb/rtl8150.c --- a/drivers/usb/rtl8150.c Mon Dec 16 16:34:21 2002 +++ b/drivers/usb

Re: [linux-usb-devel] Re: Patch for usbnet with Zaurus

2002-12-16 Thread Alan Cox
On Mon, 2002-12-16 at 20:51, Wolfgang Mües wrote: > Hello Pavel, > > On Sunday 15 December 2002 17:34, Pavel Machek wrote: > > > C++ -style comments should not be used in kernel code. > > Can you point me to this rule? > > It is not mentioned in Documentation/CodingStyle, > and was adopted by

[linux-usb-devel] Re: [PATCH 2.5.51] usbnet: zaurus, oops, etc

2002-12-16 Thread Toby Milne
David, I can report that the 2.4 patch works fine. I'm still seeing some CRC errors (around 10 per 10K packets), so these may be the SA1100 bug mentioned. With respect to the 6 byte padding for a 4 byte CRC, I'll have another look at the Zaurus kernel code and see if I can decipher what

Re: [linux-usb-devel] Re: Patch for usbnet with Zaurus

2002-12-16 Thread Wolfgang Mües
Hello Pavel, On Sunday 15 December 2002 17:34, Pavel Machek wrote: > C++ -style comments should not be used in kernel code. Can you point me to this rule? It is not mentioned in Documentation/CodingStyle, and was adopted by ANSI in 1999. best regards Wolfgang

[linux-usb-devel] Re: PATCH: fixup interpret_urb_result()

2002-12-16 Thread Greg KH
On Sun, Dec 15, 2002 at 06:21:15PM -0800, Matthew Dharm wrote: > This patch fixes interpret_urb_result in two major ways: > (1) Uses a switch() instead of nested if() statements > (2) Handle -EREMOTEIO to indicate a short scatter-gather transfer > > Greg, please apply. Applied, thanks. greg k-h

[linux-usb-devel] Re: [PATCH] PWC 8.10 for 2.4.20 and 2.5.51

2002-12-16 Thread Greg KH
On Mon, Dec 16, 2002 at 12:40:41AM +0100, Nemosoft Unv. wrote: > Greetings, > > Well, two patches in one... These patches will bring the PWC (Philips > Webcam) driver in both 2.4.20 and 2.5.51 up to version 8.10. Functionally, > the two branches are the same (about 70% of the code is shared), bu

[linux-usb-devel] Re: [PATCH 2.5.51] usbnet: zaurus, oops, etc

2002-12-16 Thread Greg KH
On Sun, Dec 15, 2002 at 01:41:59PM -0800, David Brownell wrote: > This patch: Applied, thanks. greg k-h --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Com

[linux-usb-devel] Re: [PATCH 2.5.51] ehci-hcd (1/2): portability (2.4), tasklet, Intel timeout, etc

2002-12-16 Thread Greg KH
On Sat, Dec 14, 2002 at 10:28:28AM -0800, David Brownell wrote: > This should be innocuous; I expect most folk won't notice anything > better (or worse) from this patch unless they're using Intel EHCI. Applied, thanks. greg k-h --- This sf.net

[linux-usb-devel] Re: [PATCH 2.5.51] ehci-hcd (2/2): rest of tasklet remove

2002-12-16 Thread Greg KH
On Sat, Dec 14, 2002 at 10:30:05AM -0800, David Brownell wrote: > This is the rest of the work to remove the tasklet: the non-syntax > portions which affect work scheduling. It's not quite davem's version; > it's got locking updates, which among other things prevent a hang when > the timer kicks i

[linux-usb-devel] problem with frame number updating

2002-12-16 Thread senthil kumar
hi, i am working on sa1110 with mq1132(ohci usb controller) on kernel 2.4.18, i have a doubt regarding the updating of frame number who's supposed to update the framenumber hcca->frame_no ? is it the host controller(i mean the hc directly accessing hcca->frame_no) or host controller driver? ohc

[linux-usb-devel] Re: Alcatel speedtouch USB driver and SMP.

2002-12-16 Thread Oliver Neukum
> > drivers/usb/misc/speedtouch.c > > Ah good, you're using one that the source is available for :) > I think the developer has said it will work on SMP machines, but what > problems are you having, and have you asked the author of the code? I am not sure about the ATM interface, but this driver