Re: [linux-usb-devel] deadlock removing an interface

2005-01-17 Thread Greg KH
On Tue, Jan 18, 2005 at 06:18:06AM +0100, Matthias Urlichs wrote: > Any ideas why this happens (after 4000+ cycles, no less) would be > appreciated. > > This is 2.6.11-rc1-mm1.. Will try plain -rc1 next. > > cardctl D C13F007B 0 11374 4366 (NOTLB) > c4787e40 00

[linux-usb-devel] deadlock removing an interface

2005-01-17 Thread Matthias Urlichs
Any ideas why this happens (after 4000+ cycles, no less) would be appreciated. This is 2.6.11-rc1-mm1.. Will try plain -rc1 next. cardctl D C13F007B 0 11374 4366 (NOTLB) c4787e40 0082 c4787de4 c13f007b c13f6060 0001 0001 de49308

[linux-usb-devel] Additional usb.ids: Apple Extended Keyboard and Studio Displays

2005-01-17 Thread Charles Lepple
Following is a patch for usb.ids to recognize additional Apple hardware. The keyboard came with a G4 Cube. The string descriptor says "Apple Extended USB Keyboard". The 17" CRT also came with the Cube, and its string descriptor simply reads "Studio Display". I found the 15" LCD entry while sear

Re: [linux-usb-devel] Is there a plan to develop USB video class driver for Linux?

2005-01-17 Thread lei chen
--- Oliver Neukum <[EMAIL PROTECTED]> : > Am Montag, 17. Januar 2005 10:07 schrieb lei chen: > > Hi, > >Just very curious. The USB video class > > specification has been there for more than a year. > > Only MS Windows XP claims to support this class spec. > > It really supports a JVC camera,wh

[linux-usb-devel] [PATCH 21/21] usb/cypress_m8: replace schedule_timeout() with msleep()

2005-01-17 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use msleep() instead of schedule_timeout() to guarantee the task delays as expected. The current code is not incorrect. Using msleep(), though, encourages specifying time delays in human time-units and consistency across the kernel. Signed-off-by: Nish

[linux-usb-devel] RE: Zyxel 630-11/13 and Asus AAM600UG ADSL USB modem

2005-01-17 Thread Aurelio Arroyo
Modem Status Info table. http://www.alu.us.es/a/aurarrzaf/zyxel630-11/index.html --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- we

