Re: [linux-usb-devel] UHCI: introducing delay between 2 TDs

2003-10-24 Thread Alan Stern
On Fri, 24 Oct 2003, Manoj Sharma wrote: > Hi, > > I have a low speed display device with just a control endpoint. When some > large data is sent on the control endpoint, it is able to ACK for first > data packet in a frame, but it NAKs for the next data packet so the rest > of the frame goes wa

[linux-usb-devel] HIDIOCSUSAGE lossage (hiddev.c)

2003-10-24 Thread Loic Dachary
Hi, In hiddev.c (2.4.22 and 2.6.0-test6), setting the value with HIDIOCSUSAGE triggers the following piece of code: > case HIDIOCSUSAGE: > field->value[uref.usage_index] = uref.value; > return 0;

[linux-usb-devel] patch adds support for WACOM Graphire3 tablets

2003-10-24 Thread Geoff Oakham
Hello, This patch is against linux-2.6.0-test8 and adds support for WACOM Graphire3 tablets. I've tested it with my 4x5 tablet, and I also added code for the 6x8 models. Can anyone confirm this works for 6x8s? Many thanks, Geoff --patch follows-- diff -Naur linux-2.6.0-test8/drivers/usb/inpu

[linux-usb-devel] [2.6.0 current bk] hangs at usb storage mount

2003-10-24 Thread Vedran Rodic
Hi I have problems with linux 2.6.0-test8 (bk from today) and usb-storage Mount hangs when mounting usb-storage device. kern.log with usb verbose debug and usb-storage verbose debug at http://quark.fsb.hr/vedran/usb_klog (I also did a reload of usb modules in this session). USB controller is V

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.11, 2003/10/14 16:48:33-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd, misc bugfixes This fixes some bugs observed in the EHCI code: - Byte-order confusion caused the wrong address to be set on big-endian hardware (reported last week on PPC and SPARC). That bug's bee

[linux-usb-devel] [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.1, 2003/10/06 14:44:14-07:00, [EMAIL PROTECTED] [PATCH] USB brlvger: Debug code fixes When compiling this driver with WRITE_DEBUG defined (for extra debug output), gcc outputs warnings for three similar printf statements. The specifier in each printf statement is not totally c

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.3, 2003/10/06 14:44:58-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: added USB_CLASS_CDC_DATA (2/3) Added test for USB_CLASS_CDC_DATA which is used by some fingerprint scanners. drivers/usb/scanner.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/u

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.4, 2003/10/06 14:45:21-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: use static declarations (3/3) Use static declarations for usb_scanner_init/usb_scanner_exit (Daniele Bellucci). drivers/usb/scanner.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-)

