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
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
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
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
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
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
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
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
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
Господа секретaри, менеджеры, бухгалтерa – будьте бдительны: Это может лишить
Вас «трудовых подвигов»!
Хороший руководитель полезен всем. Повышает зарплaту, убирает конфликты и
делaет работу предскaзуемой, интересной и целесообрaзной.
Передайте это письмо вaшему руководителю
***
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
-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
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
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:
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
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
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
--
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
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
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
---
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
[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 :)
>
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
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()
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,
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
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
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_
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Заговорить по-английски - это Ваша заветная мечта?
Позвоните (095) 995-82-41
Ваша заветная мечта осуществится очень быстро!
Позвонив, Вы получаете лучшее обучение из всех возможных:
Ускоренный курс на занятиях - минимум домашних заданий
Лучшая разговорная практика - маленькие группы
Что еще необ
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
77 matches
Mail list logo