[linux-usb-devel] [PATCH] USB: give the idmouse the 132 minor number

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.16, 2005/01/14 16:27:59-08:00, [EMAIL PROTECTED] [PATCH] USB: give the idmouse the 132 minor number Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/devices.txt |1 + drivers/usb/misc/idmouse.c |2 +- 2 files changed, 2 insertions(+), 1 deletion(-

[linux-usb-devel] [PATCH] USB: Patch to fix ub looping with a tag mismatch

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.5, 2005/01/14 16:23:14-08:00, [EMAIL PROTECTED] [PATCH] USB: Patch to fix ub looping with a tag mismatch If a command times out, we resubmit a retry. Some devices, however, buffer everything we send and then eventually reply to a command we have timed out already. We receive a

[linux-usb-devel] [PATCH] USB cypress_m8: line setting bugfix, circular write buffer added, misc. fixes

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.3, 2005/01/14 16:22:30-08:00, [EMAIL PROTECTED] [PATCH] USB cypress_m8: line setting bugfix, circular write buffer added, misc. fixes This patch brings up to date the driver with the current stable development source. A bug with RTS not raising upon first open was fixed, Al B

[linux-usb-devel] [PATCH] USB unusual_devs addition: Ignore residue for ours-tech disk

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.4, 2005/01/14 16:22:51-08:00, [EMAIL PROTECTED] [PATCH] USB unusual_devs addition: Ignore residue for ours-tech disk This "Ours Technology" device incorrectly reports 100% residue on transferred data. Patch originally sent by Daniel Drake <[EMAIL PROTECTED]>, with slight modi

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.10, 2005/01/14 16:25:08-08:00, [EMAIL PROTECTED] [PATCH] USB: SN9C10x driver updates SN9C10x driver updates. Changes: @ Fix the sysfs interface @ Fix allocated minor number after device detection + Add "force_munmap" module parameter + Documentation updates + Add support for

[linux-usb-devel] [PATCH] USB: remove some unneeded exported symbols.

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.1, 2005/01/14 16:21:39-08:00, [EMAIL PROTECTED] [PATCH] USB: remove some unneeded exported symbols. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/hcd.c |3 --- drivers/usb/core/hub.c |1 - drivers/usb/core/usb.c |3 +-- 3 files changed, 1

[linux-usb-devel] [PATCH] USB: CDC ACM module and Zoom 2985 modem

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.2, 2005/01/14 16:22:09-08:00, [EMAIL PROTECTED] [PATCH] USB: CDC ACM module and Zoom 2985 modem there's a bug in the acm driver's work arounds. This fixes it. Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/

[linux-usb-devel] [PATCH] USB UHCI: protect DMA-able fields with barriers

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.6, 2005/01/14 16:23:35-08:00, [EMAIL PROTECTED] [PATCH] USB UHCI: protect DMA-able fields with barriers This is a revised patch to fix a problem in the UHCI driver, in which the compiler incorrectly optimizes certain accesses to DMA-able memory addresses. The patch reorganizes

[linux-usb-devel] [PATCH] USB: add Ever UPS vendor/product id to ftdi_sio driver

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.15, 2005/01/14 16:27:34-08:00, [EMAIL PROTECTED] [PATCH] USB: add Ever UPS vendor/product id to ftdi_sio driver This patch allows to use ftdi_sio driver with Ever ECO Pro CDS UPS. Patch was tested on pre-2.6.10 kernel. Signed-Off: Arkadiusz Miskiewicz <[EMAIL PROTECTED]> dr

[linux-usb-devel] [PATCH] USB: add driver for the Siemens ID Mouse fingerprint sensor

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.13, 2005/01/14 16:26:22-08:00, [EMAIL PROTECTED] [PATCH] USB: add driver for the Siemens ID Mouse fingerprint sensor This patch adds a new usb-misc driver for the fingerprint sensor that can be found in the Siemens ID Mouse USB. "cat /dev/usb/idmouseX" yields a 225x288 greyscal

[linux-usb-devel] [PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer context

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.7, 2005/01/14 16:24:01-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer context Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usblp.c |2 +- drivers/usb/core/devio

[linux-usb-devel] [PATCH] pegasus 2.6.10 cset

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.11, 2005/01/14 16:25:32-08:00, [EMAIL PROTECTED] [PATCH] pegasus 2.6.10 cset Various fixes to the 'pegasus' driver, notably fixing OSDL bugid #3978 so this can be used with bridges again (or for that matter, other normal usage). * Bugfixes in the status urb completion hand

[linux-usb-devel] [PATCH] USB: correct and clarify error-code documentation

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.12, 2005/01/14 16:25:53-08:00, [EMAIL PROTECTED] [PATCH] USB: correct and clarify error-code documentation This patch corrects some misconceptions that have persisted in the USB error-code documentation for quite some time. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-

[linux-usb-devel] [PATCH] USB: Lock initializer cleanup - batch 4

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.9, 2005/01/14 16:24:46-08:00, [EMAIL PROTECTED] [PATCH] USB: Lock initializer cleanup - batch 4 Use the new lock initializers DEFINE_SPIN_LOCK and DEFINE_RW_LOCK Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers

[linux-usb-devel] Re: [PATCH][RESEND] Add support MPC5200 and STB04XXX OHCI implementations

2005-01-17 Thread David Brownell
Hi Dale, On Thursday 06 January 2005 9:05 am, Dale Farnsworth wrote: > I sent this back on 2004-12-02 and saw no discussion. I'm hoping to > get this in soon. The patch is unchanged, but still applies cleanly > to 2.6.10-mm1 and linux-2.6 bk-current. Sorry I didn't get to this sooner ... it was

[linux-usb-devel] [BK PATCH] USB patches for 2.6.11-rc1

2005-01-17 Thread Greg KH
Hi, Here are a few usb bugfixes and a new usb driver for 2.6.11-rc1. All of these patches have been in the past few -mm releases. Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them.

[linux-usb-devel] [PATCH] USB: fix sparse warnings in the idmouse.c driver

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.14, 2005/01/14 16:26:59-08:00, [EMAIL PROTECTED] [PATCH] USB: fix sparse warnings in the idmouse.c driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/misc/idmouse.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/us

[linux-usb-devel] [PATCH] USB: usbnet: Olympus R1000 PDA, and blacklisting if CDC && !ZAURUS

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.8, 2005/01/14 16:24:23-08:00, [EMAIL PROTECTED] [PATCH] USB: usbnet: Olympus R1000 PDA, and blacklisting if CDC && !ZAURUS Add support for the Zaurus-compatible configuration of the Olympus R1000 PDA. (IDs from Todd Blumer, [EMAIL PROTECTED]) Resolve a FIXME: all the Zaurus

[linux-usb-devel] Re: Regression with new renumbering

2005-01-17 Thread Alan Stern
On Sun, 16 Jan 2005, Pete Zaitcev wrote: > On Sun, 16 Jan 2005 12:46:01 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> > wrote: > > > I have no objection to increasing the default port-reset delays. > > I do not understand what you mean by "increasing". The current code > has no post-reset delays

[linux-usb-devel] Re: [usb-storage] Re: Linux 2.6.11-rc1 -- usb_storage and Genesys

2005-01-17 Thread Alan Stern
On Mon, 17 Jan 2005, Matthew Dharm wrote: > It would be good to get a copy of 'uname -a' in this case, just to be > certain. That shouldn't be necessary, 2.6.11-rc1 was the first release in which the two-byte descriptor members are left in little-endian format. > Someone should also verify that

Re: [linux-usb-devel] PROBLEM: drivers/usb/input/hid-core.c: input irq status -84 received

2005-01-17 Thread Alan Stern
On Sun, 16 Jan 2005, Brian McEntire wrote: > Hopefully I closed the loop for anyone interested in this. I'm happy > because I found a working CueCat. It appears the different model numbers > differ in their ability to work with Belkin and Compaq USB to PS/2 > adapters. Evidently! > I'm supris

Re: [linux-usb-devel] Re: Regression with new renumbering

2005-01-17 Thread Steve Calfee
At 12:46 PM 1/16/2005 -0500, Alan Stern wrote: On Sun, 16 Jan 2005, Pete Zaitcev wrote: Hi, Alan: I have received a USB stick which refuses to return the descriptor upon the first 64 byte read (HC returns with code -71). The following patchlet fixes the problem: @@ -2162,6 +2162,8 @@ hub_port_init

[linux-usb-devel] isp116x-hcd update

2005-01-17 Thread Olav Kongas
Recently there has been some progress with the isp116x driver. Running usbtests on the driver has revealed bugs, some of which are fixed by now. The driver has been under test #10 few nights without errors and I have had all other tests including unlink and halt tests running thousands of cycles

Re: [linux-usb-devel] Is there a plan to develop USB video class driver for Linux?

2005-01-17 Thread Oliver Neukum
Am Montag, 17. Januar 2005 10:07 schrieb lei chen: > Hi, >Just very curious. The USB video class > specification has been there for more than a year. > Only MS Windows XP claims to support this class spec. > It really supports a JVC camera,which is said to be > compliant with USB Video Class 1

[linux-usb-devel] Is there a plan to develop USB video class driver for Linux?

2005-01-17 Thread lei chen
Hi, Just very curious. The USB video class specification has been there for more than a year. Only MS Windows XP claims to support this class spec. It really supports a JVC camera,which is said to be compliant with USB Video Class 1.0. I wonder if Linux has some plan or roadmap to support thi

[linux-usb-devel] Re: [usb-storage] Re: Linux 2.6.11-rc1 -- usb_storage and Genesys

2005-01-17 Thread Matthew Dharm
It would be good to get a copy of 'uname -a' in this case, just to be certain. Someone should also verify that USB_VENDOR_ID_GENESYS isn't byte-swapped or something silly like that... Matt On Sat, Jan 15, 2005 at 02:55:03PM -0500, Alan Stern wrote: > On Sat, 15 Jan 2005, Jan De Luyck wrote: > >