[linux-usb-devel] [BK PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
Hi, Here are some USB bugfixes and changes against 2.4.23-pre8. The big stuff here is an update to the sl811 USB host driver, and a new video USB driver. There is also a bunch of smaller bugfixes. Please pull from: bk://kernel.bkbits.net/gregkh/linux/marcelo-2.4 The individual patches will be

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.17, 2003/10/23 17:24:55-07:00, [EMAIL PROTECTED] [PATCH] USB: fix for earlier unusual_devs.h patch An earlier patch caused trouble because it effectively removed the US_FL_FIX_INQUIRY flag for devices with release number higher than 0x5009. This one might cause problems becaus

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.10, 2003/10/14 16:48:25-07:00, [EMAIL PROTECTED] [PATCH] USB: usb ethernet gadget Please update the ethernet "gadget" driver with this patch: - fixes an newish oops in some cdc shutdown paths - works on more 2.4 kernel variants - synchronizes with more recent 2.6 c

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.15, 2003/10/23 17:18:23-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - version bump 1.3.5 Here is a small patch to bump the ftdi_sio driver's version number to 1.3.5 for the usb-2.4 tree. It would be nice if this made it into the final 2.4.23 kernel sources, then I could ref

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.2, 2003/10/06 14:44:36-07:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: new device ids (1/3) The following 3 patches are the backports from those already applied to 2.6. Added vendor/product ids for Canon, HP, Microtek, Mustek, Siemens, UMAX, and Visioneer scanners. d

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.12, 2003/10/23 15:04:27-07:00, [EMAIL PROTECTED] [PATCH] USB: fix build bug with usbnet and older versions of gcc. drivers/usb/usbnet.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c --- a/drivers/usb/us

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.6, 2003/10/06 15:56:00-07:00, [EMAIL PROTECTED] [PATCH] USB: fix compiler error in sl811.c drivers/usb/host/sl811.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/host/sl811.c b/drivers/usb/host/sl811.c --- a/drivers/usb/host/sl811.c

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.13, 2003/10/23 17:17:54-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 1 of 2 Scott Allen's patch to add vid/pid support for Perle Systems UltraPort USB serial converter, merged up with minor whitespace changes by myself (Ian Abbott). drivers/usb/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.8, 2003/10/14 16:48:09-07:00, [EMAIL PROTECTED] [PATCH] USB: Add Handspring Treo 600 ids I've tested this with my new Treo 600 and it works. Please apply. drivers/usb/serial/visor.c |2 ++ drivers/usb/serial/visor.h |1 + 2 files changed, 3 insertions(+) diff -Nru

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.14, 2003/10/23 17:18:03-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 2 of 2 Patch by me (Ian Abbott). Removed aliases of FTDI_VID define for consistency. Renamed FTDI_PERLE_PID to FTDI_PERLE_ULTRAPORT_PID. Removed Matrix Orbital and Perle Systems

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.16, 2003/10/23 17:22:14-07:00, [EMAIL PROTECTED] [PATCH] USB: one more digicam for unusual_devs.h its for the Jenoptik JD 5200 z3 Digicam, to enable it to work as a simple storage device more or less i took the values for the 0x0d96 vendor in the 2.6.0-test7 usb-storage and mi

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.18, 2003/10/24 14:00:30-07:00, [EMAIL PROTECTED] [PATCH] USB: usb "gadget zero" tweaks This updates this code to match the latest: builds on a few more 2.4 variants, handles "goku_udc". drivers/usb/gadget/zero.c | 25 ++--- 1 files changed, 22 insertio

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.20, 2003/10/24 14:00:57-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget Config.in updates This is a subset of work from Al Borchers <[EMAIL PROTECTED]> which he sent as part of his "serial" gadget driver. The patch eliminates some of the mis-configurations that are possible w

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.23-pre8

2003-10-24 Thread Greg KH
ChangeSet 1.1148.6.19, 2003/10/24 14:00:42-07:00, [EMAIL PROTECTED] [PATCH] USB: updates This syncs this file with current declarations, in sync with 2.6 kernels. include/linux/usb_ch9.h | 42 ++ 1 files changed, 42 insertions(+) diff -Nru a/include

[linux-usb-devel] [patch 2.6.0-test8] usb enumeration clears full speed ep0 state

2003-10-24 Thread David Brownell
This resolves a bug that was recently reported to me by someone enumerating a USB 1.1 modem through a high speed hub. I'm a bit surprised we never saw it before; I think cache/dma timings must usually be strongly in our favor. The problem was that the HC was still using the old ep0 maxpacket value

[linux-usb-devel] Re: aborts in usb-storage in branch 2.6

2003-10-24 Thread Alan Stern
On Thu, 23 Oct 2003, Pedro Larroy wrote: > I can send anything you need. Here it goes some extended log. > > I've noticed that abort are after ACPI debug statements. > But seems acpi and usb are not sharing irqs. > >CPU0 > 0: 298778IO-APIC-edge timer > 1: 1775I

Re: [linux-usb-devel] oops - kernel 2.6.0.test8

2003-10-24 Thread Alan Stern
On Tue, 21 Oct 2003, Jon Wilson wrote: > [1] Kernel oops generated when I try to access my USB camera > > [2] If I try to access my digital camera, using gphoto2, an "oops" is > generated. Here's what I did: > > [EMAIL PROTECTED] usb-debug]# lspci | grep -i usb > 00:14.2 USB Controller: Intel C

Re: [linux-usb-devel] Treo 300 still oops' in 2.6.0-test8

2003-10-24 Thread Alan Stern
On Tue, 21 Oct 2003, Jamie Wallingford wrote: > All, > > I just upgraded to 2.6.0-test8 hoping that the upgrade would stop the > oops' I keep getting when trying to backup my Treo 300. > > I am attaching the output from dmesg. Any and all suggestions would be > greatly welcomed. > > Thank you,

[linux-usb-devel] Genuine Profitable Opportunity!

2003-10-24 Thread Charles
Hello, There's a revolutionary money making phenomenon that is spreading across the Internet like WILDFIRE! And right now, for a very limited time, YOU have the opportunity to be right at the FRONT of it. But time is of the essence; you need to LOCK IN YOUR POSITION NOW!!! DON'T WAIT ANOTH

[linux-usb-devel] Re: [patch 2.6.0-test8] usb enumeration clears full speed ep0 state

2003-10-24 Thread David Brownell
Hm, I can't seem to get a USB 1.1 device to work through a 2.0 hub plugged into a 2.0 controller. I get a -ENOSPC error when trying to submit an interrupt urb. But this happens without your patch, so this is probably an old bug. I'll look into it in a few days when I get a chance... My first gu

Re: [linux-usb-devel] Good USB Books

2003-10-24 Thread David Brownell
[EMAIL PROTECTED] wrote: Hey, I know this is really asking for it but, I've been looking since I started working with USB (only a month or two ago) for a good book on USB, and have not found anything outside of the USB spec that seems to have good reviews. Does anyone have any suggestions? I know

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.4, 2003/10/23 17:12:01-07:00, [EMAIL PROTECTED] [PATCH] USB: ACM USB modem fixes Please merge this patch. I've had two success reports from it. Putback comment can be: Fixes some long-standing cdc-acm bugs including: - Oopsing - Probe messages not so excessive - Make

[linux-usb-devel] Re: [PATCH] ftdi_sio - Perle UltraPort pid and cleanup

2003-10-24 Thread Greg KH
On Tue, Oct 21, 2003 at 05:12:06PM +0100, Ian Abbott wrote: > On Tuesday 21 Oct 2003 15:44, Greg KH wrote: > > On Tue, Oct 21, 2003 at 03:02:08PM +0100, Ian Abbott wrote: > > > Hi folks, > > > > > > Here are a couple of patches for the ftdi_sio USB serial > > > driver. > > > > Please, one patch per

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.5, 2003/10/23 17:16:34-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 1 of 2 Scott Allen's patch to add vid/pid support for Perle Systems UltraPort USB serial converter, merged up with minor whitespace changes by myself (Ian Abbott). drivers/usb/

[linux-usb-devel] Re: [patch 2.6.0-test8] fix usb-storage self-deadlock

2003-10-24 Thread Greg KH
On Thu, Oct 23, 2003 at 01:26:03PM -0700, David Brownell wrote: > This fixes a problem that showed in usb-storage (osdl bugme 1310) > and could have shown in other drivers that used usb_reset_device() > when they already held dev->serialize: a self-deadlock with some > devices. > > There are some

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1346, 2003/10/23 22:07:41-07:00, [EMAIL PROTECTED] [PATCH] USB: usb enumeration clears full speed ep0 state This resolves a bug that was recently reported to me by someone enumerating a USB 1.1 modem through a high speed hub. I'm a bit surprised we never saw it before; I think cache/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.6, 2003/10/23 17:17:32-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - Perle UltraPort new ids - 2 of 2 Patch by me (Ian Abbott). Removed aliases of FTDI_VID define for consistency. Renamed FTDI_PERLE_PID to FTDI_PERLE_ULTRAPORT_PID. Removed Matrix Orbital and Perle Systems

[linux-usb-devel] Re: PATCH: (as117) Update to earlier unusual_devs.h patch

2003-10-24 Thread Greg KH
On Mon, Oct 20, 2003 at 02:29:02PM -0400, Alan Stern wrote: > Greg & Matt: > > I'm not entirely sure about this patch. An earlier patch caused trouble > because it effectively removed the US_FL_FIX_INQUIRY flag for devices with > release number higher than 0x5009. This one might cause problems b

[linux-usb-devel] [PATCH] USB fixes for 2.6.0-test8

2003-10-24 Thread Greg KH
ChangeSet 1.1337.38.1, 2003/10/16 13:37:28-07:00, [EMAIL PROTECTED] [PATCH] USB: gadget fixes for 64bit processor warnings. drivers/usb/gadget/inode.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/gadget/inode.c b/drivers/usb/gadget/inode.c --- a/driver

[linux-usb-devel] UHCI: introducing delay between 2 TDs

2003-10-24 Thread Manoj Sharma
Hi, I have a low speed display device with just a control endpoint. When some large data is sent on the control endpoint, it is able to ACK for first data packet in a frame, but it NAKs for the next data packet so the rest of the frame goes waste because UHCI doesn't schedule any other TD in that

[linux-usb-devel] Re: [PATCH] usb-2.4 - ftdi_sio - version bump 1.3.5

2003-10-24 Thread Greg KH
On Tue, Oct 21, 2003 at 03:20:26PM +0100, Ian Abbott wrote: > Hi folks, > > Here is a small patch to bump the ftdi_sio driver's version number > to 1.3.5 for the usb-2.4 tree. It would be nice if this made it > into the final 2.4.23 kernel sources, then I could refer to that as > version 1.3.5

[linux-usb-devel] 2.4.23-pre8: link error with multiple USB Gadget drivers

2003-10-24 Thread Adrian Bunk
I'm getting the following link error when trying to compile multiple Gadget drivers statically into the kernel: <-- snip --> ... ld -m elf_i386 -r -o built-in.o net2280.o g_zero.o g_ether.o g_ether.o(.text+0x1a60): In function `usb_gadget_get_string': : multiple definition of `usb_gadget_get_

[linux-usb-devel] Re: [PATCH 2.6] ax8817x fixes in usbnet.c

2003-10-24 Thread Greg KH
On Tue, Oct 21, 2003 at 02:45:16PM -0400, David T Hollis wrote: > * ax8817x_set_multicast - use address of dev->data, not contents > * ax8817x_write_async_cmd - free request and urb if submit fails Applied, thanks. greg k-h --- This SF.net ema