[linux-usb-devel] 2.6 PATCH: sr.c should issue TEST_UNIT_READY

2003-09-02 Thread Matthew Dharm
The linux/drivers/scsi/sr.c code will issue a MODE_SENSE[_10] command to a device as the first command sent to the device. If the device has just come out of reset, it will likely respond with a UNIT_ATTENTION/NOT_READY status, which causes the MODE_SENSE to fail. In fact, the device may have

[linux-usb-devel] 2.6.0-0.test4.1.32 vs Clié T415

2003-09-02 Thread Cesar Cardoso
Hi all, let me repost again my problem (now with more info). First: everything works with the 2.4.20 kernel. My kernel (as reported by uname -r) is 2.6.0-0.test4.1.32, got on people.redhat.com/arjanv/2.5 The gnome-pilot version is 2.0.10, the pilot-link is 0.11.8 Trying to sync with my Clié

Re: [linux-usb-devel] USB Gadget - serial?

2003-09-02 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just use ssh over g_ether (2.4.19-rmk7-pxa2), it's less work for me to set up -- but then, I don't need to talk to Windows or such. Right, but unfortunately this is with a very minimalistic kernel. (This is actually part of the Linux As

[linux-usb-devel] Warning: message 19tSNM-0004IH-00 delayed 36 hours

2003-09-02 Thread Mail Delivery System
This message was created automatically by mail delivery software (Exim). A message that you sent has not yet been delivered to one or more of its recipients after more than 36 hours on the queue on chlothar.bnv-bamberg.de. The message identifier is: 19tSNM-0004IH-00 The subject of the

[linux-usb-devel] [patch 2.6.0-test4] usb hcd states

2003-09-02 Thread David Brownell
This patch includes: - updates from Benjamin Herrenschmidt to make usbcore behave a bit better during PM suspend (setting and checking hcd state). - related updates from me, making more paths into hcds fail when the driver is suspended. - updates based on some feedback from Alan

Re: [linux-usb-devel] [pasky@ucw.cz: USB not working correctly in2.6.0-test4-mm4]

2003-09-02 Thread David Brownell
I saw one of those (cdc_bind oops) recently too; not clear what misbehaved since no relevant usb code changed recently. Try the next batch of USB changes, which does change that function. (They're in Greg's queue, Linus doesn't have them yet. [1]) I've not seen this mysterious oops with that

[linux-usb-devel] Testing

2003-09-02 Thread David Findlay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a way to get direct access to a device on usb via usermode? I'm just thinking it might be easier to try and figure out how to use my device from that mode. Thanks, David - -- It's not that engineers are boring people, we just get excited

Re: [linux-usb-devel] Testing

2003-09-02 Thread Matthew Dharm
Libusb provides this functionality. Matt On Tue, Sep 02, 2003 at 01:07:44PM +1000, David Findlay wrote: Is there a way to get direct access to a device on usb via usermode? I'm just thinking it might be easier to try and figure out how to use my device from that mode. Thanks, David

[linux-usb-devel] Re: Approved

2003-09-02 Thread WAVA Postmaster
WARNING: our e-mail system has detected that your message to us contained a virus, as follows: /var/spool/uvscan/tmp/document_9446.pif Found the W32/[EMAIL PROTECTED] virus !!! Accordingly, your message has *not* been delivered to it's recipient. Further information about this virus can

[linux-usb-devel] Returned mail: see transcript for details

2003-09-02 Thread Mail Delivery Subsystem
/spool/MailScanner/quarantine/20030902 (message h824soKs013491). -- Postmaster Mailscanner thanks transtec Computers for their support ---End Message---

[linux-usb-devel] usbvideo.h docs?

2003-09-02 Thread David Findlay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there some documentation for using usbvideo to create a usb camera driver? I'm sorta copying another driver, but it would be nice if I understood what some of this stuff means. For instance, what is usbvideo_cb_t? Thanks, David - -- It's not

Re: [linux-usb-devel] lsusb warnings in 2.4.22

2003-09-02 Thread Olaf Hering
On Mon, Sep 01, David Brownell wrote: Olaf Hering wrote: Good morning, who is mainaining lsusb these days? I recently sent a patch to Thomas Sailer [EMAIL PROTECTED], which he reports is now merged into CVS. Fixes problems like: - no parsing for common CDC class descriptors, -

Re: [linux-usb-devel] Problem changing usb external disk

2003-09-02 Thread Alessandro Fiorino
On Tuesday 26 August 2003 17:18, you wrote: Follow the directions in the section Dynamically insert and remove SCSI devices in the SCSI-Programming-HOWTO. If that doesn't help, post another message. Alan Stern Using the /proc/scsi/scsi API works! Why the hotplug script doen's do the

Re: [linux-usb-devel] Phillips MCE Remote (Windows Media Center Edition) ?

2003-09-02 Thread Dwaine_Garden
Has anyone gotten the USB IR receiver that comes with Windows Media Center working on Linux at all? Or even started working on it? Umm.. It would be a interesting device to have under Linux. Do you own a device? It would be good to have lsusb output.

[linux-usb-devel] ldisc problem identified, now how to fix?

2003-09-02 Thread Joe Philipps
I think I have tracked down a problem that has been written about recently w/r/t the Linux implementation of USB to serial (RS232C) adapters (including modems attached via USB). I will preface my remarks by saying I have, if you'll pardon the pun, peripheral knowledge of what's going on, but not

Re: [linux-usb-devel] usbvideo.h docs?

2003-09-02 Thread Randy.Dunlap
On Tue, 2 Sep 2003 17:52:31 +1000 David Findlay [EMAIL PROTECTED] wrote: | Is there some documentation for using usbvideo to create a usb camera driver? I doubt it. | I'm sorta copying another driver, but it would be nice if I understood what | some of this stuff means. | | For instance, what

[linux-usb-devel] [PATCH] usblp printer class GET_DEVICE_ID fix (2.6.0-test4)

2003-09-02 Thread Adam Lazur
This is a repost of a patch I sent to the linux-usb-devel list ~4 months ago. The patch updates the wIndex field for the printer class GET_DEVICE_ID control request to take into account the interface and alternate numbers. As per the printer class spec, for GET_DEVICE_ID requests, the high byte

[linux-usb-devel] [PATCH] usblp printer class GET_DEVICE_ID fix (2.4.23-pre2)

2003-09-02 Thread Adam Lazur
The patch updates the wIndex field for the printer class GET_DEVICE_ID control request to take into account the interface and alternate numbers. As per the printer class spec, for GET_DEVICE_ID requests, the high byte is the device interface and the low byte is the alternate. The current code

Re: [linux-usb-devel] USB kernel driver for APG cash drawer

2003-09-02 Thread William L. Thomson Jr.
On Fri, 2003-08-22 at 09:11, James Courtier-Dutton wrote: Can you give more details on which drawer you intend to use, and what interface it has etc. AGP Vesario USB Pro II http://www.agpcd.com If it has a USB interface, please send me the output of lspci -v I have the drawer plugged in

Re: [linux-usb-devel] USB Gadget - serial?

2003-09-02 Thread David Brownell
Joshua Wise wrote: Is there a tutorial out there or a list of what I need to do to get a really teeny driver up and going? g_zero seems to be rather large for what it does... No tutorial, at least not now -- beyond the overview in the 2.6 kerneldoc (Documentation/DocBook/gadget.pdf).

Re: [linux-usb-devel] lsusb warnings in 2.4.22

2003-09-02 Thread Randy.Dunlap
On Mon, 01 Sep 2003 07:08:35 -0700 David Brownell [EMAIL PROTECTED] wrote: | Olaf Hering wrote: | Good morning, | | who is mainaining lsusb these days? | | I recently sent a patch to Thomas Sailer [EMAIL PROTECTED], which | he reports is now merged into CVS. Fixes problems like: | |-

Re: [linux-usb-devel] lsusb warnings in 2.4.22

2003-09-02 Thread David Brownell
Olaf Hering wrote: On Mon, Sep 01, David Brownell wrote: Olaf Hering wrote: Good morning, who is mainaining lsusb these days? I recently sent a patch to Thomas Sailer [EMAIL PROTECTED], which he reports is now merged into CVS. ... Where is this CVS? I sent him a mail once, but it bounced,

Re: [linux-usb-devel] 2.6.0-test4 - PL2303 OOPS - see also 2.4.22: OOPS on disconnect PL2303 adapter

2003-09-02 Thread Greg KH
On Tue, Sep 02, 2003 at 01:39:08AM +0800, Michael Frank wrote: PL2303 is used to connect the serial console on a classic serial port of a test machine. HW nandshaking is used The test machine reboots once a minute and dumps lots of messages Frequently: - driver hangs - userspace (cu)

Re: [linux-usb-devel] ldisc problem identified, now how to fix?

2003-09-02 Thread Greg KH
On Tue, Sep 02, 2003 at 10:48:18AM -0400, Joe Philipps wrote: The first one (of \r) goes through just fine. The second one (of \n) however sees the INPROGRESS flag, and dutifully reports back to its caller that the char has not been written (returns written count != requested count,

[linux-usb-devel] Re: File-backed Storage Gadget (part 1: fsg source)

2003-09-02 Thread David Brownell
Alan Stern wrote: Folks: Below is the source for the first version of my File-backed Storage Gadget driver. The driver acts as a USB Mass Storage device using either a regular file or a block device file to provide backing storage. ... The driver needs a lot of testing. I can't run it in its

Re: [linux-usb-devel] 2.6.0-0.test4.1.32 vs Clié T415

2003-09-02 Thread Greg KH
On Mon, Sep 01, 2003 at 09:21:52PM -0300, Cesar Cardoso wrote: Hi all, let me repost again my problem (now with more info). First: everything works with the 2.4.20 kernel. My kernel (as reported by uname -r) is 2.6.0-0.test4.1.32, got on people.redhat.com/arjanv/2.5 The gnome-pilot

Re: [linux-usb-devel] 2.4.22: OOPS on disconnect PL2303 adapter - see also 2.6.0-test4 - PL2303 annoyances

2003-09-02 Thread Greg KH
On Tue, Sep 02, 2003 at 01:37:17AM +0800, Michael Frank wrote: After the troubles with 2.6, rebooted with 2.4.22, First use of USB with 2.4.22 ;) Behaviour same + an oops... Sorry, the call trace DOES not make sense - I checked that I use the correct symbols ; Known bug, use 2.6.

Re: [linux-usb-devel] USB kernel driver for APG cash drawer

2003-09-02 Thread William L. Thomson Jr.
On Tue, 2003-09-02 at 12:29, James Courtier-Dutton wrote: AGP Vesario USB Pro II http://www.agpcd.com www.agpcd.com does not seem to exist. But www.apgcd.com does!! Sorry about that. Typing to fast and not checking myself. Sorry, I meant lsusb -v It is part of the usbutils package

[linux-usb-devel] Re: [LAVARRE@iomega.com: [usb-storage] [PATCH] (pel1) cbw/csw trace in order]

2003-09-02 Thread Greg KH
On Mon, Sep 01, 2003 at 12:29:25PM -0700, Matthew Dharm wrote: The attached patch for the 2.6.0-test series re-orders some debug output messages; the new order matches the order in which the fields are actually transferred over the wire. This is to make life easier for those developers who

[linux-usb-devel] Re: [PATCH 2.6] Add ethtool_ops support to usbnet

2003-09-02 Thread Greg KH
On Fri, Aug 29, 2003 at 08:04:34AM -0400, David T Hollis wrote: [EMAIL PROTECTED], 2003-08-29 07:56:36-04:00, [EMAIL PROTECTED] Add ethtool_ops support to usbnet Hm, I get a confict when trying to apply this patch. Can you rediff it, or just wait for me to sync back up with Linus? thanks,

RE: [linux-usb-devel] USB Gadget - serial?

2003-09-02 Thread Borchers, Al (C)(STP)
Greg mentioned a USB gadget serial device a few days ago and it piqued my interest. I am finishing a gadget and host driver that provides Unix style pipes between a host and device over USB 2.0/1.1. Not sure if the company I am contracting with will be willing to release it GPL or not (my guess

[linux-usb-devel] High speed interrupt polling interval

2003-09-02 Thread Borchers, Al (C)(STP)
How should the interval field in an urb for USB 2.0 interpretted? Is it microframes (125 micro-seconds) as the ehci code seems to assume? Or should it be interpretted like the bInterval field in an endpoint descriptor? The USB 2.0 spec, section 9.6.6, Table 9-13, says For high-speed

[linux-usb-devel] Re: File-backed Storage Gadget (part 1: fsg source)

2003-09-02 Thread Alan Stern
On Tue, 2 Sep 2003, David Brownell wrote: After a couple quick rounds of patches, it seems to behave on a net2280 (at least at high speed). I guess that counts as working on two controllers ... :) So I've merged the last version of this patch into the gadget-2.6 BK tree, which will make

[linux-usb-devel] [PATCH] Aten 4 Port USB 2.0 KVM C (ACS-1724) support

2003-09-02 Thread andy . usb
Greetings- I recently purchased the Soundblaster MP3+ usb audio device and am trying to get it to work with my linux box. If I attach it directly to one of my USB 1.1 ports, everything works fine. When I attach it to my KVM switch, which is a USB 2.0 device, it is detected and the driver is

Re: [linux-usb-devel] USB Gadget - serial?

2003-09-02 Thread Joshua Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 September 2003 2:01 pm, Borchers, Al (C)(STP) wrote: I am finishing a gadget and host driver that provides Unix style pipes between a host and device over USB 2.0/1.1. Not sure if the company I am contracting with will be willing to

Re: [linux-usb-devel] [ PATCH] usb_epnum_to_ep_desc only look atthe active alt setting

2003-09-02 Thread David Brownell
[EMAIL PROTECTED] wrote: diff -Nru linux-2.5.68/drivers/usb/core/usb.c linux-2.5.68/drivers/usb_patch/core/usb.c Here's an updated version, against 2.6.0-test4. It updates the doc and also adds a bit of paranoia in case the altsettings are out of order. This has gotten some discussion from time

[linux-usb-devel] [BK PATCH] USB fixes for 2.6.0-test4

2003-09-02 Thread Greg KH
Hi, Here are some USB fixes for 2.6.0-test4. There are a large number of janitorial audit fixes in here, and a range of compile and run-time bugfixes. Highlights include a fix for the keyspan devices to prevent them from oopsing when plugged in. Please pull from:

[linux-usb-devel] Warning: E-mail viruses detected

2003-09-02 Thread MailScanner
Our virus detector has just been triggered by a message you sent:- To: [EMAIL PROTECTED] Subject: Re: Your application Date: Tue Sep 2 16:07:23 2003 One or more of the attachments (your_details.pif) are on the list of unacceptable attachments for this site and will not have been delivered.

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.30, 2003/08/22 16:18:53-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio - fix memory leak and tidy up write bulk callback The patch frees the bulk write urb's transfer buffer in the write bulk callback (the buffer is allocated dynamically when the urb is submitted). The patch

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.31, 2003/08/22 16:20:26-07:00, [EMAIL PROTECTED] [PATCH] USB: Add ax8817x support to usbnet This patch adds support to usbnet for devices based on the ASIX AX88172 USB 2.0 Ethernet chipset. drivers/usb/net/usbnet.c | 322 ++- 1

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.34, 2003/08/22 16:47:12-07:00, [EMAIL PROTECTED] [PATCH] USB: version.h cleanup 2 of 4 I used a combination of: egrep -l 'UTS_RELEASE|LINUX_VERSION_CODE|\KERNEL_VERSION\' and grep -l linux/version.h to find them. They compiled as module/non-module for me. The previous patch

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.29, 2003/08/22 16:13:14-07:00, [EMAIL PROTECTED] [PATCH] USB: usb_sg_cancel() + disconnect, fewer messages One tester reported that disconnecting in the middle of a scatterlist operation would give a lot of confusing messages. This should improve that situation a bunch:

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.9, 2003/08/22 15:33:06-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 9/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/ir-usb.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.27, 2003/08/27 10:53:35-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 drivers/usb/input/kbtab.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.37, 2003/08/27 11:30:20-07:00, [EMAIL PROTECTED] [PATCH] Another bad audit in drivers/usb/*: usbskeleton Another minor cleanup: - if usb_register fails report back its return code rather than -1 drivers/usb/usb-skeleton.c |4 ++-- 1 files changed, 2 insertions(+), 2

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.5, 2003/08/22 15:32:03-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 5/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/ftdi_sio.c | 37 +++-- 1 files changed, 31 insertions(+), 6 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.29, 2003/08/27 10:54:39-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 drivers/usb/class/usb-midi.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.61, 2003/08/28 13:50:32-07:00, [EMAIL PROTECTED] [PATCH] USB: add support for 2 new devices to the visor driver. Based on the 2.4 version of the driver. drivers/usb/serial/visor.c |9 - drivers/usb/serial/visor.h |6 ++ 2 files changed, 14 insertions(+),

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.23, 2003/08/27 10:51:29-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 drivers/usb/misc/uss720.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.43, 2003/08/27 15:01:36-07:00, [EMAIL PROTECTED] [PATCH] USB: usb_new_device() shouldn't be exported Minor cleanup. This call no longer needs exporting for root hubs, they have their own API to use instead. drivers/usb/core/usb.c |5 ++--- 1 files changed, 2

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.17, 2003/08/27 10:48:07-07:00, [EMAIL PROTECTED] [PATCH] USB: CREDITS file update CREDITS |8 1 files changed, 8 insertions(+) diff -Nru a/CREDITS b/CREDITS --- a/CREDITS Tue Sep 2 12:45:39 2003 +++ b/CREDITS Tue Sep 2 12:45:39 2003 @@ -281,6 +281,14 @@

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.63, 2003/08/29 13:56:15-07:00, [EMAIL PROTECTED] [PATCH] USB: fix oops in keyspan and whiteheat devices when plugged in. Thanks to Pat Mochel for finding out where the error was for this bug. drivers/usb/serial/usb-serial.c |3 ++- 1 files changed, 2 insertions(+), 1

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.69, 2003/09/02 11:01:43-07:00, [EMAIL PROTECTED] [PATCH] USB: net2280 one-liner Please merge this minor fix: - loosen constraints on buffer allocation This is needed before Alan's file-backed storage gadget driver will initialize using net2280.

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.41, 2003/08/27 15:00:50-07:00, [EMAIL PROTECTED] [PATCH] USB: digi_acceleport.c: typo fix drivers/usb/serial/digi_acceleport.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/serial/digi_acceleport.c

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.8, 2003/08/22 15:32:51-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 8/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/ipaq.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/serial/ipaq.c

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.33, 2003/08/27 11:28:29-07:00, [EMAIL PROTECTED] [PATCH] ...more usb audit - audit usb_register in hiddev_init drivers/usb/input/hiddev.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -Nru a/drivers/usb/input/hiddev.c b/drivers/usb/input/hiddev.c ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.66, 2003/08/29 14:39:40-07:00, [EMAIL PROTECTED] [PATCH] USB: usb-skeleton bugfix drivers/usb/usb-skeleton.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c --- a/drivers/usb/usb-skeleton.c

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.22, 2003/08/22 15:42:10-07:00, [EMAIL PROTECTED] [PATCH] USB: remove proc code from stv680 driver as it's no longer needed drivers/usb/media/stv680.c | 137 - drivers/usb/media/stv680.h |1 2 files changed, 138 deletions(-)

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.40, 2003/08/27 12:03:06-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up a bunch of copyrights that were incorrectly declared. It needs to be Copyright (C) not Copyright (c) according to the lawyers who know these things... drivers/usb/class/bluetty.c |4 ++--

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.44, 2003/08/27 15:02:13-07:00, [EMAIL PROTECTED] [PATCH] USB: linux/usb_gadget.h minor doc updates Small kerneldoc clarifications: - more endpoint halt clearing info: * some hardware can't do it; which causes problems with drivers that want to use multiple

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.28, 2003/08/27 10:54:09-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 - static declarations for module_init/cleanup functions drivers/usb/image/mdc800.c | 10 ++ 1

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.54, 2003/08/27 17:32:14-07:00, [EMAIL PROTECTED] [PATCH] USB: ohci -- reset, fault recovery This fixes two small and unrelated bugs in the current OHCI code: - Certain initialization sequences had problems with IRQs. Fixed last month in EHCI, but this ohci patch didn't

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.68, 2003/09/02 10:49:49-07:00, [EMAIL PROTECTED] [PATCH] USB: storage: Revised update to isd200 I/O buffer patch This is a minor revision to the previous patch as83. It changes the name of the various struct hd_driveid variables from 'drive' to 'id', per Andries Brouwer's

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.49, 2003/08/27 17:14:59-07:00, [EMAIL PROTECTED] [PATCH] USB: rip out old proc code from the usbvideo driver. This removes the compiler warning from this driver. drivers/usb/media/usbvideo.c | 193 --- drivers/usb/media/usbvideo.h |

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.16, 2003/08/22 15:34:41-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 16/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/pl2303.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.45, 2003/08/27 15:04:08-07:00, [EMAIL PROTECTED] [PATCH] USB: io_edgeport.o differences in 2.4 vs. 2.6 On Fri, Aug 22, Greg KH wrote: On Sat, Aug 16, 2003 at 01:41:01PM +0200, Olaf Hering wrote: I sent you a patch for 2.4 once to make that FOO_MSR_RI, it seems that was

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.19, 2003/08/27 10:49:22-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - audit video_register_device - if usb_register fails report back its return code rather than -1 drivers/usb/media/dsbr100.c | 16 1 files changed, 12

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.18, 2003/08/27 10:48:47-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* drivers/usb/media/dabusb.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff -Nru a/drivers/usb/media/dabusb.c b/drivers/usb/media/dabusb.c ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.25, 2003/08/22 15:52:51-07:00, [EMAIL PROTECTED] [PATCH] V4L: fix use after free bug in v4l core. drivers/media/video/videodev.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.25, 2003/08/27 10:52:30-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 - module_init/cleanup functions declared as static - missing __init/__exit drivers/usb/input/powermate.c |

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.26, 2003/08/27 10:53:04-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 drivers/usb/media/se401.c |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.3, 2003/08/22 15:31:33-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 3/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/digi_acceleport.c | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.20, 2003/08/22 15:37:02-07:00, [EMAIL PROTECTED] [PATCH] USB: remove #include linux/miscdevice.h from some usb drivers. It's not needed. drivers/usb/media/dabusb.c |1 - drivers/usb/misc/rio500.c |1 - drivers/usb/misc/tiglusb.c |1 - 3 files changed, 3

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.35, 2003/08/27 11:29:25-07:00, [EMAIL PROTECTED] [PATCH] Another bad audit in drivers/usb/*: usblp Another better audit: - If usb_register failes report back its return value rather than -1 drivers/usb/class/usblp.c |9 ++--- 1 files changed, 6 insertions(+), 3

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.19, 2003/08/22 15:35:22-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 19/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/whiteheat.c | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.57, 2003/08/28 10:53:00-07:00, [EMAIL PROTECTED] [PATCH] USB: Another unusual_devs.h entry update This information was provided by Anthony Arkles [EMAIL PROTECTED]. Please apply to both 2.4 and 2.6. drivers/usb/storage/unusual_devs.h |2 +- 1 files changed, 1

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.15, 2003/08/22 15:34:29-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 15/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/omninet.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.21, 2003/08/22 15:41:55-07:00, [EMAIL PROTECTED] [PATCH] USB: change pci host drivers to use PCI_DEVICE_CLASS() macro. drivers/usb/host/ehci-hcd.c | 17 - drivers/usb/host/ohci-pci.c | 11 +-- drivers/usb/host/uhci-hcd.c | 11 +-- 3

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.28, 2003/08/22 16:12:59-07:00, [EMAIL PROTECTED] [PATCH] USB: linuxppc-2.5 fixlets for usbtest.c fix drivers/usb/misc/usbtest.c:438: warning: passing arg 1 of `__swab32s' from incompatible pointer type by using le16_to_cpus instead of le32_to_cpus .

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.37, 2003/08/22 16:49:34-07:00, [EMAIL PROTECTED] [PATCH] USB: writing usb driver documentation update I noticed, that your documentation of your usb-skeleton driver is not up to date. So I took the time to rework it slightly. I append the patch to the version I found in

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.2, 2003/08/22 15:31:17-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 2/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/cyberjack.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.23, 2003/08/22 15:42:25-07:00, [EMAIL PROTECTED] [PATCH] USB: convert stv680 driver to handle the driver core changes in the v4l layer drivers/usb/media/stv680.c | 50 +++-- drivers/usb/media/stv680.h |2 - 2 files changed, 36

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.6, 2003/08/22 15:32:20-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 6/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/io_edgeport.c | 35 --- 1 files changed, 28 insertions(+), 7 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.30, 2003/08/27 10:55:11-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than 0 drivers/usb/media/vicam.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.50, 2003/08/27 17:23:00-07:00, [EMAIL PROTECTED] [PATCH] USB: removed the proc code from the se401.c driver This removes the compiler warning. drivers/usb/media/se401.c | 145 -- drivers/usb/media/se401.h |3 2 files

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.32, 2003/08/27 11:28:00-07:00, [EMAIL PROTECTED] [PATCH] ...more usb audit - audit hiddev_init in hid_init - audit usb_register in hid_init drivers/usb/input/hid-core.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.48, 2003/08/27 17:04:48-07:00, [EMAIL PROTECTED] [PATCH] USB: hook up the USB driver core to the power management calls of the driver model. Now it's up to the individual USB drivers to implement suspend() and resume() if they want to. drivers/usb/core/usb.c | 35

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.22, 2003/08/27 10:51:04-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 - static declarations for module_init/cleanup functions - adding missing __init/__exit for module_init/cleanup

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.53, 2003/08/27 17:31:58-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet, cdc ethernet descriptor parsing fixes This makes the new CDC Ethernet code handle more devices: - Uses the active config, not just the default one, if it's coping descriptors in wrong place quirk.

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.52, 2003/08/27 17:31:43-07:00, [EMAIL PROTECTED] [PATCH] USB: net2280 fixes: ep halt, sysfs Small updates: - don't try chiprev 0100 erratum 0114 workaround on newer chips; and (mostly) revert it when clearing endpoint halt feature. (bugfix) - add missing define

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.51, 2003/08/27 17:31:26-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet minor cleanup This goes on top of Dave Hollis' patch, and makes the front matter match the slightly revised role -- and mention that new support. It also eliminates a potentially confusing name and corrects

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.27, 2003/08/22 16:12:42-07:00, [EMAIL PROTECTED] [PATCH] USB: root hub polling stops after suspend drivers/usb/core/hcd.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff -Nru a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.70, 2003/09/02 11:09:09-07:00, [EMAIL PROTECTED] [PATCH] USB: usb hcd states AFAICT this is ready for your next merge with Linus. Ben's ohci stuff was not cooked yet, seemed like the pm stuff wasn't yet supporting the hook(s) he needed. RMK had similar issues w.r.t. PM on ARM

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.59, 2003/08/28 11:41:51-07:00, [EMAIL PROTECTED] [PATCH] USB: fix printk parameter types drivers/usb/media/usbvideo.c |4 ++-- drivers/usb/serial/visor.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/media/usbvideo.c

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.65, 2003/08/29 14:37:19-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix building of ax8817x if CONFIG_USB_AX8817X_STANDALONE drivers/usb/net/Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.47, 2003/08/27 15:39:22-07:00, [EMAIL PROTECTED] [PATCH] USB: Aten 4 Port USB 2.0 KVM C (ACS-1724) drivers/usb/input/hid-core.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c ---

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.62, 2003/08/28 22:26:49-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usbnet for older versions of gcc drivers/usb/net/usbnet.c |2 ++ 1 files changed, 2 insertions(+) diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usbnet.c --- a/drivers/usb/net/usbnet.c Tue Sep

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.24, 2003/08/27 10:52:04-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in drivers/usb/* - if usb_register fails report back its return code rather than -1 drivers/usb/media/ov511.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.22.10, 2003/08/22 15:33:19-07:00, [EMAIL PROTECTED] [PATCH] USB: PATCH 10/19 Audit usb_register/usb_serial_register under divers/usb/serial drivers/usb/serial/keyspan.c | 31 ++- 1 files changed, 26 insertions(+), 5 deletions(-) diff -Nru

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

2003-09-02 Thread Greg KH
ChangeSet 1.1276.1.38, 2003/08/27 11:30:50-07:00, [EMAIL PROTECTED] [PATCH] Audit and minor cleanups in usbnet drivers/usb/net/usbnet.c |5 + 1 files changed, 1 insertion(+), 4 deletions(-) diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usbnet.c --- a/drivers/usb/net/usbnet.c

  1   2   >