[linux-usb-devel] Re: [PATCH] drivers/usb/core/usb.c: add MODNAME env var to hotplug

2005-03-24 Thread Roman Kagan
On Thu, Mar 24, 2005 at 02:34:59PM -0800, Greg KH wrote: > On Fri, Mar 04, 2005 at 01:01:58PM +0300, Roman Kagan wrote: > > The patch below adds MODNAME environment variable to usb hotplug > > callout, allowing for its straightforward use with modprobe. > > Sorry for the delay, but I've now added

Re: [linux-usb-devel] Driver development struggle

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 04:37:21PM +0100, Paul Koster wrote: > Hi guys, > > I'm currently making my first steps in USB driver development as I am > developping a linux driver for an optical fiber to USB convertor. I managed > to successfully write a driver for the 2.6.9 kernel, but when I upgrad

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Pete Zaitcev
On Thu, 24 Mar 2005 21:40:05 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > > There's also a fix for the multilun version, which should fix this in Greg's > > tree, appended to this mail. It may be easier to have Greg take it, then > > push both, I dunno... > > What multilun version? You haven't sen

Re: [linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 12:45:37PM -0800, Pete Zaitcev wrote: > On Thu, 24 Mar 2005 00:19:29 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > > > The .status field of the struct urb is routinely used improperly by > > drivers to try to see if the urb is still in flight or not (and yes, I > > know that I

Re: [linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 01:27:18AM -0800, David Brownell wrote: > On Thursday 24 March 2005 12:19 am, Greg KH wrote: > > Hi all, > > > > The .status field of the struct urb is routinely used improperly by > > drivers to try to see if the urb is still in flight or not (and yes, I > > know that I wr

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Pete Zaitcev
On Thu, 24 Mar 2005 20:13:05 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > There's also a fix for the multilun version, which should fix this in > > Greg's > > tree, appended to this mail. It may be easier to have Greg take it, then > > push both, I dunno... > > I can't get thispatch to

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 07:54:46PM -0800, Pete Zaitcev wrote: > On Thu, 24 Mar 2005 13:23:19 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > ub_disconnect() calls ub_cleanup() under ub_lock. > > > > ub_cleanup() calls blk_cleanup_queue(), which can sleep in > > elevator_exit()->flush_workque

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Andrew Morton
Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > > I'm a little surprised that this wasn't noticed earlier - I don't think > > there have been any recent changes in this part of the block layer. > > There were changes in ub, which moved blk_cleanup_queue from ub_disconnect > to ub_cleanup (which is

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Pete Zaitcev
On Thu, 24 Mar 2005 13:23:19 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > ub_disconnect() calls ub_cleanup() under ub_lock. > > ub_cleanup() calls blk_cleanup_queue(), which can sleep in > elevator_exit()->flush_workqueue(). > > I'm a little surprised that this wasn't noticed earlier - I don

[linux-usb-devel] Re:

2005-03-24 Thread reklama
Господа секретaри, менеджеры, бухгалтерa – будьте бдительны: Это может лишить Вас «трудовых подвигов»! Хороший руководитель полезен всем. Повышает зарплaту, убирает конфликты и делaет работу предскaзуемой, интересной и целесообрaзной. Передайте это письмо вaшему руководителю ***

Re: [linux-usb-devel] Re: [PATCH] Driver to Add Usability for Maxtor External Drives

2005-03-24 Thread Matthew Dharm
Well, let's start with the obvious: Remove the line of code you mention, and instead do: snprintf(onetouch->name, 128, "Maxtor Test String"); If that doesn't fix the problem, then it's not the culprit and you need to keep looking. If that is the problem, then my guess is more that this i

Re: [linux-usb-devel] Re: [PATCH] Driver to Add Usability for Maxtor External Drives

2005-03-24 Thread Nick Sillik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I have a serious problem. Everything goes fine when the device is unplugged. When the device is plugged back in however, everything goes bad, then the system hangs. The only change that I can recall happening in the interim is that us_data no log

[linux-usb-devel] Long delay on serial-usb echo readback

2005-03-24 Thread James Lamanna
I have the following setup: FTDI USB->Serial chip hooked up to a CAN signaling transceiver. Due to the nature of CAN, I automatically get local echo back through the FTDI chip. I'm not using the CAN protocol, but just its signaling properties. The problem I am having is everytime I write something

[linux-usb-devel] [2.6 patch] drivers/usb/misc/usbtest.c: fix a NULL dereference

2005-03-24 Thread Adrian Bunk
This patch fixes a NULL dereference found by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm1-full/drivers/usb/misc/usbtest.c.old2005-03-24 04:33:34.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/usb/misc/usbtest.c2005-03-24 04:33:

[linux-usb-devel] [2.6 patch] drivers/usb/class/usb-midi.c: remove dead code

2005-03-24 Thread Adrian Bunk
This patch removes some obviously dead code found by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm1-full/drivers/usb/class/usb-midi.c.old 2005-03-24 04:51:19.0 +0100 +++ linux-2.6.12-rc1-mm1-full/drivers/usb/class/usb-midi.c 2005-03-2

[linux-usb-devel] Re: [patch 2.6.12-rc1] usb file_storage gadget sparse fixes [2/5]

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 10:26:45PM -0800, David Brownell wrote: > > - gfile-0319 ... gets rid of most byteorder warnings from the > > file_storage gadget driver (except for SETUP packet fields) > Some "sparse" updates for the File-backed Storage Gadget driver, > preparing it to expect SETUP

[linux-usb-devel] Re: [patch 2.6.12-rc1] usbnet minor bugfixes

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 02:00:17AM -0800, David Brownell wrote: > One of them prevents certain devices from binding to the driver; > probably it'd affect most host-to-host network links. The other > just prevents some bogus error statistics. Please merge! Applied, thanks. greg k-h --

[linux-usb-devel] Re: [patch 2.6.12-rc1] usb gadget misc sparse fixes [1/5]

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 10:26:26PM -0800, David Brownell wrote: > > - gadget-0319 ... fixes a Kconfig problem preventing file_storage > > from building, and fixes minor warnings > > This lets the file_storage gadget appear again in Kconfig, and fixes > some minor "sparse" warnings. > > Sig

[linux-usb-devel] Re: [patch 2.6.12-rc1] usbnet uses netif_msg_*() ethtool filtering

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 12:56:57AM -0800, David Brownell wrote: > Yes, there's actually a standard way to use ethtool to manage a > bitmask of message filters ... this converts to using them. Applied, thanks. greg k-h --- SF email is sponsore

[linux-usb-devel] Re: [patch 2.6.12-rc1] pegasus uses netif_msg_*() filters

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 01:00:02AM -0800, David Brownell wrote: > This does what $SUBJECT says, plus a bit more ... I got tired of > the old-school messaging, and went new school!There are also > a few other fixes merged in here, sparse and some cleanups.\ Applied, thanks. greg k-h ---

[linux-usb-devel] Re: [PATCH pd25] Remove dup in unusual_devs

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 01:32:28AM -0800, Phil Dibowitz wrote: > Greg, > > Matthew Dharm pointed out that your BK tree somehow got 2 versions of an > unusual_devs entry in it. One was from a patch in January and the other > was from an automerge. > > I dug around in bk - which I find to be the mo

Re: [linux-usb-devel] [PATCH] fix harmful typos in zd1201.c

2005-03-24 Thread Greg KH
[next time can you CC: the usb maintainer for usb related patches?] On Thu, Mar 24, 2005 at 12:29:57PM +0100, Colin Leroy wrote: > Hi, > > I was looking around to see why monitor mode wouldn't work using the > zd1201 driver, and spotted these obvious typos. > > I think you can safely apply :) >

[linux-usb-devel] Re: [patch 2.6.12-rc1] usb file_storage gadget sparse fixes [2/5]

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 10:42:29AM -0500, Alan Stern wrote: > On Sun, 20 Mar 2005, David Brownell wrote: > > > > - gfile-0319 ... gets rid of most byteorder warnings from the > > > file_storage gadget driver (except for SETUP packet fields) > > This patch causes an undeclared variable error

[linux-usb-devel] Re: [patch 2.6.12-rc1] usb rndis gadget sparse fixes [4/5]

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 10:27:31PM -0800, David Brownell wrote: > > - rndis-0319 ... yes, all the RNDIS fields are LE32 on the wire > This is a bunch of "sparse" fixups for the RNDIS code, saying it's > little-endian on the wire and swapping cpu_to_le32() calls with > more-correct le32_to_cpu()

[linux-usb-devel] Re: [patch 2.6.12-rc1] ehci split ISO fixes (full speed audio etc)

2005-03-24 Thread Greg KH
On Wed, Mar 23, 2005 at 08:05:04PM -0800, David Brownell wrote: > This patch is mostly work from Karsten Wiese, fixing various issues with the > full speed ISO support in EHCI. Some work is still needed for IN transfers, > and it's still not working well enough to take the EXPERIMENTAL label off,

[linux-usb-devel] Re: [patch 2.6.12-rc1] usb gadgetfs sparse fixes [3/5]

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 10:27:07PM -0800, David Brownell wrote: > > - gfs-0319 ... gets rid of most byteorder warnings from the > > gadgetfs driver (except for SETUP packet fields) > Many "sparse" updates for GadgetFS driver, preparing it to expect > SETUP packets to be little endian. > > S

[linux-usb-devel] Re: [patch 2.6.12-rc1] gadget zero sparse fixes [5/5]

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 10:27:45PM -0800, David Brownell wrote: > > - zero-0319 ... gets rid of most byteorder warnings from the > > gadget zero driver (except for SETUP packet fields) > Some "sparse" updates for the Gadget Zero driver, preparing it to > expect SETUP packets to be little end

[linux-usb-devel] Re: [PATCH as478] usbcore support for root-hub IRQ instead of polling

2005-03-24 Thread Greg KH
On Wed, Mar 23, 2005 at 04:43:22PM -0500, Alan Stern wrote: > Greg: > > This patch adds support to usbcore for driving root hubs via interrupts > rather than polling. This will reduce overall system load and simplify > the design of HC drivers. > > There's a temporary flag added to struct usb_

[linux-usb-devel] Re: PATCH: exit control thread immediately upon disconnect

2005-03-24 Thread Greg KH
On Sat, Mar 19, 2005 at 08:42:38PM -0800, Matthew Dharm wrote: > This patch started life as as475 from Alan Stern. It has been rediffed > against the tip, tho that was several days ago. > > This patch causes the main control thread to exit as soon as possible, > i.e., as soon as the DISCONNECTING

[linux-usb-devel] Re: PATCH: make usb-storage structures refcounted by SCSI

2005-03-24 Thread Greg KH
On Sat, Mar 19, 2005 at 08:34:12PM -0800, Matthew Dharm wrote: > This patch started life as as474 from Alan Stern. It's been rediffed > against the tip, tho that is now several days old. > > This patch changes the way our private struct us_data is allocated; now it > gets stored at the end of the

[linux-usb-devel] Re: PATCH: remove RW_DETECT from being a config option

2005-03-24 Thread Greg KH
On Mon, Mar 21, 2005 at 12:44:45AM -0800, Matthew Dharm wrote: > This patch started life as as454b from Alan Stern. It has been rediffed > against the tip, including updates for the way unusual_devs flags are > defined. > > This patch removes the Kconfig option USB_STORAGE_RW_DETECT. That option

[linux-usb-devel] Re: PATCH: allow disconnect to complete faster

2005-03-24 Thread Greg KH
On Sat, Mar 19, 2005 at 08:49:29PM -0800, Matthew Dharm wrote: > This patch started life as as476 from Alan Stern. It has been rediffed > against the tip, tho that was a few days ago. > > This patch makes the disconnect() routine not wait for the control and > scanning threads to exit. This may

[linux-usb-devel] Re: PATCH: combine waitqueues

2005-03-24 Thread Greg KH
On Sat, Mar 19, 2005 at 08:52:45PM -0800, Matthew Dharm wrote: > This patch started life as as476, and has been rediffed against the tip. > However, that was a few days ago. > > This patch combines the two separate waitqueue heads used by the > scsi-scanning thread and the device-reset routine int

[linux-usb-devel] re: USB Slave Driver

2005-03-24 Thread Sami Kibria
Hi guys. Hope everyone is doing good! It has been a long time since I have posted a question here... I was wondering has anyone used the Cypress SL811HS USB Controller? It has both master and slave capabilities. Currently I am trying it out in slave mode? Cypress has a usb daemon, but its not

[linux-usb-devel] Re: [2.6 patch] drivers/usb/core/devices.c: small corrections

2005-03-24 Thread Greg KH
On Tue, Mar 22, 2005 at 11:08:16PM +0100, Adrian Bunk wrote: > total_written is used at places where it can't have any value different > from 0. > > This patch is partially based on findings of the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks. greg k-h

[linux-usb-devel] Re: [PATCH] Re: usblcd new driver

2005-03-24 Thread Greg KH
On Fri, Mar 18, 2005 at 03:23:09AM +0100, Georges Toth wrote: > Hi, > > This is my first patch; I hope I did it right. > Sorry if it's a bit large, but it's a replacement of the current driver... > > This patch is against a vanilla 2.6.11.4 kernel. Hm, something has changed here. Can you just s

[linux-usb-devel] Re: [PATCH] drivers/usb/core/usb.c: add MODNAME env var to hotplug

2005-03-24 Thread Greg KH
On Fri, Mar 04, 2005 at 01:01:58PM +0300, Roman Kagan wrote: > Hi, > > The patch below adds MODNAME environment variable to usb hotplug > callout, allowing for its straightforward use with modprobe. Sorry for the delay, but I've now added this. I changed the variable name to MODALIAS to make i

[linux-usb-devel] Re: [patch 2.6.11] pxa25x udc updates, mostly PM

2005-03-24 Thread Greg KH
On Thu, Mar 17, 2005 at 05:59:48PM -0800, David Brownell wrote: > This supports the newish (as of last summer) pullup and vbus session calls, > using them to support PM. Also sparse fixes. Tested on multiple boards; > please merge. Applied, thanks. greg k-h ---

[linux-usb-devel] Re: [patch 2.6.11] ohci-omap update (mostly clock gating)

2005-03-24 Thread Greg KH
On Thu, Mar 17, 2005 at 06:29:39PM -0800, David Brownell wrote: > Please merge. In addition to the clock gating updates, this > fixes two issues Alan found when he was doing that last batch > of API updates. Applied, thanks. greg k-h --- SF e

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Pavel Machek
Hi! > > > a) apply > > > b) compile > > > c) work > > > > > > ? > > > > > > > The patches I sent certainly meet those requirements -- in my testing, > > and against 2.6.12-rc1. > > > > You're wanting a version that applies to 2.6.12-rc1-mm? Then instead > > of the patch I previously sent on

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 12:42:22AM -0800, David Brownell wrote: > On Thursday 24 March 2005 12:29 am, Andrew Morton wrote: > > David Brownell <[EMAIL PROTECTED]> wrote: > > > > > > > When I apply Pavel's fix-u32-vs-pm_message_t-in-usb.patch on top of > > > > this I > > > > get some non-trivial re

[linux-usb-devel] Re: [Bug 4398] New: sleeping function called from invalid context at kernel/workqueue.c:264

2005-03-24 Thread Andrew Morton
ub_disconnect() calls ub_cleanup() under ub_lock. ub_cleanup() calls blk_cleanup_queue(), which can sleep in elevator_exit()->flush_workqueue(). I'm a little surprised that this wasn't noticed earlier - I don't think there have been any recent changes in this part of the block layer. [EMAIL PR

Re: [linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread Pete Zaitcev
On Thu, 24 Mar 2005 00:19:29 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > The .status field of the struct urb is routinely used improperly by > drivers to try to see if the urb is still in flight or not (and yes, I > know that I wrote some of those drivers, that's why I'm proposing > this...) I'd l

Re: [linux-usb-devel] Please send a copy...

2005-03-24 Thread Alan Stern
On Thu, 24 Mar 2005, Michael Lindner wrote: > Got the following (Mandrake 10.1, kernel 2.6.8.1-12mdk, Minolta Dimage 7i > camera): > > Mar 24 14:08:40 localhost kernel: ohci_hcd :00:02.1: wakeup > Mar 24 14:08:40 localhost kernel: usb 2-3: new full speed USB device using > address 4 > Mar 2

[linux-usb-devel] Please send a copy...

2005-03-24 Thread Michael Lindner
Got the following (Mandrake 10.1, kernel 2.6.8.1-12mdk, Minolta Dimage 7i camera): Mar 24 14:08:40 localhost kernel: ohci_hcd :00:02.1: wakeup Mar 24 14:08:40 localhost kernel: usb 2-3: new full speed USB device using address 4 Mar 24 14:08:41 localhost kernel: usb-storage: This device (0686

Re: [linux-usb-devel] Re: [PATCH] Driver to Add Usability for Maxtor External Drives

2005-03-24 Thread Nicholas Sillik
Sorry! I have no idea why the patch was attached to the last message. It won't happen again. Nick Sillik [EMAIL PROTECTED] --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real use

Re: [linux-usb-devel] Error - "unable to read config index 0 descriptor " by the USB core.

2005-03-24 Thread Alan Stern
On Thu, 24 Mar 2005 [EMAIL PROTECTED] wrote: > Hi , > > I get the following error when I plug in the composite USB device on the > host . The host has Redhat Linux EL Verion 4 , > Kernel version 2.6.9-5.EL . > Can anyone give some pointers as what the problem is. Why is the USB > core unable to

Re: [linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread Alan Stern
On Thu, 24 Mar 2005, Greg KH wrote: > Hi all, > > The .status field of the struct urb is routinely used improperly by > drivers to try to see if the urb is still in flight or not (and yes, I > know that I wrote some of those drivers, that's why I'm proposing > this...) I'd like to just drop that

Re: [linux-usb-devel] OTG support in pxa27x

2005-03-24 Thread David Brownell
On Tuesday 22 March 2005 10:21 pm, shivaprasad hongal wrote: > Hello, > > Does linux supports OTG controller and stack for pxa27x(mainstone board)? > > If it does then which files to look into for that There isn't even stable support for the USB peripheral conroller driver yet, so OTG is not

Re: [linux-usb-devel] Re: [PATCH] Driver to Add Usability for Maxtor External Drives

2005-03-24 Thread Alan Stern
Nick, please stop spamming the lists with your patch every time you send a message! On Wed, 23 Mar 2005, Nick Sillik wrote: > Well, I have a problem. This patch hangs the computer when the drive is > plugged > in then unplugged. > > Any Ideas where this is coming from? On Wed, 23 Mar 2005, Ni

[linux-usb-devel] Re: USB problems 2.6.10

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 08:00:46AM -0500, Wakko Warner wrote: > Please keep me CCd. > > I have a system that I just updated to 2.6 and USB fails to work after some > time (~6-8 hours) giving me the "irq 11:nobody cared" message. > > This system is a supermicro p3tdde (via chipset) > I have ACPI a

[linux-usb-devel] Driver development struggle

2005-03-24 Thread Paul Koster
Hi guys, I'm currently making my first steps in USB driver development as I am developping a linux driver for an optical fiber to USB convertor. I managed to successfully write a driver for the 2.6.9 kernel, but when I upgraded to 2.6.10 or 2.6.11 things suddenly didn't work anymore. As I am no

[linux-usb-devel] (no subject)

2005-03-24 Thread Claire Kelly
Заговорить по-английски - это Ваша заветная мечта? Позвоните (095) 995-82-41 Ваша заветная мечта осуществится очень быстро! Позвонив, Вы получаете лучшее обучение из всех возможных: Ускоренный курс на занятиях - минимум домашних заданий Лучшая разговорная практика - маленькие группы Что еще необ

[linux-usb-devel] Extra keys not working with 2.6

2005-03-24 Thread Wakko Warner
Please keep me CCd especially because I'm not on inux-input. I'm emailing the USB list since this is a usb keyboard (wireless HP) This keyboard has 8 extra keys on the top row. Under 2.4, all the keys worked fine. Under 2.6 only 2 of those keys are recognised. This is a partial dmesg when press

[linux-usb-devel] USB problems 2.6.10

2005-03-24 Thread Wakko Warner
Please keep me CCd. I have a system that I just updated to 2.6 and USB fails to work after some time (~6-8 hours) giving me the "irq 11:nobody cared" message. This system is a supermicro p3tdde (via chipset) I have ACPI and Preempt enabled (which I will disable and try again) I notice this rathe

Re: [linux-usb-devel] [PATCH] Driver to add support for CP2101/CP2102 RS232 adaptors

2005-03-24 Thread Craig Shelley
On Thu, 2005-03-24 at 00:31 -0800, Greg KH wrote: > So, fix up the formatting issues (your braces are in the wrong places, > see Documenation/CodingStyle) and send the patch. Well, here it is with the alterations recommended in CodingStyle. -- Craig Shelley EMail: [EMAIL PROTECTED] Jabber: [EMA

[linux-usb-devel] Error - "unable to read config index 0 descriptor " by the USB core.

2005-03-24 Thread monali.katkar
Hi , I get the following error when I plug in the composite USB device on the host . The host has Redhat Linux EL Verion 4 , Kernel version 2.6.9-5.EL . Can anyone give some pointers as what the problem is. Why is the USB core unable to read the descriptors ? Mar 24 17:16:43 kernel: usb 4-1:

[linux-usb-devel] [PATCH] fix harmful typos in zd1201.c

2005-03-24 Thread Colin Leroy
Hi, I was looking around to see why monitor mode wouldn't work using the zd1201 driver, and spotted these obvious typos. I think you can safely apply :) Signed-off-by: Colin Leroy <[EMAIL PROTECTED]> --- a/drivers/usb/net/zd1201.c 2005-03-24 12:24:23.0 +0100 +++ b/drivers/usb/net/zd120

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Andrew Morton
Pavel Machek <[EMAIL PROTECTED]> wrote: > > Hi! > > > > Please. I think that's all the suspend-related patches I've sent > > > recently, and from what I see of Pavel's patch they're basically a > > > superset: comparable pm_message_t changes, plus real bugfixes. :) > > > > I'm getting wholl

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Pavel Machek
Hi! > > Please. I think that's all the suspend-related patches I've sent > > recently, and from what I see of Pavel's patch they're basically a > > superset: comparable pm_message_t changes, plus real bugfixes. :) > > I'm getting wholly fed up with this whole fiasco. How about I just drop

Re: [linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread David Brownell
On Thursday 24 March 2005 12:19 am, Greg KH wrote: > Hi all, > > The .status field of the struct urb is routinely used improperly by > drivers to try to see if the urb is still in flight or not (and yes, I > know that I wrote some of those drivers, that's why I'm proposing > this...) I'd like to

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Pavel Machek
Hi! > > And here's the patch. Applies cleanly against the latest kernel.org BK. > > Agaist Greg's latest BK, and maybe against the MM tree, you'll want > > to globally substitute HCD_STATE and USB_STATE with HC_STATE before > > applying the patch. > > > > Summary of changes: cope with pm_messag

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Andrew Morton
David Brownell <[EMAIL PROTECTED]> wrote: > > > Please email them? Or get them into Greg's tree? Looks like I won't be > > getting rc1-mm2 out today anyway. > > I just forwarded them directly. Presumably they're already in Greg's > queue somewhere, but I suspect he's not planning another USB

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread David Brownell
On Thursday 24 March 2005 12:50 am, Andrew Morton wrote: > David Brownell <[EMAIL PROTECTED]> wrote: > > > > The patches I sent certainly meet those requirements -- in my testing, > > and against 2.6.12-rc1. > > > > You're wanting a version that applies to 2.6.12-rc1-mm? Then instead > > of

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Andrew Morton
David Brownell <[EMAIL PROTECTED]> wrote: > > The patches I sent certainly meet those requirements -- in my testing, > and against 2.6.12-rc1. > > You're wanting a version that applies to 2.6.12-rc1-mm? Then instead > of the patch I previously sent on this thread, I think this one will > do

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread David Brownell
On Thursday 24 March 2005 12:29 am, Andrew Morton wrote: > David Brownell <[EMAIL PROTECTED]> wrote: > > > > > When I apply Pavel's fix-u32-vs-pm_message_t-in-usb.patch on top of this I > > > get some non-trivial rejects. > > > > Then don't apply Pavel's patch, and do apply that one of mine plus

[linux-usb-devel] Re: Driver for on board USB Host Controller

2005-03-24 Thread David Brownell
On Thursday 24 March 2005 12:28 am, David Brownell wrote: > On Thursday 24 March 2005 12:01 am, you wrote: > > Hi David, > > > > Following you help I successes to use our on-chip USB Host controller. > > > > MassStorage, Network and HID devices (2.0 and 1.1, Low, Full and High > > speed) are wor

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Andrew Morton
Andrew Morton <[EMAIL PROTECTED]> wrote: > > a sequence of > patches which > > a) apply > b) compile > c) work OK, that was probably a little utopian. How about you email me a set of tested, changelogged patches against bk://kernel.bkbits.net/gregkh/linux/driver-2.6 and bk:

Re: [linux-usb-devel] [PATCH] Driver to add support for CP2101/CP2102 RS232 adaptors

2005-03-24 Thread Greg KH
On Thu, Mar 24, 2005 at 12:27:23AM -0800, Greg KH wrote: > On Sun, Mar 20, 2005 at 02:15:31AM +, Craig Shelley wrote: > > Also if anyone has one of these serial cables, some feedback would be > > really useful. > > I have one of these somewhere, but as the vendor is trying to ship a > closed s

Re: [linux-usb-devel] [PATCH] Driver to add support for CP2101/CP2102 RS232 adaptors

2005-03-24 Thread Greg KH
On Sun, Mar 20, 2005 at 02:15:31AM +, Craig Shelley wrote: > This is an updated version of the CP2101 linux driver I posted earlier. > Among other things, it now has the code commented, and the debug > messages a little more meaningful. Unfortunately without the technical > data sheet for these

[linux-usb-devel] Re: usbmon - document and kill pipe from API

2005-03-24 Thread Greg KH
On Wed, Mar 23, 2005 at 03:44:48PM -0800, Pete Zaitcev wrote: > Someone at linux-usb-devel observed that usbmon should not leak the concept > of pipe to the user space. This patch makes a compromise between having > too many words in the line and the pipe. It breaks API, but I doubt anyone > has an

[linux-usb-devel] Re: Fix baud selection in mct_u232

2005-03-24 Thread Greg KH
On Wed, Mar 23, 2005 at 03:54:17PM -0800, Pete Zaitcev wrote: > This is a patch by Hansjoerg Lipp to fix coding error in divisor calculation. > > Signed-Off-By: Pete Zaitcev <[EMAIL PROTECTED]> Applied, thanks. greg k-h --- This SF.net email

Re: [linux-usb-devel] Request and Command Values for HID Cash Drawer.

2005-03-24 Thread Greg KH
On Wed, Mar 23, 2005 at 03:23:37PM -0800, mohamed rafi wrote: > Hi, > > I have recently bought a M-S Cash Drawer, the new one > which is a HID Device. It has drivers available for > Windows only, and not for Linux. I suggest you ask your vendor for those drivers :) > Using a USB Transport Analy

