Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-18 Thread Oliver Neukum
Am Montag, 16. Juni 2003 21:02 schrieb Greg KH: > On Sat, Jun 14, 2003 at 12:21:14PM +0200, Oliver Neukum wrote: > > Am Samstag, 14. Juni 2003 01:34 schrieb Greg KH: > > > On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: > > > > Hi Greg, > > > > > > > > this changes kaweth to use usb_

[linux-usb-devel] Missing #ifdef CONFIG_PCI

2003-06-18 Thread Magnus MÃ¥rtensson
Hi. I think there are missing some #ifdef CONFIG_PCI in drivers/usb/hcd.c (linux 2.4.21). More specifically in 'hcd_submit_urb' and 'usb_hcd_giveback_urb'. There are references to hcd->pdev which is not part of the usb_hcd struct if CONFIG_PCI is not defined. I am uncertain of the exact placemen

Re: [linux-usb-devel] uhci controller: no respose form any device

2003-06-18 Thread Alexander Dreweke
hi there i'm working on the same project- usb support for one BIOS, so i'm writing in ASM. i've got same errors sometimes when tried to send TD's with wron device-speed bit set. are you sure, your device isn't low-speed? also- try to set "configured" bit in USBCMD I didn't set this bit because

Re: [linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-18 Thread Greg KH
On Wed, Jun 18, 2003 at 10:26:18AM +0200, Oliver Neukum wrote: > > PS: If that doesn't work, I'll sacrifice a few floppies to the gods. It worked, thanks. But now I get a compiler warning you might want to fix up: CC [M] drivers/usb/net/kaweth.o drivers/usb/net/kaweth.c: In function `kaweth

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

2003-06-18 Thread Greg KH
ChangeSet 1.1333.1.2, 2003/06/18 10:27:49-07:00, [EMAIL PROTECTED] [PATCH] USB: convert kaweth to usb_buffer_alloc - switch to usb_buffer_alloc drivers/usb/net/kaweth.c | 46 +++--- 1 files changed, 39 insertions(+), 7 deletions(-) diff -Nru a/driv

[linux-usb-devel] [BK PATCH] USB changes for 2.5.72

2003-06-18 Thread Greg KH
Hi, Here are some USB fixes for 2.5.72. Lots of little minor things are in here, and a new usb network driver was added. Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.5 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, gre

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.5, 2003/06/16 12:01:45-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci, fix qh re-activation problem This resolves a problem that appears when relinking a bulk or control QH that has a partially completed multi-packet qTD. Some I/O could be repeated. Such cases can happen when an

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.6, 2003/06/16 12:03:07-07:00, [EMAIL PROTECTED] [PATCH] USB: handle USB printer error bits independently Some printers report errors (like out of paper or offline) without setting the main "I have an error" bit. I see this on my home printer and someone else has confirmed it f

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.11, 2003/06/17 14:38:38-07:00, [EMAIL PROTECTED] [PATCH] USB: Patch for Vivicam 355 drivers/usb/storage/unusual_devs.h |8 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/sto

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.4, 2003/06/13 16:41:21-07:00, [EMAIL PROTECTED] [PATCH] USB: Use separate transport_flags bits for transfer_dma Use separate transfer_flags bits for transfer_dma and setup_dma Documentation/usb/dma.txt | 31 --- drivers/usb/class/usblp.c |4

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.9, 2003/06/17 10:56:44-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd micro-patch This is a handful of one-liners, significantly: - don't disable "park" feature (faster). - cut'n'paste should have morphed "||" to "&&" - initialize qh as "live" (as now expected) The "&&"

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.13, 2003/06/17 15:12:58-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up sparse warnings in drivers/usb/misc/* drivers/usb/misc/auerswald.c | 10 +- drivers/usb/misc/brlvger.c| 10 +- drivers/usb/misc/rio500.c | 10 +- drivers/usb/misc/rio50

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.3, 2003/06/13 16:41:08-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd: short reads, chip workaround, cleanup This is a minor update to the patch I posted the other day: - Updates processing for completed QTDs, fixing a regression I've been chasing for a while. - Work

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.2, 2003/06/16 14:52:47-07:00, [EMAIL PROTECTED] [PATCH] USB: fixed up some __user warnings reported by sparse in drivers/usb/net/* drivers/usb/net/catc.c|4 ++-- drivers/usb/net/kaweth.c |4 ++-- drivers/usb/net/pegasus.c |6 +++--- drivers/usb/net/rtl8150.c

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.2, 2003/06/13 16:40:57-07:00, [EMAIL PROTECTED] [PATCH] USB: missed one usblp status buffer change My previous patch (several months ago) missed one instance of changing usblp status data from local stack to alloc-ed memory. drivers/usb/class/usblp.c |6 +++--- 1 files c

[linux-usb-devel] [PATCH] USB changes for 2.5.72

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.1, 2003/06/13 16:40:44-07:00, [EMAIL PROTECTED] [PATCH] USB: Keep root hub status timer running during suspend Not having heard any complaints about this patch, I'm submitting it. It fixes a problem with the root hub status URB implementation; the timer that controls the root

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

2003-06-18 Thread Greg KH
ChangeSet 1.1333.1.3, 2003/06/18 10:31:58-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet talks to boot loader (blob) Boot ROMs have talked TFTP forever. Some do it over USB now. drivers/usb/net/Kconfig |3 ++- drivers/usb/net/usbnet.c |8 2 files changed, 10 insertions(+), 1 d

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.7, 2003/06/16 12:23:04-07:00, [EMAIL PROTECTED] [PATCH] USB: Patch to cdc-acm.c to detect ACM part of USB WMC devices drivers/usb/class/cdc-acm.c | 219 ++-- 1 files changed, 111 insertions(+), 108 deletions(-) diff -Nru a/drivers/us

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.5, 2003/06/16 14:53:54-07:00, [EMAIL PROTECTED] [PATCH] USB storage: more cleanups This patch (a) removes dead code, (b) renames some static functions with names that are more apropriate for static functions, and (c) implements a slave_configure() function. With the patch I ju

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.8, 2003/06/16 17:39:56-07:00, [EMAIL PROTECTED] [PATCH] USB storage: avoid NULL-ptr OOPS This patch will avoid a NULL-pointer dereference OOPS which is caused by oddly-formed (yet legal) INQUIRY commands that request 0 bytes. drivers/usb/storage/protocol.c |4 1 fil

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.4, 2003/06/16 14:53:43-07:00, [EMAIL PROTECTED] [PATCH] USB storage: unusual_devs fixups This patch implements US_PR_DEVICE and US_SC_DEVICE, which have the meaning 'use the device's value -- no override'. This should make maintance easier, and also allow for those few devices

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.7, 2003/06/16 16:43:23-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up sparse warnings in ax8817x driver drivers/usb/net/ax8817x.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/net/ax8817x.c b/drivers/usb/net/ax8817x.c --- a/drivers/us

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.12, 2003/06/17 14:52:45-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up sparse warnings in drivers/usb/class/* drivers/usb/class/audio.c| 28 ++-- drivers/usb/class/bluetty.c |2 +- drivers/usb/class/cdc-acm.c |2 +- drivers/usb/class/usb-

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.6, 2003/06/16 16:41:05-07:00, [EMAIL PROTECTED] [PATCH] USB: AX8817X Driver for 2.5 drivers/usb/Makefile.lib |1 drivers/usb/net/Kconfig | 21 drivers/usb/net/Makefile |1 drivers/usb/net/Makefile.mii |1 drivers/usb/net/ax8817x.c| 1341

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.3, 2003/06/16 14:53:28-07:00, [EMAIL PROTECTED] [PATCH] USB storage: cleanups Some minor cleanups. First, some locking in the bus-reset. Next, we move current_sg into struct us_data (why make more memory allocation issues for ourselves?). Next, we change sm_state into a norm

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

2003-06-18 Thread Greg KH
ChangeSet 1.1318.4.10, 2003/06/17 10:56:56-07:00, [EMAIL PROTECTED] [PATCH] USB: net2280, halt ep != 0 Fix from [EMAIL PROTECTED], should fix a chapter 9 test conformance issue. drivers/usb/gadget/net2280.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb

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

2003-06-18 Thread Greg KH
ChangeSet 1.1305.7.8, 2003/06/16 12:32:53-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: add module parameters drivers/usb/misc/speedtch.c | 109 +--- 1 files changed, 73 insertions(+), 36 deletions(-) diff -Nru a/drivers/usb/misc/speedtch.c b/driver

Re: [linux-usb-devel] Missing #ifdef CONFIG_PCI

2003-06-18 Thread David Brownell
> I think there are missing some #ifdef CONFIG_PCI in > drivers/usb/hcd.c (linux 2.4.21). On 2.4 it's only used with PCI controllers, so nothing will go wrong. Now, if someone wants to use the ohci-hcd backport on an sa, then surely a few patches will be needed ... :) - Dave -

Re: [linux-usb-devel] Reconfiguring interface descriptor - [Was:Use of usb_set_configuration]

2003-06-18 Thread David Brownell
Wessler, Siegfried wrote: When probing after the first attachment of the gadget to usb, my device driver offers an interface with two identical alternate settings: Both have only 1 bulk in and 1 bulk out endpoint (I will not mention control ep). Now the application on the host side decides, what t

Re: [linux-usb-devel] a question about USB device

2003-06-18 Thread David Brownell
Brad Hards wrote: Note that the device side needs compatible hardware and drivers for Linux, and also needs to implement some higher level specification (such as the mass storage specification). I don't think anyone has done mass storage for the device side on Linux yet. Not that I know of, thou

[linux-usb-devel] Accepting new usb-storage unusual_devs.h patches

2003-06-18 Thread Alan Stern
Greg: As a result of a recently-applied change, there are two new subclass and protocol codes for the usb-storage unusual_devs.h file. The codes are US_SC_DEVICE and US_PR_DEVICE; their meaning is that the driver should use whatever value the device supplies instead of overriding it. There ar

Re: [linux-usb-devel] [2.5.71] rmmod hang on ohci_hcd module removal

2003-06-18 Thread David Brownell
Florian Lohoff wrote: Hi, i am seeing a reliable hang of rmmod on removal of "ohci_hcd" on a 2.5.71. I just tried it on 2.5.72, modprobe+rmmod didn't hang. Does it act the same on other hardware? PS: This has popped up with trying to use ACPI Sleep state 3 which refuses to step in due to khubd not

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

2003-06-18 Thread Matthew Dharm
Greg -- Just a quick heads-up, but I noticed that some changes to scsiglue.c migrated to the Linus trees from the linux-scsi trees. So there might be a merging issue with this patch. Matt On Wed, Jun 18, 2003 at 11:21:52AM -0700, Greg KH wrote: > ChangeSet 1.1318.4.5, 2003/06/16 14:53:54-07:00,

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

2003-06-18 Thread Greg KH
On Wed, Jun 18, 2003 at 12:58:45PM -0700, Matthew Dharm wrote: > Greg -- > > Just a quick heads-up, but I noticed that some changes to scsiglue.c > migrated to the Linus trees from the linux-scsi trees. So there might be a > merging issue with this patch. Yeah, I had only one conflict when I mer

[linux-usb-devel] [stern@rowland.harvard.edu: [usb-storage] PATCH: (as36) US_SC_DEVICE and US_PR_DEVICE for 2.4]

2003-06-18 Thread Matthew Dharm
Greg, please apply this to 2.4 Matt - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - Date: Wed, 18 Jun 2003 16:58:05 -0400 (EDT) From: Alan Stern <[EMAIL PROTECTED]> Subject: [usb-storage] PATCH: (as36) US_SC_DEVICE and US_PR_DEVICE for 2.4 To: Matthew Dharm <[EMAIL PROTECTED]>

[linux-usb-devel] Re: [PATCH 2.4] USB speedtouch: parametrize the module

2003-06-18 Thread Greg KH
On Sat, Jun 14, 2003 at 02:42:31PM +0200, Duncan Sands wrote: > speedtouch.c | 108 +++ > 1 files changed, 72 insertions(+), 36 deletions(-) Applied, thanks. greg k-h --- This SF.Net em

[linux-usb-devel] Re: [PATCH 2.4] USB: New vendor/product ids for scanner driver

2003-06-18 Thread Greg KH
On Sun, Jun 15, 2003 at 11:45:17AM +0200, Henning Meier-Geinitz wrote: > Hi, > > This patch adds some new vendor/product ids for the USB scanner > driver. > > It's the same that already went into 2.5. Applied, thanks. greg k-h --- This SF.Ne

[linux-usb-devel] Re: [patch] Fix HID logical min/max for 2.4

2003-06-18 Thread Greg KH
On Sat, Jun 14, 2003 at 11:40:37PM +0200, Vojtech Pavlik wrote: > Hi! > > Some UPSes have logical minimum and maximum value in HID descriptors the > same. The HID driver rejects such devices. This patch fixes this. Please > apply for 2.4, I'll take care of a 2.5 patch. > Applied, thanks. greg

[linux-usb-devel] Re: Accepting new usb-storage unusual_devs.h patches

2003-06-18 Thread Greg KH
On Wed, Jun 18, 2003 at 03:11:12PM -0400, Alan Stern wrote: > Greg: > > As a result of a recently-applied change, there are two new subclass and > protocol codes for the usb-storage unusual_devs.h file. The codes are > US_SC_DEVICE and US_PR_DEVICE; their meaning is that the driver should use

[linux-usb-devel] Re: [stern@rowland.harvard.edu: [usb-storage] PATCH: (as36) US_SC_DEVICE and US_PR_DEVICE for 2.4]

2003-06-18 Thread Greg KH
On Wed, Jun 18, 2003 at 03:59:16PM -0700, Matthew Dharm wrote: > Greg, please apply this to 2.4 Applied, thanks. greg k-h --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Ref

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

2003-06-18 Thread Greg KH
ChangeSet 1.1220, 2003/06/18 16:34:50-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: send path micro optimizations drivers/usb/speedtouch.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers/u

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

2003-06-18 Thread Greg KH
ChangeSet 1.1229, 2003/06/18 16:48:11-07:00, [EMAIL PROTECTED] [PATCH] USB: attempt to track down pl2303 oopses on close... This doesn't solve it, but it's the proper thing to do right now. drivers/usb/serial/usbserial.c |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/seria

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

2003-06-18 Thread Greg KH
ChangeSet 1.1207, 2003/06/18 16:30:13-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: discard packets for non-existant vcc's I broke part of the udsl_decode_rawcell logic in a previous patch, leading to possible hangs on startup/shutdown. Thanks to Subodh Srivastava and Ted Phelps for their bug

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

2003-06-18 Thread Greg KH
ChangeSet 1.1210, 2003/06/18 16:32:47-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: compile fix drivers/usb/speedtouch.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers/usb/speedtouch.c Wed Jun 18 17

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

2003-06-18 Thread Greg KH
ChangeSet 1.1227, 2003/06/18 16:47:20-07:00, [EMAIL PROTECTED] [PATCH] USB: add support for Mello MP3 Player drivers/usb/storage/unusual_devs.h |8 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/u

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

2003-06-18 Thread Greg KH
ChangeSet 1.1228, 2003/06/18 16:47:26-07:00, [EMAIL PROTECTED] [PATCH] USB: added support for Sony DSC-P8 Thanks to David Kimdon <[EMAIL PROTECTED]> for the information. drivers/usb/storage/unusual_devs.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/s

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

2003-06-18 Thread Greg KH
ChangeSet 1.1226, 2003/06/18 16:35:23-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: set owner fields I think I'd better work on my plausible deniability... drivers/usb/speedtouch.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c

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

2003-06-18 Thread Greg KH
ChangeSet 1.1240, 2003/06/18 16:54:10-07:00, [EMAIL PROTECTED] [PATCH] USB: fix break control for pl2303 driver Thanks to Martin Evans <[EMAIL PROTECTED]> for pointing this out. drivers/usb/serial/pl2303.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/seri

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

2003-06-18 Thread Greg KH
ChangeSet 1.1232, 2003/06/18 16:48:42-07:00, [EMAIL PROTECTED] [PATCH] USB: vicam.c copyright patches Here are two vicam.c patches to clean up and restore copyright notices for 2.4.21-rc1 and 2.5.68-bk9. At some point in time Pavel and my copyrights were remove inadvertenly from the code. driv

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

2003-06-18 Thread Greg KH
ChangeSet 1.1247, 2003/06/18 16:54:47-07:00, [EMAIL PROTECTED] [PATCH] USB: kobil_sct.c added support for KAAN SIM Reader here is a patch for the kobil_sct.c usb-serial driver which adds support for the KAAN SIM. drivers/usb/serial/kobil_sct.c | 23 +++ 1 files changed, 1

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

2003-06-18 Thread Greg KH
ChangeSet 1.1238, 2003/06/18 16:54:00-07:00, [EMAIL PROTECTED] [PATCH] USB: SMP ehci-q.c 1010 BUG() Stefano Barbato wrote: > Dual PIII > kernel 2.4.21-rc2 (w/ SMP) (2.5.69 below) > ... > > I put a few printk before the BUG() and I found that the offending if() is > this: > if(qh->qh_stat

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

2003-06-18 Thread Greg KH
ChangeSet 1.1258, 2003/06/18 16:55:46-07:00, [EMAIL PROTECTED] [PATCH] USB: HIDDEV / UPS patches drivers/usb/hid-core.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/hid-core.c b/drivers/usb/hid-core.c --- a/drivers/usb/hid-core.cWed Jun 18

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

2003-06-18 Thread Greg KH
ChangeSet 1.1224, 2003/06/18 16:35:11-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: receive code rewrite Main points: - receive buffers are decoupled from urbs, so an urb can be resubmitted with a new buffer before the old buffer is processed. - the packet reconstruction code is much simpler.

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

2003-06-18 Thread Greg KH
ChangeSet 1.1250, 2003/06/18 16:55:03-07:00, [EMAIL PROTECTED] [PATCH] USB: pegasus patch better EPIPE handling, ethtool improvements, and another attempt to fix HOME_PNA support was made. HP added as a vendor and device ID. drivers/usb/pegasus.c | 75 ++

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

2003-06-18 Thread Greg KH
ChangeSet 1.1233, 2003/06/18 16:48:47-07:00, [EMAIL PROTECTED] [PATCH] USB: more unusual_devs.h changes I've modified James Courtier-Dutton description from Optio 430 => Optio 2/3/400 since it applies to Optio 330 and possible 230 too. Attached are the patch that was tried with Pentax Optio S an

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

2003-06-18 Thread Greg KH
ChangeSet 1.1209, 2003/06/18 16:32:42-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: crc optimization drivers/usb/speedtouch.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers/usb/speedtouch.c We

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

2003-06-18 Thread Greg KH
ChangeSet 1.1239, 2003/06/18 16:54:05-07:00, [EMAIL PROTECTED] [PATCH] USB: another usb storage addition drivers/usb/storage/unusual_devs.h |9 + 1 files changed, 9 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/

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

2003-06-18 Thread Greg KH
ChangeSet 1.1222, 2003/06/18 16:35:01-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: remove useless NULL pointer checks The stats field is never NULL. drivers/usb/speedtouch.c | 12 1 files changed, 4 insertions(+), 8 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drive

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

2003-06-18 Thread Greg KH
ChangeSet 1.1206, 2003/06/18 16:30:08-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: move MOD_INC_USE_COUNT drivers/usb/speedtouch.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers/usb/speedtouch.c

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

2003-06-18 Thread Greg KH
ChangeSet 1.1218, 2003/06/18 16:34:39-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: verbose debugging Add a vdbg macro for verbose debugging, and convert some noisy debugging statements to use it. drivers/usb/speedtouch.c | 133 --- 1 files chang

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

2003-06-18 Thread Greg KH
ChangeSet 1.1217, 2003/06/18 16:34:34-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: spin_lock_irqsave -> spin_lock_irq in tasklets Replace spin_lock_irqsave/spin_unlock_irqrestore with spin_lock_irq/spin_unlock_irq in tasklet actions, since these are always called with local irqs enabled. d

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

2003-06-18 Thread Greg KH
ChangeSet 1.1251, 2003/06/18 16:55:08-07:00, [EMAIL PROTECTED] [PATCH] USB: fix keyboard leds drivers/usb/hid-input.c | 90 +--- drivers/usb/hid.h |3 - 2 files changed, 48 insertions(+), 45 deletions(-) diff -Nru a/drivers/usb/hid-input

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

2003-06-18 Thread Greg KH
ChangeSet 1.1249, 2003/06/18 16:54:57-07:00, [EMAIL PROTECTED] [PATCH] USB: Patch for Samsung Digimax 410 *** a/drivers/usb/storage/unusual_devs.h2003-05-22 20:54:26.0 +0200 drivers/usb/storage/unusual_devs.h |7 +++ 1 files changed, 7 insertions(+) diff -Nru a/drive

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

2003-06-18 Thread Greg KH
ChangeSet 1.1254, 2003/06/18 16:55:25-07:00, [EMAIL PROTECTED] [PATCH] USB: pegasus ethtool fixup. drivers/usb/pegasus.c |1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/pegasus.c b/drivers/usb/pegasus.c --- a/drivers/usb/pegasus.c Wed Jun 18 17:34:58 2003 +++ b/drivers/us

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

2003-06-18 Thread Greg KH
ChangeSet 1.1221, 2003/06/18 16:34:55-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: kfree_skb -> dev_kfree_skb Always use dev_kfree_skb. drivers/usb/speedtouch.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedt

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

2003-06-18 Thread Greg KH
ChangeSet 1.1246, 2003/06/18 16:54:42-07:00, [EMAIL PROTECTED] [PATCH] Re: unusual_devs.h patch that was in 2.5.68 On Friday 02 May 2003 09:03, Greg KH wrote: > On Thu, May 01, 2003 at 11:15:32AM +0200, Per Winkvist wrote: > > I've modified James Courtier-Dutton description from Optio 430 => Opti

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

2003-06-18 Thread Greg KH
ChangeSet 1.1213, 2003/06/18 16:34:13-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: add missing #include Backport from 2.5. drivers/usb/speedtouch.c |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers/usb/speedtouch.c We

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

2003-06-18 Thread Greg KH
ChangeSet 1.1260, 2003/06/18 17:03:51-07:00, [EMAIL PROTECTED] [PATCH] USB: add error reporting functionality to the pl2303 driver. drivers/usb/serial/pl2303.c | 54 +--- 1 files changed, 46 insertions(+), 8 deletions(-) diff -Nru a/drivers/usb/serial

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

2003-06-18 Thread Greg KH
ChangeSet 1.1263, 2003/06/18 17:08:12-07:00, [EMAIL PROTECTED] USB: clean up extra whitespace in visor.c driver. drivers/usb/serial/visor.c | 12 1 files changed, 12 deletions(-) diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.

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

2003-06-18 Thread Greg KH
ChangeSet 1.1257, 2003/06/18 16:55:41-07:00, [EMAIL PROTECTED] [PATCH] USB: Actually Fix 2.4 HID input Slight typo on my part for the 2.4 fix (no keyboard LEDs). drivers/usb/hid-input.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/hid-input.c b/drivers/us

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

2003-06-18 Thread Greg KH
ChangeSet 1.1211, 2003/06/18 16:34:03-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: remove trailing semicolon drivers/usb/speedcrc.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/speedcrc.h b/drivers/usb/speedcrc.h --- a/drivers/usb/speedcrc.hWed Jun

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

2003-06-18 Thread Greg KH
ChangeSet 1.1256, 2003/06/18 16:55:36-07:00, [EMAIL PROTECTED] [PATCH] USB: incorrect ethtool -i driver name This converts 2.4 to use driver_name drivers/usb/CDCEther.c |5 +++-- drivers/usb/catc.c |6 -- drivers/usb/kaweth.c |6 -- drivers/usb/rtl8150.c |6 -

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

2003-06-18 Thread Greg KH
ChangeSet 1.1241, 2003/06/18 16:54:16-07:00, [EMAIL PROTECTED] [PATCH] USB: Happ UGCI added as BADPAD for workaround Greg, I sent these patches to Vojtech, and haven't heard anything back, but they are straight forward. One simply backports the BADPAD handling to 2.4, and both patches add Happ UG

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

2003-06-18 Thread Greg KH
ChangeSet 1.1262, 2003/06/18 17:07:21-07:00, [EMAIL PROTECTED] [PATCH] USB: fixup aiptek driver for older compilers drivers/usb/aiptek.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff -Nru a/drivers/usb/aiptek.c b/drivers/usb/aiptek.c --- a/drivers/usb/aiptek.

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

2003-06-18 Thread Greg KH
ChangeSet 1.1253, 2003/06/18 16:55:20-07:00, [EMAIL PROTECTED] [PATCH] USB: incorrect ethtool -i driver name ethtool -i ethX should return the driver name instead of a 'verbose' string. Other tools rely on the output. 2.5 might need a similar fix. smirnow:~ # ethtool -i eth0 driver: 3c59x versio

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

2003-06-18 Thread Greg KH
ChangeSet 1.1236, 2003/06/18 16:49:03-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h patch drivers/usb/storage/unusual_devs.h | 12 1 files changed, 12 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/stor

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

2003-06-18 Thread Greg KH
ChangeSet 1.1259, 2003/06/18 16:55:52-07:00, [EMAIL PROTECTED] [PATCH] USB: Patch for Vivicam 355 drivers/usb/storage/unusual_devs.h |8 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb/storage/

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

2003-06-18 Thread Greg KH
ChangeSet 1.1265, 2003/06/18 17:21:26-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix HID logical min/max for 2.4 Some UPSes have logical minimum and maximum value in HID descriptors the same. The HID driver rejects such devices. This patch fixes this. Please apply for 2.4, I'll take care of a 2.5 patc

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

2003-06-18 Thread Greg KH
ChangeSet 1.1245, 2003/06/18 16:54:36-07:00, [EMAIL PROTECTED] [PATCH] USB: Make Olympus cameras work with usb-storage According to Jan Derfinak, Olympus USB cameras mistakenly report an 'USBU' signature instead of 'USBS', while using the normal USB Storage protocol. drivers/usb/storage/transp

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

2003-06-18 Thread Greg KH
ChangeSet 1.1234, 2003/06/18 16:48:52-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci i/o watchdog This patch adds a new "I/O watchdog" role to the existing timer code, and cleans it up a bit. If you want to run EHCI without IRQs, it's now simple: disable them, and tweak the timer appropriately. Th

[linux-usb-devel] [PATCH] USB update for 2.4.21

2003-06-18 Thread Greg KH
ChangeSet 1.1205, 2003/06/18 16:30:02-07:00, [EMAIL PROTECTED] [PATCH] USB: Backport of USB speedtouch driver to 2.4 Since the 2.5 crc library hasn't been backported to the 2.4 tree yet, I included a crc routine in the speedcrc files. CREDITS |8 Documentation/Configu

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

2003-06-18 Thread Greg KH
ChangeSet 1.1264, 2003/06/18 17:21:20-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: parametrize the module drivers/usb/speedtouch.c | 108 +++ 1 files changed, 72 insertions(+), 36 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/

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

2003-06-18 Thread Greg KH
ChangeSet 1.1261, 2003/06/18 17:07:07-07:00, [EMAIL PROTECTED] [PATCH] USB: Aiptek kernel driver 1.0 for Kernel 2.4 Documentation/Configure.help |9 MAINTAINERS |7 drivers/usb/aiptek.c | 1200 +++ drivers/usb/hid-core.c

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

2003-06-18 Thread Greg KH
ChangeSet 1.1244, 2003/06/18 16:54:31-07:00, [EMAIL PROTECTED] [PATCH] USB: fixes kernel_thread drivers/usb/hub.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/hub.c b/drivers/usb/hub.c --- a/drivers/usb/hub.c Wed Jun 18 17:35:18 2003 +++ b/drivers/usb/

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

2003-06-18 Thread Greg KH
ChangeSet 1.1208, 2003/06/18 16:32:37-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: bump the version number drivers/usb/speedtouch.c | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/drivers

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

2003-06-18 Thread Greg KH
ChangeSet 1.1219, 2003/06/18 16:34:45-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: use optimally sized reconstruction buffers Calculate the maximum size needed for the SAR reconstruction buffer from the supplied qos parameters. drivers/usb/speedtouch.c | 12 +--- 1 files changed,

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

2003-06-18 Thread Greg KH
ChangeSet 1.1223, 2003/06/18 16:35:06-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: receive path micro optimization Make the most discriminating comparison first. drivers/usb/speedtouch.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/speedtouch.c b/driv

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

2003-06-18 Thread Greg KH
ChangeSet 1.1214, 2003/06/18 16:34:18-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: replace yield() Use set_current_state (TASK_RUNNING); schedule(); instead. drivers/usb/speedtouch.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/speedtouch.c b/dr

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

2003-06-18 Thread Greg KH
ChangeSet 1.1255, 2003/06/18 16:55:30-07:00, [EMAIL PROTECTED] [PATCH] USB: fix 2.4 usbdevfs race Here's a patch to fix a race condition in usbdevfs. The fix is in hub.c but the race is related to usbdevfs. The race goes like this: Process 1 (khubd) Process 2 (mount) usb_h

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

2003-06-18 Thread Greg KH
ChangeSet 1.1215, 2003/06/18 16:34:23-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: add defensive memory barriers Defend against future maintainers. drivers/usb/speedtouch.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/speedtouch.c b/drivers/usb/speedtouch.c --- a/d

[linux-usb-devel] [BK PATCH] USB update for 2.4.21

2003-06-18 Thread Greg KH
Hi, Here are a number of USB bugfixes and updates against 2.4.21. This includes all of the pending USB patches that I had been holding during the 2.4.21-rc timeframe. They include 2 new USB drivers, USB 2.0 controller fixes, lots of usb-storage device additions, and other fixes and tweaks. Plea

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

2003-06-18 Thread Greg KH
ChangeSet 1.1252, 2003/06/18 16:55:14-07:00, [EMAIL PROTECTED] [PATCH] USB: HIDDev uref backport for 2.4? drivers/usb/hid-core.c | 90 -- drivers/usb/hid-input.c |7 - drivers/usb/hid.h | 11 + drivers/usb/hiddev.c| 295 +++

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

2003-06-18 Thread Greg KH
ChangeSet 1.1235, 2003/06/18 16:48:57-07:00, [EMAIL PROTECTED] [PATCH] USB: Big endian RTL8150 The RTL8150 USB Ethernet driver doesn't work on big endian machines. Here are patches (for both 2.4.x and 2.5.x) to fix that. The fix was tested on the 2.4.20 and 2.4.21-rc1 version of the driver on big

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

2003-06-18 Thread Greg KH
ChangeSet 1.1248, 2003/06/18 16:54:52-07:00, [EMAIL PROTECTED] [PATCH] USB Multi-input quirk drivers/usb/hid-core.c |8 +-- drivers/usb/hid-input.c | 120 +--- drivers/usb/hid.h | 10 +++- 3 files changed, 107 insertions(+), 31 deletions

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

2003-06-18 Thread Greg KH
ChangeSet 1.1212, 2003/06/18 16:34:08-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: trivial whitespace and name changes No code changes. drivers/usb/speedtouch.c | 264 ++- 1 files changed, 128 insertions(+), 136 deletions(-) diff -Nru a/driver

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

2003-06-18 Thread Greg KH
ChangeSet 1.1268, 2003/06/18 17:27:07-07:00, [EMAIL PROTECTED] [PATCH] USB: US_SC_DEVICE and US_PR_DEVICE for 2.4 This patch implements the new subclass and protocol unusual_devs.h codes for 2.4.21. Now new entries can remain consistent between 2.4 and 2.5. drivers/usb/storage/protocol.h |

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

2003-06-18 Thread Greg KH
ChangeSet 1.1242, 2003/06/18 16:54:21-07:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd.c needs to include When I try to configure in EHCI support without this patch, I get generic_ffs undefined at link time. (This is with 2.4.21-rc2 on our sh64 (SH-5) port). Perhaps there are other ways to achie

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

2003-06-18 Thread Greg KH
ChangeSet 1.1266, 2003/06/18 17:21:31-07:00, [EMAIL PROTECTED] [PATCH] USB: New vendor/product ids for scanner driver This patch adds some new vendor/product ids for the USB scanner driver. It's the same that already went into 2.5. drivers/usb/scanner.c |5 + drivers/usb/scanner.h |

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

2003-06-18 Thread Greg KH
ChangeSet 1.1231, 2003/06/18 16:48:36-07:00, [EMAIL PROTECTED] [PATCH] USB: Add support for Pentax Still Camera to linux kernel drivers/usb/storage/unusual_devs.h | 13 + 1 files changed, 13 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusu

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

2003-06-18 Thread Greg KH
ChangeSet 1.1216, 2003/06/18 16:34:29-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: spin_lock_irqsave -> spin_lock_irq in process context Replace spin_lock_irqsave/spin_unlock_irqrestore with spin_lock_irq/spin_unlock_irq in routines that are only called in process context. drivers/usb/spee

  1   2   >