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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.22, 2004/02/18 13:17:05-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd, fullspeed iso data structures (1/3) [USB] start ehci split transaction support Updates split ISO transaction descriptor structure, add bitmask #defines; it's groundwork for full speed ISO support in EHCI.

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.21, 2004/02/18 13:13:04-08:00, [EMAIL PROTECTED] [PATCH] USB: usbtest, two more protocol cases [USB] usbtest, two more control queueing subtests From Alan Stern. This adds two more "short control read" test cases, both padding the "expected" transfer to end-of-packet. We

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.23, 2004/02/18 13:17:29-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd, fullspeed iso data structures (2/3) [USB] ehci, rename some iso data structures Rename some data and functions used by EHCI to manage ISO transactions, since they currently assume only high speed transfer

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.20, 2004/02/18 13:12:46-08:00, [EMAIL PROTECTED] [PATCH] USB: usbcore, avoid RNDIS configs [USB] usbcore avoids RNDIS configuration. Modifies the "choose a configuration" heuristic to recognize the other case that 2.4 handled: RNDIS, a MSFT protocol that's sometimes used as

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.18, 2004/02/18 13:11:47-08:00, [EMAIL PROTECTED] [PATCH] USB: usbcore, scatterlist cleanups [USB] minor usb_sg_wait() cleanups - count urb completions correctly when there's a non-recoverable fault during scatterlist submission ... prevents a hang (seen only with al

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.19, 2004/02/18 13:12:22-08:00, [EMAIL PROTECTED] [PATCH] USB: usbcore, hub driver enables TT-per-port mode [USB] hub driver turns on multi-TT mode This turns on the multi-tt mode in hubs that support it; the Cypress "TetraHub" products are appearing at retail now, complete wi

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.25, 2004/02/18 15:05:01-08:00, [EMAIL PROTECTED] [PATCH] USB: Improve UHCI root hub code: descriptor, OC bits, etc. This patch is from David Brownell. UHCI root hub updates ... minor bugfixes and cleanups, improving conformance with the USB hub specification. - UHCI doesn't

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.24, 2004/02/18 13:17:51-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci-hcd, scheduler handles TT collisions (3/3) [USB] ehci-hcd detects microframe transaction scheduling collisions This detects TT schedule collisions for split periodic transactions on USB 2.0 hubs, handling both

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.32, 2004/02/19 16:19:27-08:00, [EMAIL PROTECTED] USB storage: sync up with some missing unusual_devs entries that were in my tree. drivers/usb/storage/unusual_devs.h | 18 ++ 1 files changed, 18 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.29, 2004/02/19 15:34:39-08:00, [EMAIL PROTECTED] [PATCH] USB: Use driver-model logging in the UHCI driver The main item in this patch is the conversion of the UHCI driver from using the old usb.h logging macros to the new driver-model dev_xxx macros. There are a few other min

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.12, 2004/02/17 16:44:27-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Reduce auto-sensing for CB transport This patch addresses a problem common among digital cameras that use the CB transport. Namely, too much auto-sensing confuses them; particularly auto-sensing after INQUI

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.5, 2004/02/17 16:20:54-08:00, [EMAIL PROTECTED] [PATCH] USB: Remove unneeded and error-provoking variable in UHCI This patch removes an unneeded "status" field from the UHCI driver's URB-private data structure. The driver had been storing the status of completed URBs there ra

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.2, 2004/02/16 16:55:03-08:00, [EMAIL PROTECTED] [PATCH] USB: fix usblp.c The line that IMHO triggers the bug is this: "writecount += usblp->writeurb->transfer_buffer_length;" It uses "usblp->writeurb->transfer_buffer_length" before initializing it, assuming that it will be z

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.7, 2004/02/17 16:21:33-08:00, [EMAIL PROTECTED] [PATCH] USB: ERRBUF_LEN compiling error when PAGE_SIZE=64KB on IA64 Randy, thanks for forwarding this to me. > Johannes, > > When I compile base kernel 2.6.1 with PAGE_SIZE=64KB on an IA64 > platform, there is an error. > CC

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.30, 2004/02/19 15:35:35-08:00, [EMAIL PROTECTED] [PATCH] USB: fix up compile errors in uhci driver. drivers/usb/host/uhci-hcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c --- a/drivers

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.27, 2004/02/19 15:32:56-08:00, [EMAIL PROTECTED] [PATCH] USB: Another unusual_devs.h update On Thu, 19 Feb 2004, Agustin De Igartua wrote: > Initializing USB Mass Storage driver... > usb-storage: This device (04e6,0002,0100 S 06 P 50) has unneeded SubClass and > Protocol ent

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.4, 2004/02/17 16:10:36-08:00, [EMAIL PROTECTED] [PATCH] USB: some stv680 fixes - swapRGB is already initialized to 0 - change "swapRGB_on == 1" to match in-source documentation - submit urb with GFP_ATOMIC (interrupt context) - this made driver unusable because of "might_sl

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.31, 2004/02/19 15:42:36-08:00, [EMAIL PROTECTED] [PATCH] USB: add comments to sddr09.c People ask how to write the CIS on a SmartMedia card using an sddr09 reader/writer. The patch below documents the required command (but does not add the code). Two years ago or so I used t

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.26, 2004/02/18 15:05:21-08:00, [EMAIL PROTECTED] [PATCH] USB: More UHCI root hub code improvements This adds some minor improvements to the UHCI root hub code. The only important change is that it handles the overcurrent indicator bits on VIA controllers properly; they are re

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.3, 2004/02/16 16:59:10-08:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio new PIDs and name fix for sysfs This patch adds a couple of new PIDs for the ftdi_sio driver and changes the name of the USB-UIRT device to avoid the "/" character, as that appears as a directory separator i

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.10, 2004/02/17 16:43:54-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Handle excess 0-length data packets This patch is an attempt to cope with Genesys Logic's, shall we say, creative approach to implementing the USB protocols. Their high-speed mass storage devices sometimes

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.11, 2004/02/17 16:44:14-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Treat STALL as failure for CB[I] I recall something like this had to be changed a while ago, but it looks like it's still not right. A STALL during either the command or data phase of a CB[I] command should

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.6, 2004/02/17 16:21:17-08:00, [EMAIL PROTECTED] [PATCH] USB: Even out distribution of UHCI interrupt transfers This patch evens out the distribution of interrupt transfers for the UHCI driver. It insures that no frame must handle interrupt queues for more than two different p

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.15, 2004/02/17 16:45:15-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Fix small endian-ness bug This patch fixes up a small endian-ness bug from mid-January. drivers/usb/storage/sddr09.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/sto

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.8, 2004/02/17 16:21:51-08:00, [EMAIL PROTECTED] [PATCH] USB: Simplify locking in UHCI This patch is an amalgam of 9 contributions from Stephen Hemminger. It begins the process of straightening out the use of semaphores and locking in the UHCI driver by removing unneeded irqsa

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.17, 2004/02/17 17:16:30-08:00, [EMAIL PROTECTED] [PATCH] USB: Fix USB host code to use generic DMA API drivers/usb/core/buffer.c | 23 drivers/usb/core/hcd-pci.c | 31 ++-- drivers/usb/core/hcd.c | 38 ++

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.14, 2004/02/17 16:45:00-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Reduce unsolicited auto-sense This patch (a regeneration of as185) reduces the amount of auto-sensing we do even further. It also zeros-out the sense buffer in those cases where we do auto-sense and get bac

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.13, 2004/02/17 16:44:43-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Save the SCSI residue value when auto-sensing This patch (a regeneration of as173) saves the residue value of a command when doing an auto-sense. Not that it really matters much -- almost nobody looks at th

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.9, 2004/02/17 16:22:07-08:00, [EMAIL PROTECTED] [PATCH] USB: Mask "HC Halted" bit in the UHCI status register Contrary to the UHCI specification document, in real controllers the "HC Halted" bit in the status register cannot be cleared by writing a 1. It will persist for as l

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.16, 2004/02/17 16:47:56-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: unusual_devs.h fixup On 15 Feb 2004, Frank D. Cringle wrote: > Hi, > > my syslog requests that I send this message. See below regarding > usb-storage: This device ... has an unneeded SubClass entry in unus

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