[linux-usb-devel] [RFC] deleting urb->status

2005-03-24 Thread Greg KH
Hi all, The .status field of the struct urb is routinely used improperly by drivers to try to see if the urb is still in flight or not (and yes, I know that I wrote some of those drivers, that's why I'm proposing this...) I'd like to just drop that field completely, and replace it by changing the

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread Andrew Morton
David Brownell <[EMAIL PROTECTED]> wrote: > > > When I apply Pavel's fix-u32-vs-pm_message_t-in-usb.patch on top of this I > > get some non-trivial rejects. > > Then don't apply Pavel's patch, and do apply that one of mine plus these: > >http://marc.theaimsgroup.com/?l=linux-usb-devel&m=111

Re: [linux-usb-devel] Fw: [Bugme-new] [Bug 4390] New: power saving doesn't work on fujitsu-siemens c-1020

2005-03-24 Thread David Brownell
On Wednesday 23 March 2005 11:49 pm, Andrew Morton wrote: > David Brownell <[EMAIL PROTECTED]> wrote: > > > > > > And here's the patch. Applies cleanly against the latest kernel.org BK. > > Agaist Greg's latest BK, and maybe against the MM tree, you'll want > > to globally substitute HCD_STATE

[linux-usb-devel] RE: Driver for on board USB Host Controller

2005-03-24 Thread Dima Epshtein
Hi David, Following you help I successes to use our on-chip USB Host controller. MassStorage, Network and HID devices (2.0 and 1.1, Low, Full and High speed) are working properly. But "Logitech 2.0 Full bus speed" WebCam doesn't work. Enumeration process was finished successfully, but USB data