[linux-usb-devel] My device has an unneeded Protocol entry in unusual_devs.h...

2004-03-16 Thread John Katzmaier
Hi, Just wanted to let you know that when using my Panasonic PV-SD4090 digital camera with kernel 2.6.3, I found this entry in my logs: Mar 16 21:43:27 rocket kernel: usb-storage: Vendor: Panasonic Mar 16 21:43:27 rocket kernel: usb-storage: Product: LS-120 Camera Mar 16 21:43:27 rocket kernel:

Re: [linux-usb-devel] [patch 2.6.5] osdl bugid 2006 (timer init and fault paths)

2004-03-16 Thread Pete Zaitcev
On Tue, 16 Mar 2004 19:10:30 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > > NO, NO, NO! This is a very bad idea. You are supposed to call > > init_timer once, and never again. > > I see only one init_timer() call ... Woops. Sorry, I confused myself. -- Pete --

Re: [linux-usb-devel] [patch 2.6.5] osdl bugid 2006 (timer init and fault paths)

2004-03-16 Thread David Brownell
NO, NO, NO! This is a very bad idea. You are supposed to call init_timer once, and never again. I see only one init_timer() call ... - Dave --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel R

Re: [linux-usb-devel] [patch 2.6.5] osdl bugid 2006 (timer init and fault paths)