2004-02-19 Thread Greg KH
ChangeSet 1.1557.49.28, 2004/02/19 15:34:09-08:00, [EMAIL PROTECTED] [PATCH] USB: Repair unusual_devs.h entry On Fri, 20 Feb 2004, Gustavo Guillermo wrote: > Ok, I tested the patch, The camera works, just as in the old Kernel, > Thanks, I'm including as an atachment the /proc/bus/usb/devices fro

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.5, 2004/01/29 16:09:20-08:00, [EMAIL PROTECTED] [PATCH] USB: remove unused usb-debug.c file (moving the one used function into the usb.c file.) drivers/usb/core/usb-debug.c | 201 - drivers/usb/core/Makefile |2 drivers/us

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.9, 2004/01/30 17:10:00-08:00, [EMAIL PROTECTED] [PATCH] USB: remove pci_unmap_single() calls from usbcore There's an unnecessary pci-ism in usbcore -- just an oversight in some API conversion, and harmless on most systems. This'll be a good thing to remove for non-PCI HCD supp

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.17, 2004/02/02 13:56:05-08:00, [EMAIL PROTECTED] [PATCH] USB: add support for the Aceeca Meazura device to the visor driver. Thanks to Terry Markovich <[EMAIL PROTECTED]> for the information. drivers/usb/serial/visor.c |3 +++ drivers/usb/serial/visor.h |3 +++ 2 fil

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.16, 2004/02/02 13:45:57-08:00, [EMAIL PROTECTED] [PATCH] USB: fix URB leak in belkin driver if submission of the interrupt URb fails in belkin_sa_open() the previously submitted URB may remain live. The rest of the system thinks that opening failed, therefore the URB should be

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.11, 2004/02/02 13:43:56-08:00, [EMAIL PROTECTED] [PATCH] USB: fix usb hc and shared irq handling Here is a revised version of the irqreturn_t propagation patch. The only difference is now ohci-hcd returns IRQ_HANDLED in the remove case. drivers/usb/core/hcd.c |4 +++

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.13, 2004/02/02 13:44:29-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: fix usb/gadget/file_storage.c doesn't compile with gcc 2.95 drivers/usb/gadget/file_storage.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/gadget/file_storage.c b/d

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.4, 2004/01/29 16:05:03-08:00, [EMAIL PROTECTED] [PATCH] USB: gcc-3.5: drivers/usb/storage/usb.c drivers/usb/storage/usb.c: In function `usb_stor_release_resources': drivers/usb/storage/usb.c:837: error: invalid lvalue in assignment drivers/usb/storage/usb.c |2 +- 1 file

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.8, 2004/01/29 16:29:48-08:00, [EMAIL PROTECTED] [PATCH] USB: fix Bug 1821: sleeping function called > Data point: "visor.c" always passes GFP_ATOMIC there. Here's a patch that makes cdc-acm use GFP_ATOMIC too, and report consequent allocation failures. Compiles but otherwise

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.14, 2004/02/02 13:44:55-08:00, [EMAIL PROTECTED] [PATCH] USB storage: fix sign bug in usb-storage datafab 2.6 has no -fsigned-char anymore. there are 3 checks for info->lun < 0 drivers/usb/storage/datafab.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nr

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.1, 2004/01/29 16:03:40-08:00, [EMAIL PROTECTED] [PATCH] USB: gcc-3.5: drivers/usb/gadget/net2280.c drivers/usb/gadget/net2280.c: In function `write_fifo': drivers/usb/gadget/net2280.c:527: error: `typeof' applied to a bit-field drivers/usb/gadget/net2280.c: In function `handle_

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.176, 2004/02/09 12:16:53-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/misc/Kconfig URI update & unify: modules.txt Another little patch fixing modules.txt and fine tuning URLs. drivers/usb/misc/Kconfig |9 + 1 files changed, 5 insertions(+), 4 deletions(-)

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.3, 2004/01/29 16:04:34-08:00, [EMAIL PROTECTED] [PATCH] USB: gcc-3.5: drivers/usb/misc/uss720.c drivers/usb/misc/uss720.c: In function `parport_uss720_epp_read_data': drivers/usb/misc/uss720.c:336: error: invalid lvalue in increment drivers/usb/misc/uss720.c: In function `parpo

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.15, 2004/02/02 13:45:27-08:00, [EMAIL PROTECTED] [PATCH] USB: fix DMA to stack in tt-usb this driver does DMA to the stack via usb_bulk_msg(). drivers/media/dvb/ttusb-dec/ttusb_dec.c | 25 + 1 files changed, 21 insertions(+), 4 deletions(-) diff -

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.12, 2004/02/02 13:44:11-08:00, [EMAIL PROTECTED] [PATCH] USB: remove reference to usb_hcd.refcnt in ohci-sa111.c Following patch against 2.6.2-rc2 removes a reference to what appears to be a deprecated member of struct usb_hcd from the function ohci-sa111.c:usb_hcd_sa_remov

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

