On Sat, Mar 10, 2007 at 03:23:57PM -0800, Phil Dibowitz wrote:
> Just an FYI to those interested. A while back Greg had mentioned, on this
> list, that he wished there was a way his x.sh script could grab
> mime-sections from emails so he could easily parse attached and pgp-signed
> patches.
>
> A
Jim Radford wrote:
> On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote:
>> On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote:
>>> On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> On Mon, Mar 12, 2007 at
On Mon, Mar 12, 2007 at 05:18:19PM -0700, Greg KH wrote:
> On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote:
> > On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
> > > On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> > > > On Mon, Mar 12, 2007 at 04:22:22PM -0400, M
On Mon, Mar 12, 2007 at 03:59:22PM -0700, Jim Radford wrote:
> On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
> > On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> > > On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote:
> > > > Oliver Neukum wrote:
> > > > >>Mark Lord
On Mon, Mar 12, 2007 at 03:42:35PM -0700, Jim Radford wrote:
> On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> > On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote:
> > > Oliver Neukum wrote:
> > > >>Mark Lord wrote:
> > > >>>Okay, from that part (above), the problem is obvious:
>
On Mon, Mar 12, 2007 at 01:33:31PM -0700, Greg KH wrote:
> On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote:
> > Oliver Neukum wrote:
> > >>Mark Lord wrote:
> > >>>Okay, from that part (above), the problem is obvious:
> > >>>in that the "MCT U232 converter now disconnected" appears,
> > >>
Greg KH napsal(a):
> On Mon, Mar 12, 2007 at 05:25:09PM -0400, Alan Stern wrote:
>> On Mon, 12 Mar 2007, Jiri Slaby wrote:
>>
>>> Jiri Slaby napsal(a):
Alan Stern napsal(a):
> On Mon, 12 Mar 2007, Jiri Slaby wrote:
>> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this
Greg KH wrote:
Mark Lord wrote:
>> This patch fixes the Oops that otherwise occurs whenever
>> a USB serial adapter is unplugged from a system, as well
>> the Oops seen when one is in use before resume (to RAM).
>>
>> GregKH: This needs to go into 2.6.21-rc*.
>>
>> Signed-off-by: Mark Lord <
On Mon, Mar 12, 2007 at 05:25:09PM -0400, Alan Stern wrote:
> On Mon, 12 Mar 2007, Jiri Slaby wrote:
>
> > Jiri Slaby napsal(a):
> > > Alan Stern napsal(a):
> > >> On Mon, 12 Mar 2007, Jiri Slaby wrote:
> > >>> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
> > >>>
> > >>> B
On Mon, 12 Mar 2007, Jiri Slaby wrote:
> Jiri Slaby napsal(a):
> > Alan Stern napsal(a):
> >> On Mon, 12 Mar 2007, Jiri Slaby wrote:
> >>> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
> >>>
> >>> BUG: atomic counter underflow at:
> > [...]
> >>> [] kobject_put+0x14/0x16
On Mon, 12 Mar 2007, Mariusz Kozlowski wrote:
> > echo -n '2-2:1.0' >/sys/bus/usb/drivers/usbhid/unbind
> > Without the "-n", the system thinks that the newline character at the end
> > of the line written by "echo" is part of the filename.
> Nice tip. Thanks. I've run some tests and as expec
Hello,
> > Any thoughts?
>
> Another mistake on my part. The correct command is
>
> echo -n '2-2:1.0' >/sys/bus/usb/drivers/usbhid/unbind
>
> Without the "-n", the system thinks that the newline character at the end
> of the line written by "echo" is part of the filename.
Nice tip. Th
On Mon, Mar 12, 2007 at 04:22:22PM -0400, Mark Lord wrote:
> Oliver Neukum wrote:
> >>Mark Lord wrote:
> >>>Okay, from that part (above), the problem is obvious:
> >>>in that the "MCT U232 converter now disconnected" appears,
> >>>and then we continue to try and call the driver's method.. Oops!
> .
On Sun, 11 Mar 2007, Milan Plzik wrote:
> Hello,
>
> I noticed that there could potentially be a sort of race condition in
> ohci-hcd.c file, related to interrupt handling. This caused Oops when
> removing ohci_hcd driver on one device I was working with - OHCI cell on
> SAMCOP chip used in
Am Montag, 12. März 2007 18:44 schrieb Dirk Schoebel:
> something new already?
Did you test the patch I sent you last week?
Regards
Oliver
-
Take Surveys. Earn Cash. Influence the Future of IT
Join So
something new already?
dirk.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn
Jiri Slaby napsal(a):
> Alan Stern napsal(a):
>> On Mon, 12 Mar 2007, Jiri Slaby wrote:
>>> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
>>>
>>> BUG: atomic counter underflow at:
> [...]
>>> [] kobject_put+0x14/0x16
>>> [] kobject_unregister+0x22/0x25
>>> [] bus_remov
Alan Stern napsal(a):
> On Mon, 12 Mar 2007, Jiri Slaby wrote:
>> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
>>
>> BUG: atomic counter underflow at:
[...]
>> [] kobject_put+0x14/0x16
>> [] kobject_unregister+0x22/0x25
>> [] bus_remove_driver+0x75/0x82
>> [] driver
On Mon, 12 Mar 2007, Jiri Slaby wrote:
> Hi.
>
> After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
>
> BUG: atomic counter underflow at:
> [] show_trace_log_lvl+0x1a/0x30
> [] show_trace+0x12/0x14
> [] dump_stack+0x16/0x18
> [] kref_put+0x4d/0xb2
> [] kobject_put+0x
Hi All,
IMHO, this patch should be removed... I'll explain the reasons:
1. Disabling the Virtual CD on that device does not assure that the
device turns the Serial Ports on, witch I believe was the primary
intention for this patch in the first place. One could get even better
results with
Hi.
After rmmoding of uhci_hcd on fresh booted 2.6.21-rc3-mm2 I got this:
BUG: atomic counter underflow at:
[] show_trace_log_lvl+0x1a/0x30
[] show_trace+0x12/0x14
[] dump_stack+0x16/0x18
[] kref_put+0x4d/0xb2
[] kobject_put+0x14/0x16
[] kobject_unregister+0x22/0x25
[] bus_remove_dr
Hi,
are any users of this driver on these lists?
Could you send me "lsusb -v" for your devices working with this driver?
Regards
Oliver
--
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
This signature is a legal requirement
On Sun, Mar 11, 2007 at 09:20:02AM +0100, Ingo Molnar wrote:
>
> * Pavel Machek <[EMAIL PROTECTED]> wrote:
> > Unfortunately, these tend to crash the box when you pass wrong
> > options, and I do not see easy way to test "can user see whats on
> > display" automatically.
>
> you could perhaps t
Hello all,
I encountered some strange behaviour using EHCI support on an MPC8343:
In case there is an over-current reported to the USB controller while
no device is actually attached (due to a faulty board or by test creating
a short at an extension cord) it seems as if no device is recognized any
On Wed, Mar 07, 2007 at 10:22:04AM +0100, Arkadiusz Miskiewicz wrote:
>
> 2.6.21rc3 from today git, thinkpad z60m, pl2303 usb-rs232 adapter and:
>
> [ 84.087080] usb 2-2: new full speed USB device using uhci_hcd and address 3
> [ 84.232615] usb 2-2: configuration #1 chosen from 1 choice
> [
On Sun, 11 Mar 2007, Phil Dibowitz wrote:
> So I went back and "fixed" the remote by updating on my mac and noticed the
> software "initializes" it before it "uploads" (generic terms in the GUI),
> and looking back at the log from the windows box, it sends a few
> CONTROL_TRANSFERs before it start
Hi all,
I am trying to enable usb support on PXA27x board using
linux-2.6.20. Inserted the following modules successfully
usbcore.ko
ohci_hcd.ko
usb-storage.ko
and inserted the flash drive(1GB) on USB port.
but "/sys/bus/usb/devices/" directory is empty. I found no
infor
From: Christian Engelmayer <[EMAIL PROTECTED]>
Correct the offsets of the SI_CTRL, PRI_CTRL registers according to
the Reference Manual errata sheet in order to prevent unwanted
settings regarding burst transactions and priority states.
Signed-off-by: Christian Engelmayer <[EMAIL PROTECTED]>
---
28 matches
Mail list logo