2004-03-16 Thread Pete Zaitcev
On Tue, 16 Mar 2004 15:06:59 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > Need to initialize timers a bit earlier to handle > certain initialization faults. > > Please merge. > --- 1.69/drivers/usb/host/ehci-hcd.c Fri Feb 20 11:20:07 2004 > +++ edited/drivers/usb/host/ehci-hcd.cWed

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1733.2.2, 2004/03/16 11:28:52-08:00, [EMAIL PROTECTED] [PATCH] USB: replace kobject with kref in usb-serial core. This saves some memory and is easier to understand what is happening. drivers/usb/serial/usb-serial.c | 25 + drivers/usb/serial/usb-serial.h

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.35, 2004/03/03 12:49:44-08:00, [EMAIL PROTECTED] [PATCH] USB: Improve handling of altsettings On Sat, 21 Feb 2004, Greg KH wrote: > > One thing that would be good, whether this change gets made or not, is to > > remove all assumptions from drivers about the order in which int

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.31, 2004/03/10 13:44:37-08:00, [EMAIL PROTECTED] [PATCH] USB: Altsetting/interface update for USB image drivers This patch contains minute updates for the hpusbscsi, mdc800, and microtek drivers. Only two things are worth noting. In the mdc800 driver I removed some unnecessa

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.6, 2004/03/08 15:07:27-08:00, [EMAIL PROTECTED] [PATCH] USB: Remove interface/altsettings assumption from audio driver This patch updates the USB audio class driver to use the usb_ifnum_to_if() and usb_altnum_to_altsetting() routines, thereby removing assumptions about which i

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.16, 2004/02/27 12:12:12-08:00, [EMAIL PROTECTED] [PATCH] USB: usbnet learns about Zaurus C-860 New Zaurus ID, from Sven Trampel <[EMAIL PROTECTED]> drivers/usb/net/usbnet.c |9 + 1 files changed, 9 insertions(+) diff -Nru a/drivers/usb/net/usbnet.c b/drivers/u

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.24, 2004/02/27 12:53:52-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up the input Makefile after these last few drivers were added. drivers/usb/Makefile |4 drivers/usb/input/Makefile |8 2 files changed, 8 insertions(+), 4 deletions(-) diff -Nru a

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.29, 2004/03/10 13:32:02-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: gadget zero, simplified controller-specific configuration This removes several controller-specific #define, and converts to using the config_buf utilities. Depends on the patch I submitted yesterday. Lookin

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.24, 2004/03/10 12:42:44-08:00, [EMAIL PROTECTED] [PATCH] USB: usbcore doc update Some doc updates, mostly from Alan Stern, clarifying quetions folk have asked recently about unlinking and about iso transfers. drivers/usb/core/urb.c | 65 +++

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.19, 2004/03/10 12:21:49-08:00, [EMAIL PROTECTED] [PATCH] USB: bug in error code path of kbtab driver this fixes - a leak in the error code path of open() - removes SLAB_ATOMIC where it isn't needed - uses le16_to_cpu (yes Pete, unaligned access is taken care of) drivers/usb

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.25, 2004/03/10 13:30:20-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: dualspeed {run,compile}-time flags This is the first several autoconfig patches; please merge. This particular one abstracts dual-speed (high and full) support. Support some more autoconfiguration for gadge

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.33, 2004/03/03 10:16:35-08:00, [EMAIL PROTECTED] [PATCH] USB: USB OSS audio driver workaround for buggy descriptors drivers/usb/class/audio.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff -Nru a/drivers/usb/class/audio.c b/drivers/us

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.32, 2004/03/10 14:50:30-08:00, [EMAIL PROTECTED] [PATCH] USB: usblp.c (Was: usblp_write spins forever after an error) Paulo Marques wrote: > David Woodhouse wrote: > >> On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote: >> >>> Yes, unfortunately it did went into 2.6.4-rc

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.14, 2004/03/09 17:25:56-08:00, [EMAIL PROTECTED] [PATCH] USB: clarify CONFIG_USB_GADGET Marc-Christian Petersen wrote: > > I think the attached patch is needed to stop showing us USB Gadget support if > Support for USB is disabled. No it isn't. But maybe the attached patch w

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.21, 2004/03/10 12:22:42-08:00, [EMAIL PROTECTED] [PATCH] USB_STORAGE: remove a comment In 2.6, USB_STORAGE selects SCSI, so there's no longer a need for this comment. drivers/usb/storage/Kconfig |2 -- 1 files changed, 2 deletions(-) diff -Nru a/drivers/usb/storage/Kc

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.11, 2004/02/26 14:18:57-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: tighten sense-clearing code This patch tightens up the conditions under which an auto-sense will be cleared. It also fixes the comment associated with the code. drivers/usb/storage/transport.c | 10 +++

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.38, 2004/03/03 12:53:03-08:00, [EMAIL PROTECTED] [PATCH] USB: Convert usb-storage to use cur_altsetting I'm beginning the process of converting device drivers to use cur_altsetting with usb-storage, the one I know best. Only a few changes are needed (and the first one isn't e

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.37, 2004/03/03 12:52:40-08:00, [EMAIL PROTECTED] [PATCH] USB: Small improvements for devio.c devio.c doesn't need to be changed to support the new altsetting mechanism, but while looking through it I noticed a couple of places that could be improved slightly. Here they are, j

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.3, 2004/03/08 11:53:02-08:00, [EMAIL PROTECTED] USB: fix the pcwd_usb driver due to act_altsetting going away. drivers/char/watchdog/pcwd_usb.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/char/watchdog/pcwd_usb.c b/drivers/char/watchdog/pc

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.30, 2004/03/01 15:04:41-08:00, [EMAIL PROTECTED] [PATCH] USB: visor patch for Samsung SPH-i500 Hi... here is a patch for the vendor/device codes for the Samsung SPH-i500 Palm phone. drivers/usb/serial/visor.c |3 +++ drivers/usb/serial/visor.h |1 + 2 files changed,

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.26, 2004/03/01 10:38:34-08:00, [EMAIL PROTECTED] [PATCH] USB ati_remote.c: don't be a namespace hog `debug', indeed. drivers/usb/input/ati_remote.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/input/ati_remote.c b/drivers/usb/input/ati

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.41, 2004/03/03 12:54:08-08:00, [EMAIL PROTECTED] [PATCH] USB: remove act_altsetting usages in more USB drivers drivers/input/joystick/iforce/iforce-usb.c |2 +- drivers/net/irda/stir4200.c|3 +-- drivers/usb/input/usbkbd.c |2 +- d

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.32, 2004/03/03 10:00:13-08:00, [EMAIL PROTECTED] [PATCH] USB Gadget: make usb gadget strings talk utf-8 Teach gadget/usbstring to expect UTF-8 strings, not ISO-8859/1 ones. This just gets rid of an API issue: no hacks needed for non-Western languages, and multi-language suppo

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.5, 2004/03/08 15:07:07-08:00, [EMAIL PROTECTED] [PATCH] USB: Update USB class drivers This patch makes the necessary updates to the bluetty, cdc-acm, and usblp class drivers for the new interface/altsetting paradigm. The changes are quite small. Unfortunately, the audio and

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.13, 2004/03/09 17:25:33-08:00, [EMAIL PROTECTED] [PATCH] USB: gadget config buf utilities Somehow I sent you a version of this code with a misplaced semicolon ... it makes for awkward failures! Please merge. Bad semicolon! drivers/usb/gadget/config.c |2 +- 1 files ch

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.39, 2004/03/03 12:53:25-08:00, [EMAIL PROTECTED] [PATCH] USB: Convert usbtest to the new altsetting regime This patch converts the usbtest driver to the new way altsettings work. The largest change is to remove the assumptions that altsetting numbers lie in the correct range (

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.15, 2004/02/27 12:11:54-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Remove Minolta Dimage 7i from unusual_devs.h On Fri, 27 Feb 2004, Lenar Lõhmus wrote: > Hi, > > Got this: > > usb 3-1: new full speed USB device using address 3 > usb-storage: This device (0686,400b,0001 S

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.7, 2004/03/08 15:07:52-08:00, [EMAIL PROTECTED] [PATCH] USB UHCI: restore more state following PM resume Some systems don't save the internal state of the UHCI registers across a PM suspend/resume cycle very well. This patch saves & restores the Frame Number and the Framelist

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.5, 2004/02/26 14:09:03-08:00, [EMAIL PROTECTED] [PATCH] USB: Return better result codes in UHCI This patch changes the result code returned by the UHCI driver for a certain class of errors. Under a number of circumstances a USB device is obliged to send a response packet with

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.13, 2004/02/27 12:11:07-08:00, [EMAIL PROTECTED] [PATCH] USB: add IRTrans support to ftdi_sio driver drivers/usb/serial/ftdi_sio.c |3 +++ drivers/usb/serial/ftdi_sio.h |2 ++ 2 files changed, 5 insertions(+) diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.12, 2004/03/09 17:25:08-08:00, [EMAIL PROTECTED] [PATCH] USB: usbnet and ALI M5632 Some of the 480 Mbit/sec USB host-to-host links have ALI chips in them. They seem to work with no problem, given this patch, even when the ends talk different speed. drivers/usb/net/Kconfig

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.25, 2004/02/27 17:36:56-08:00, [EMAIL PROTECTED] [PATCH] USB: update driver for ATI USB/RF remotes drivers/usb/input/ati_remote.c | 143 ++--- 1 files changed, 80 insertions(+), 63 deletions(-) diff -Nru a/drivers/usb/input/ati_remote.c

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.34, 2004/03/03 11:16:57-08:00, [EMAIL PROTECTED] [PATCH] USB: Don't add/del interfaces, register/unregister them On Fri, 27 Feb 2004, Greg KH wrote: > On Wed, Feb 25, 2004 at 10:05:37AM -0500, Alan Stern wrote: > > > Why would anyone want to do this, you ask? Well the USB su

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.18, 2004/02/27 12:12:45-08:00, [EMAIL PROTECTED] [PATCH] USB: EHCI and full-speed ISO-OUT This is a minor update to the patch I sent out about a week ago. The key change is to use the I/O watchdog while doing ISO streaming. Bernd Porr reports that a VT8235 system needs that; i

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.42, 2004/03/03 12:54:26-08:00, [EMAIL PROTECTED] [PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.h drivers/usb/core/message.c |3 --- include/linux/usb.h|5 - 2 files changed, 8 deletions(-) diff -Nru a/drivers/usb/core/mes

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.10, 2004/03/09 14:12:08-08:00, [EMAIL PROTECTED] [PATCH] USB brlvger: Driver obsoleted by rewrite using usbfs We have rewritten the brlvger (Tieman Voyager USB Braille display) driver so that it works from user-space through usbfs. It appears to work just as well as the in-ker

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.9, 2004/02/26 14:18:20-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Fix for Fuji Finepix 1400 This patch changes some error checking so that some bogus devices (like the Fuji Finepix 1400) will work. This is basically relaxing a test on a field that the spec says "should alw

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.27, 2004/03/01 13:30:26-08:00, [EMAIL PROTECTED] [PATCH] USB: C99 initializers for drivers/usb/serial/keyspan.h Here's a small patch changing the GNU-style initializers to C99 initializers. The patch is against the current BK. drivers/usb/serial/keyspan.h | 26 +++

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.29, 2004/03/01 13:55:09-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs.h entry submission here is an unusual_devs.h entry which makes two different USB MP3 players work with Linux' USB storage driver. They share a core chip, the t33520 USB flash card controller by

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.14, 2004/02/27 12:11:31-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix for kl5kusb105 driver I tried using the kl5kusb105 driver for a 3Com PalmConnect USB device I had lying around. It oopses during device detection. There is a nested loop using the same loop counter as the outer

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.43, 2004/03/03 17:01:21-08:00, [EMAIL PROTECTED] [PATCH] USB: HCD names, for better troubleshooting See the attached patch -- which restores the behavior of usbcore to what it had before "struct device.name" went away, in the (typical) case of PCI devices. It makes the root h

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.7, 2004/02/26 14:09:37-08:00, [EMAIL PROTECTED] [PATCH] USB: Use list_splice instead of looping over list elements This patch is from Stephen Hemminger. I modified it slightly to place the new elements at the end of the complete_list instead of at the front. On Tue, 24 Feb 2

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.4, 2004/02/26 14:08:39-08:00, [EMAIL PROTECTED] [PATCH] USB: Enable interrupts in UHCI after PM resume On Mon, 23 Feb 2004, Chip Salzenberg wrote: > It works ... perfectly! I can now suspend and resume my A30 with > impunity, and the USB keyboard works fine after each resume

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.17, 2004/03/10 12:20:55-08:00, [EMAIL PROTECTED] [PATCH] USB: Remove interface/altsetting assumptions from usb-midi This patch makes the usb-midi driver use usb_ifnum_to_if(), thereby removing assumptions about which interface is stored in which array entry. Similarly, it stor

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.10, 2004/02/26 14:18:38-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Remove unneeded macro This one-liner removes an unneeded macro. drivers/usb/storage/usb.h |1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h --- a

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.19, 2004/02/27 12:42:07-08:00, [EMAIL PROTECTED] USB: delete unneeded scanner documentation. Documentation/usb/scanner.txt | 315 -- 1 files changed, 315 deletions(-) diff -Nru a/Documentation/usb/scanner.txt b/Documentation/usb/sca

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.8, 2004/02/26 14:17:58-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: DSC-T1 unusual_devs.h entry Our friends at sony are at it again. The DSC-T1 needs a new entry. Note that it's the same VID & PID as the last entry, but different version. drivers/usb/storage/unusual_devs

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.8, 2004/03/09 09:47:03-08:00, [EMAIL PROTECTED] [PATCH] USB: Interface/altsetting update for ISDN hisax driver On Mon, 8 Mar 2004, Greg KH wrote: > Oh, could you look at drivers/isdn/hisax/hfc_usb.c if you get a chance? > I tried to figure out the mess there with regards to a

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.23, 2004/02/27 12:53:36-08:00, [EMAIL PROTECTED] [PATCH] USB: fix build for older versions of gcc and the mtouchusb driver. drivers/usb/input/mtouchusb.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/input/mtouchusb.c b/drivers/usb/input

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.17, 2004/02/27 12:12:28-08:00, [EMAIL PROTECTED] [PATCH] USB Gadget: gadget config buffer utilities Adds two new gadget-side utility functions, to support a declarative style of managing usb configuration descriptors. The functions fill buffers from null-terminated vectors of

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.2, 2004/03/08 11:11:32-08:00, [EMAIL PROTECTED] merge fixups with irda usb code drivers/net/irda/stir4200.c | 46 1 files changed, 46 deletions(-) diff -Nru a/drivers/net/irda/stir4200.c b/drivers/net/irda/stir4200.c --- a/dri

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.23, 2004/03/10 12:42:17-08:00, [EMAIL PROTECTED] [PATCH] USB: fix net2280 section usage net2280_remove() is called by net2280_probe() so it shouldn't be marked as __exit; drivers/usb/gadget/net2280.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nr

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.2, 2004/02/26 14:08:02-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: update unusual_devs.h comments On Tue, 24 Feb 2004, Matthew Dharm wrote: > We should also put a comment into the unusual_devs.h file to make sure > nobody tries to remove the protocol override in the future.

[linux-usb-devel] [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.1, 2004/02/26 14:07:42-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs.h update On Thu, 19 Feb 2004, Evan Felix wrote: > I plugged a Cyclades AlterPath BIO USb device into my linux 2.6.2 laptop > and it asked me to send you this: > > > hub 1-1.2:1.0: new USB device

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.15, 2004/03/10 11:55:44-08:00, [EMAIL PROTECTED] [PATCH] USB: fix stack usage in pl2303 driver Arghh - while trying to follow this I just realized the pl2303 is DMA'ing to the stack - not good! Could you please just try with the patch below. I'm not sure if this might cause th

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.31, 2004/03/01 15:58:31-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Revision of as202, Genesys quirk patch In the slave_configure routine it's already too late for the host's max_sector value to affect the scsi_device. It's necessary to set the queue value directly. This r

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.22, 2004/02/27 12:53:21-08:00, [EMAIL PROTECTED] [PATCH] USB: add new USB Touchscreen Driver I have attached a patch which contains a driver and documentation for the MicroTouch (14-206) USB Capacitive Touchscreen controller. It based on some older code that I have been using

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.12, 2004/02/26 14:19:13-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: remove unneeded debug message Nothing in life is assured... drivers/usb/storage/usb.c |2 -- 1 files changed, 2 deletions(-) diff -Nru a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c --- a/d

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.11, 2004/03/09 14:12:30-08:00, [EMAIL PROTECTED] [PATCH] USB: 2.6 pegasus.h updates a few more IDs added, could you please apply it? drivers/usb/net/pegasus.h |8 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/net/pegasus.h b/drivers/usb/net/pegasus

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.20, 2004/02/27 12:52:43-08:00, [EMAIL PROTECTED] [PATCH] USB: add driver for ATI USB/RF remotes I've taken the old GATOS version of the ati_remote driver and done some cleanup/rework of it while porting to 2.6 kernels. drivers/usb/input/Kconfig | 14 drivers/usb/inp

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.40, 2004/03/03 12:53:48-08:00, [EMAIL PROTECTED] [PATCH] USB: remove act_altsetting usages in the remaining drivers/usb/ drivers drivers/usb/input/ati_remote.c |2 +- drivers/usb/input/hid-core.c |2 +- drivers/usb/input/mtouchusb.c |2 +- drivers/usb/net/usbn

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.9, 2004/03/09 09:47:21-08:00, [EMAIL PROTECTED] [PATCH] USB: fix compiler warning in hfc_usb.c driver. drivers/isdn/hisax/hfc_usb.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/isdn/hisax/hfc_usb.c b/drivers/isdn/hisax/hfc_usb.c --- a/drive

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.4, 2004/03/08 11:53:44-08:00, [EMAIL PROTECTED] USB: fix usb-serial core to look at the proper interface descriptor drivers/usb/serial/usb-serial.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/us

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.18, 2004/03/10 12:21:20-08:00, [EMAIL PROTECTED] [PATCH] USB: fixes for aiptek driver - don't pass buffers allocated on stack to the sync helpers - check errors in probe - fix count in open - proper macros drivers/usb/input/aiptek.c | 57 +++---

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.28, 2004/03/01 13:41:08-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual devs fix for Pentax cameras. Please apply the attached patches instead. People have tried it on several different Pentax cameras (including 330 GS) drivers/usb/storage/unusual_devs.h |8 +-

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.21, 2004/02/27 12:53:04-08:00, [EMAIL PROTECTED] [PATCH] USB: kbtab.c (Jamstudio Tablet) with optional pressure I have altered kbtab.c a bit in anticipation of an XFree86 4.3 driver that can accept the pressure data (as a third axis) by listening on the event interface. I hav

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.3, 2004/02/26 14:08:22-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix a bug in the UHCI dequeueing code On Mon, 23 Feb 2004, Stephen Hemminger wrote: > Great, the kernel with this patch ran successfully all weekend. Looks like no > more races in the unlink path. Wonderful. Than

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.36, 2004/03/03 12:52:13-08:00, [EMAIL PROTECTED] [PATCH] USB: Convert usbcore to use cur_altsetting This patch continues the work of as209 by converting the rest of usbcore to use cur_altsetting in place of act_altsetting. The changes required are fairly small, just in the sy

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.24.6, 2004/02/26 14:09:18-08:00, [EMAIL PROTECTED] [PATCH] USB: Remove name obfuscation in UHCI On Mon, 23 Feb 2004, Stephen Hemminger wrote: > Bulk and interrupt urb's share common irq processing, why does the > code try to obfuscate it? Quite right; this is needless complexity

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.22, 2004/03/10 12:23:05-08:00, [EMAIL PROTECTED] [PATCH] USB: remove USB_SCANNER MAINTAINERS entry When sending the patch to remove USB_SCANNER, I forgot to remove the MAINTAINERS entry. MAINTAINERS |8 1 files changed, 8 deletions(-) diff -Nru a/MAINTAINERS

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.28, 2004/03/10 13:31:40-08:00, [EMAIL PROTECTED] [PATCH] USB: usb buffer allocation shouldn't require DMA Deepak's recent dma_pool changes accidentally assumed that all HCDs use DMA. The fix is simple: use kmalloc/kfree when there's no DMA. drivers/usb/core/buffer.c | 1

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.20, 2004/03/10 12:22:13-08:00, [EMAIL PROTECTED] [PATCH] USB: wacom driver fixes the same error code path as in the other drivers. In addition I added the endianness macros. They save cycles in interrupt. -use endian macros -use GFP_KERNEL where SLAB_ATOMIC is not needed

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.27, 2004/03/10 13:31:12-08:00, [EMAIL PROTECTED] [PATCH] USB: usbtest updates (new firmware) This includes some small updates to "usbtest", mostly from Martin Diehl. Please merge. usbtest updates, supporting new firmware - Support the new usbtest_fw-20040305 EZ-USB fi

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.33, 2004/03/11 16:39:08-08:00, [EMAIL PROTECTED] [PATCH] USB Gadget: add "gadget_chips.h" This adds standard gadget_is_*() calls. Gadget drivers using those calls can get rid of some inlined #ifdefs, and will also be able to do more "late binding" to their hardware. Define

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.16, 2004/03/10 12:20:24-08:00, [EMAIL PROTECTED] [PATCH] USB: locking fix for pid.c you forgot to drop a spinlock before you report an error. A deadlock will occur. drivers/usb/input/pid.c |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/input/pid.c b/dri

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.26, 2004/03/10 13:30:47-08:00, [EMAIL PROTECTED] [PATCH] USB: usb_unlink_urb() has distinct "not linked" fault This gets rid of an often-bogus diagnostic, and lets at least the unlink test code recover reasonably when it hits that brief window while another CPU has gotten the

[linux-usb-devel] Re: [PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
ChangeSet 1.1608.84.30, 2004/03/10 13:42:31-08:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update *** linux-2.6.3/drivers/usb/storage/unusual_devs.h 2004-02-18 04:59:06.0 +0100 drivers/usb/storage/unusual_devs.h |7 +++ 1 files changed, 7 insertions(+) diff -Nru a

[linux-usb-devel] [BK PATCH] USB update for 2.6.5-rc1

2004-03-16 Thread Greg KH
Hi, Here are some USB patches for 2.6.5-rc1. All of these have been in the past few -mm releases with no problems. Here are the main types of changes: - remove the brlvger driver as it's no longer needed. - lots of alternate setting fixes across a wide range of usb driv

[linux-usb-devel] Re: USB on Via KT600 massive trouble in Linux 2.6 (quite fresh BK version)

2004-03-16 Thread Matthias Andree
On Tue, 16 Mar 2004, Alan Stern wrote: > Sorry it took a few days to get back to you... Not a problem. vuescan works for the moment. > I looked at your logs. Interestingly, the problems occur with control > transfers, not bulk transfers, but the strace only shows USBDEVFS_BULK > ioctls, not U

Re: [linux-usb-devel] RE: NetChip 2280 Keyboard Emulation

2004-03-16 Thread David Brownell
Ryan Brancheau (US) wrote: I have a need to make a device think my Linux box is a USB keyboard. Is there anything pre-cooked out there that would allow me to pipe characters to device or otherwise interface in this way using the NetChip 2280 PCI card? If not, does anyone have an idea of how diffi

Re: [linux-usb-devel] EHCI USB mods in 2.6 (support non-pci access)

2004-03-16 Thread David Brownell
Kumar Gala wrote: We (Motorola) have an integrated USB block that uses EHCI and are planning on putting it into embedded PPC (and other devices). I wanted to start a dialog to understand how we can modify the existing EHCI support to handle a non-PCI based access to the register space. I sugges

Re: [linux-usb-devel] Re: PATCH: (as225) Add dummy_hcd to the main kernel

2004-03-16 Thread David Brownell
Greg KH wrote: Hm, I get the following errors when trying to build the gadget drivers with this driver selected: drivers/usb/gadget/ether.c:260:9: #error Configure some USB peripheral controller driver! ... I'll hold off applying this for now till the build fixes are done. The build fix for that

[linux-usb-devel] [patch 2.6.5] osdl bugid 2006 (timer init and fault paths)

2004-03-16 Thread David Brownell
Need to initialize timers a bit earlier to handle certain initialization faults. Please merge. - Dave OSDL bug 2006 Need to initialize some timers a bit earlier to clean up safely after very early init HCD failures. Those early init faults were needlessly mysterious since they didn't emit diagn

[linux-usb-devel] [patch 2.6.5] osdl bugid 481 (USB boot messages)

2004-03-16 Thread David Brownell
Some boot-time messages were obnoxiously long because they used "old-style" diagnostics. Please merge. - Dave OSDL bugid 481 Get rid of most remaining "old style" diagnostics from usbcore. Most messages use driver model style diagnostics. Messages that don't have an associated device use the

Re: [linux-usb-devel] PATCH: (as221) Improve core/config.c error messages

2004-03-16 Thread David Brownell
Alan Stern wrote: On Mon, 15 Mar 2004, David Brownell wrote: Alan Stern wrote: Use the driver-model dev_xxx() macros for log output. Heh -- cool. There's a longstanding bug in OSDL bugtraq that talks about the annoying long strings in boot messages, and I have a patch (somewhere, I'll find it an

Re: [linux-usb-devel] Tools

2004-03-16 Thread Daniel Drake
Hi, David Findlay wrote: Is there a free tool that can take USB logs from windows and replay them at a slower rate on linux so that you can find out which commands to a device do what? Thanks, Take a look at usb-robot: http://usb-robot.sourceforge.net/ Daniel ---

[linux-usb-devel] EHCI USB mods in 2.6 (support non-pci access)

2004-03-16 Thread Kumar Gala
We (Motorola) have an integrated USB block that uses EHCI and are planning on putting it into embedded PPC (and other devices). I wanted to start a dialog to understand how we can modify the existing EHCI support to handle a non-PCI based access to the register space. In our devices we have di

[linux-usb-devel] Re: USB on Via KT600 massive trouble in Linux 2.6 (quite fresh BK version)

2004-03-16 Thread Alan Stern
Sorry it took a few days to get back to you... On Sat, 13 Mar 2004, Matthias Andree wrote: > > yet, can you post both the strace output and the dmesg output for the same > > run? > > Not on the list, too large. I can show the URL of a bzip2ed copy of the > logs on some FTP/HTTP server once I've

[linux-usb-devel] Re: PATCH: (as225) Add dummy_hcd to the main kernel

2004-03-16 Thread Greg KH
On Mon, Mar 15, 2004 at 05:03:04PM -0500, Alan Stern wrote: > Greg: > > David Brownell has asked me to become the maintainer for dummy_hcd and to > submit it for inclusion as an experimental driver in the official kernel. > > dummy_hcd is simultaneously a host controller driver and a device > co

[linux-usb-devel] Tools

2004-03-16 Thread David Findlay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a free tool that can take USB logs from windows and replay them at a slower rate on linux so that you can find out which commands to a device do what? Thanks, David -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAV3

Re: [linux-usb-devel] Usb patch : interval of iso urb doesn't get initialized.

2004-03-16 Thread areversat
This patch is still required as far as i know. The eciadsl driver doesn't work with the 2.6.4 kernel without that patch. I don't think anybody has tested it with the 2.6.5rc1 kernel. If this is needed i can do it next week-end (not sooner). Antoine REVERSAT aka Crevetor Le mar 16/03/2004 à 21:56,

[linux-usb-devel] RE: NetChip 2280 Keyboard Emulation

2004-03-16 Thread Ryan Brancheau (US)
I have a need to make a device think my Linux box is a USB keyboard. Is there anything pre-cooked out there that would allow me to pipe characters to device or otherwise interface in this way using the NetChip 2280 PCI card? If not, does anyone have an idea of how difficult it would be to set thi

Re: [linux-usb-devel] my kernel 2.6.4 told me to and who am I to argue

2004-03-16 Thread Alan Stern
On Sun, 14 Mar 2004, Robert Rankin wrote: > usb-storage: This device (07cf,1001,1000 S 05 P 01) has an unneeded Protocol > entry in unusual_devs.h Thanks for sending this in. Unfortunately, Casio has marketed two different cameras with the same vendor, product, and revision numbers. One of t

Re: [linux-usb-devel] Over-current change - VIA Chipset.

2004-03-16 Thread Alan Stern
On Sun, 14 Mar 2004, Anders Misfeldt wrote: > On Sun, 14 Mar 2004 16:43:19 +0100 > Anders Misfeldt <[EMAIL PROTECTED]> wrote: > > > ehci_hcd :00:0d.2: GetStatus port 1 status 001030 POWER sig=se0 OCC OC > > hub 1-0:1.0: over-current change on port 1 > > hub 1-0:1.0: enabling power on all por

Re: [linux-usb-devel] drivers/usb/class/usblp.c: usblp0: on fire

2004-03-16 Thread Alan Stern
On Sat, 13 Mar 2004, Joshua Kwan wrote: > Hi, > > $SUBJECT pretty much scared the hell out of me... That particular error message is a _very_ old Unix joke. > I noticed something fishy going on with USB in 2.6.4, maybe before. I am > having lots of trouble printing using usblp. Once, I got the

Re: [linux-usb-devel] Usb patch : interval of iso urb doesn't get initialized.

2004-03-16 Thread Olaf Hering
On Wed, Feb 18, don wrote: > On Wed, Feb 18, 2004 at 01:22:36PM -0800, David Brownell wrote: > > areversat wrote: > > >I'd like to know how this usb patch is going ? Is there still a lot to > > >do or will it be ready for 2.6.4 ? We'd like to know. > > > > It'd sure help if someone submitted a p

Re: [linux-usb-devel] usb_storage problem on uhci_hcd

2004-03-16 Thread Alan Stern
On Fri, 12 Mar 2004, Jerry Kilpatrick wrote: > ALL NEW INFORMATION: > > I've done quite a bit of meticulous testing and found out some things that > blow parts of my previous mail out of the water. Okay, I'll ignore your earlier mail. > 1) Rebooted my laptop, plugged in the digital camera. Mo

  1   2   >