2004-02-09 Thread Greg KH
ChangeSet 1.1607, 2004/02/09 14:22:43-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/media/Kconfig URL fixups Here is patch for linux-2.6/drivers/usb/media/Kconfig. drivers/usb/media/Kconfig | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff -Nru

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.18, 2004/02/04 17:05:56-08:00, [EMAIL PROTECTED] [PATCH] USB: fix Casio digicam entry in unusual_devs.h drivers/usb/storage/unusual_devs.h |9 - 1 files changed, 8 insertions(+), 1 deletion(-) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.173, 2004/02/09 12:16:07-08:00, [EMAIL PROTECTED] [PATCH] USB: re-factor enumeration/reset paths This patch starts dis-entangling some of the enumeration logic by moving initialization code into the usb_alloc_dev() constructor. Some call signatures changed; a usbcore-internal d

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.6, 2004/01/29 16:16:12-08:00, [EMAIL PROTECTED] [PATCH] USB gadget: file_storage.c -- remove device_unregister_wait() It replaces a call to device_unregister_wait() in the File-backed Storage Gadget. drivers/usb/gadget/file_storage.c | 17 ++--- 1 files changed

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.2, 2004/01/29 16:04:08-08:00, [EMAIL PROTECTED] [PATCH] USB: gcc-3.5: drivers/usb/input/hid-core.c drivers/usb/input/hid-core.c: In function `fetch_item': drivers/usb/input/hid-core.c:605: error: invalid lvalue in increment drivers/usb/input/hid-core.c:612: error: invalid lvalu

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.10, 2004/02/02 13:43:35-08:00, [EMAIL PROTECTED] [PATCH] USB: mark the scanner driver BROKEN Greg, I think this now makes 2 distinct bugs in the scanner kernel driver. Maybe it should be protected with a BROKEN: drivers/usb/image/Kconfig |2 +- 1 files changed, 1 insert

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.174, 2004/02/09 12:16:25-08:00, [EMAIL PROTECTED] [PATCH] USB: usb-storage Kconfig_URL_update Here is little URL update for Kconfig file. I hope webmaster remembers to put redirection in place next time URL changes. drivers/usb/storage/Kconfig |6 +++--- 1 files changed,

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.172, 2004/02/06 14:19:39-08:00, [EMAIL PROTECTED] [PATCH] USB: DSBR-100 tiny patch Fix timy errors in comments and strings. drivers/usb/media/dsbr100.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/media/dsbr100.c b/drivers/usb/med

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.22, 2004/02/05 16:22:50-08:00, [EMAIL PROTECTED] [PATCH] USB: change uhci maintainer MAINTAINERS |4 ++-- drivers/usb/host/uhci-hcd.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -Nru a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.19, 2004/02/04 17:06:19-08:00, [EMAIL PROTECTED] [PATCH] USB: Update ohci-omap to compile Following is a trivial patch to update the ohci-omap.c in 2.6.2 to be in sync with the OMAP tree. Basically the IRQ name was changed, which keeps the driver from compiling. It also includ

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.7, 2004/01/29 16:19:40-08:00, [EMAIL PROTECTED] [PATCH] USB: ehci - clear TT buffer command patch I have a patch for a typo in the 2.6.0 kernel, drivers/usb/core/hub.c, in hub_clear_tt_buffer, the value USB_DIR_IN | USB_RECIP_OTHER is used for bmRequestType, when section 11.24

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.177, 2004/02/09 12:17:06-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/input/Kconfig URI unify Little URI unifing patch. drivers/usb/input/Kconfig | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff -Nru a/drivers/usb/input/Kconfig b/drivers/usb

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.25, 2004/02/05 16:34:35-08:00, [EMAIL PROTECTED] [PATCH] USB: usbtest updates [USB] usbtest, add more tests; minor fixes More tests for host and gadget controller drivers: - test 13, bulk endpoint halts - test 14, control OUT transfers - test 15, iso OUT testing

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.179, 2004/02/09 12:17:32-08:00, [EMAIL PROTECTED] [PATCH] USB: fix bug number 1980 about keyspan devices not getting recognized. drivers/usb/serial/keyspan.h |1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/serial/keyspan.h b/drivers/usb/serial/keyspan.h --

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.26, 2004/02/05 16:34:54-08:00, [EMAIL PROTECTED] [PATCH] USB: usbnet updates (new devices) [USB] usbnet updates: new devices, cleanups New devices: Aten UC210T, Zaurus SL-6000 Cleanup, factoring out shared CDC glue for Ethernet, Zaurus, and eventually RNDIS. drivers/usb/

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.171, 2004/02/06 14:19:24-08:00, [EMAIL PROTECTED] [PATCH] USB: USB misc OHCI updates Here are three minor OHCI changes: * Turn off periodic dma transfers until they're needed. Extra DMAs consume power, and can trigger problems on marginal systems. * New module param "power

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.24, 2004/02/05 16:33:43-08:00, [EMAIL PROTECTED] [PATCH] USB Gadget: pxa2xx_udc updates [USB] pxa2xx_udc updates, mostly for non-Lubbock hardware - IXP 42x UDC support (Greg Weeks) - remove Lubbock-specific build assumption (Guennadi Liakhovetski) - handle D+ pullup ri

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.175, 2004/02/09 12:16:40-08:00, [EMAIL PROTECTED] [PATCH] USB: drivers/usb/net config URI update and unify Here is a tiny Kconfig update and unify patch. drivers/usb/net/Kconfig | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff -Nru a/drivers/usb/

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.23, 2004/02/05 16:26:16-08:00, [EMAIL PROTECTED] [PATCH] USB Gadget: ethernet gadget locking tweaks [USB] ethernet gadget, locking tweaks This problem showed pretty quickly on an SMP system. Basically, access to the freelist (tx more than rx) needs a spinlock. Stop repeating

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.8.20, 2004/02/04 17:06:38-08:00, [EMAIL PROTECTED] [PATCH] USB: remove USB_SCANNER from the build USB_SCANNER is obsolete, and it's now marked as BROKEN. I there a good reason to keep it in the kernel? drivers/usb/Makefile |1 - drivers/usb/image/Kconfig | 13 ---

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

2004-02-09 Thread Greg KH
ChangeSet 1.1500.2.178, 2004/02/09 12:17:18-08:00, [EMAIL PROTECTED] [PATCH] USB: fix unneeded SubClass entry in unusual_devs.h On Sat, 7 Feb 2004, Brendan Arthurs wrote: > I'm getting the following message when I power on my USB external > enclosure (a MAP-K51U) with a Maxtor IDE hard drive in