On Wed, 3 Mar 2004, David Brownell wrote:
> >>>/proc/bus/usb/001/004 test 14,4.012137 secs
> >>
> >>That's handy: control out testing makes "usbtest" cover
> >>a lot more of the basic host and device functionality.
> >
> >
> > Yep. In fact until very recently it was only working with -v0 fo
Hi David !
While looking at the remaining diffs between my tree and Linus,
I found some OHCI related bits.
Here's a patch. It does the following:
- Move the pmac specific PM bits where they should be (hcd-pci.c)
- Add a fix for a crash that I had when the HCD died
- Remove a bogus optimisatio
BANNED FILENAME ALERT
The Barracuda Spam Firewall found
banned names: concert.zip, .zip
in your email to the following recipient:
-> [EMAIL PROTECTED]
Please check your system ,
or ask your system administrator to do so.
Delivery of the email was stopped.
For your reference, here are heade
Message not delivered to the following:
etaoinNo matches to nameserver query
Error Detail (phquery V4.4 (uchicago), $Revision: 1.61 $):
The message, "No matches to nameserver query," is generated whenever
the ph nameserver fails to locate either a ph alias or na
Martin Diehl wrote:
[subject changed and CC's trimmed]
On Tue, 2 Mar 2004, David Brownell wrote:
Yes, especially if it goes with a KERN_DEBUG message saying
there are no ISO-IN splits yet. It's essentially all coded,
but microframe scheduling needs tweaks for the IN cases. I
decided to force E
Vojtech Pavlik wrote:
On Thu, Feb 26, 2004 at 09:27:52PM -0500, Todd E. Johnson wrote:
Unfortunately, the X11 mouse driver only seems capable of handling
relative data rather than absolute. Hopefully some one will create a
suitable X11 driver capable of accepting absolute data from Linux
I
Message not delivered to the following:
etaoinNo matches to nameserver query
Error Detail (phquery V4.4 (uchicago), $Revision: 1.61 $):
The message, "No matches to nameserver query," is generated whenever
the ph nameserver fails to locate either a ph alias or na
I'm using linux kernel 2.6.4-rc1. (I don't see this bug with 2.4.x.)
The problem: when uhci-hcd support is compiled as a module *and*
my USB Zip drive is plugged in during boot, my PS2 mouse stops
working -- I have no cursor movement at all in X.
If all USB support is compiled into the kernel O
Hi
I am trying one, usb cable modem and works pretty well but I suspect
that some times hangs my laptop, one time in 3 days, and I want try to
help find out what happen and test last sources, I still using kernel
2.4.x.
so where I can find the last sources of CDCEther and acm kernel modules.
thank
Greg KH wrote:
On Wed, Mar 03, 2004 at 10:45:24PM +, James Courtier-Dutton wrote:
When someone is writing a kernel module that uses the usb core, and one
makes a call to the usb core that gets rejected for some reason. e.g.
usb core returns -EINVAL. It would be nice if the usb core could pri
[subject changed and CC's trimmed]
On Tue, 2 Mar 2004, David Brownell wrote:
> Yes, especially if it goes with a KERN_DEBUG message saying
> there are no ISO-IN splits yet. It's essentially all coded,
> but microframe scheduling needs tweaks for the IN cases. I
> decided to force ENOMEM until
On Wed, Mar 03, 2004 at 04:43:40PM +0100, Nils Juergens wrote:
> Hi,
>
> i tried to use an usb serial adapter i had lying around with linux-2.4.25,
> and it seems it works with the mct_u232 module, but it oops'es. dmesg output:
Known bug, search the archives.
thanks,
greg k-h
On Wed, Mar 03, 2004 at 10:45:24PM +, James Courtier-Dutton wrote:
> When someone is writing a kernel module that uses the usb core, and one
> makes a call to the usb core that gets rejected for some reason. e.g.
> usb core returns -EINVAL. It would be nice if the usb core could printk
> a k
>Note that this device uses a Genesys Logic controller, for whatever that's
>worth. Also, David Brownell just posted a patch for the OHCI driver that
>might be applicable here. See
>
>http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107826696201883&w=2
OK. I applied the patch, and now the fla
When someone is writing a kernel module that uses the usb core, and one
makes a call to the usb core that gets rejected for some reason. e.g.
usb core returns -EINVAL. It would be nice if the usb core could printk
a kernel message explaining which parameter was invalid.
I recently was getting -
On Wed, 3 Mar 2004, David Brownell wrote:
> No ... only the "unlink-during-submit" (ENOMSG) case made a
> commitment to a complete() callback, the other returns didn't.
>
> The unlink succeeded, which means the submit must too ... since
> complete() never fires unless submit() succeeds (returns z
On Wed, Mar 03, 2004 at 05:00:31PM -0500, Alan Stern wrote:
> On Wed, 3 Mar 2004, Greg KH wrote:
>
> > It looks great to me, thanks for doing this. I've applied this patch,
> > and your follow on patches. I then cleaned up the rest of the kernel
> > tree that used the act_altsetting variable, an
On Wed, 3 Mar 2004, Greg KH wrote:
> It looks great to me, thanks for doing this. I've applied this patch,
> and your follow on patches. I then cleaned up the rest of the kernel
> tree that used the act_altsetting variable, and then removed it for good
> from the usb.h and usb core.
Okay. I st
Alan Stern wrote:
On Wed, 3 Mar 2004, David Brownell wrote:
You're saying that this code at the end of hcd_submit_urb() is wrong:
status = hcd->driver->urb_enqueue (hcd, urb, mem_flags);
done:
Yes -- right here should be something like
if (status == -ENOMSG) { /* unlink-during
On Mon, Mar 01, 2004 at 01:03:40PM -0500, Alan Stern wrote:
>
> I believee this is ready to be applied, but I would welcome comments.
It looks great to me, thanks for doing this. I've applied this patch,
and your follow on patches. I then cleaned up the rest of the kernel
tree that used the act
Our online shop is your source for locating many prescription drugs without a prior prescription in compliance with FDA regulations.
Highest quality drugs we offer: ( S+o+ma & [EMAIL PROTECTED] _ Pntermin ) v1aGr@ ^ Val.i.um ? At.|[EMAIL PROTECTED]
Plus: Busp:@r, Adi.pex, I0*nam|n, M3r'idia, X3n
On Wed, 3 Mar 2004, David Brownell wrote:
> > You're saying that this code at the end of hcd_submit_urb() is wrong:
> >
> > status = hcd->driver->urb_enqueue (hcd, urb, mem_flags);
> > done:
>
> Yes -- right here should be something like
>
> if (status == -ENOMSG) { /* unlink-dur
Exactly: it was linked, and that fact was advertised to the rest
of the kernel. All parts of this story need to agree!
You're saying that this code at the end of hcd_submit_urb() is wrong:
status = hcd->driver->urb_enqueue (hcd, urb, mem_flags);
done:
Yes -- right here should be somet
On Fri, Feb 27, 2004 at 05:06:57PM -0500, Alan Stern wrote:
>
> Greg, please check this out to make sure I haven't made some dumb mistake.
> It works on my system and it fixes a memory leak in the USB system.
This looks sane and works for me on my boxes. I've applied it.
It also looks like it
On Wed, 3 Mar 2004, David Brownell wrote:
> What you seem to be on to is that when there's a fault before that
> "lock down and go" stage commits, the same cancel-must-giveback
> logic must exist ... it's not just on the success path. (And that
> patch only handled the success path, which predomi
Suppose usb_submit_urb() fails in the HCD for some legitimate reason, such
as lack of memory. Then giveback certainly should not be called.
Right. Logically there are two phases inside an HCD: grab any
remaining resources needed (like memory or bandwidth) ... then
update the hardware schedule
> In general it's true that when a variable is protected by a lock, it's not
> necessary to acquire the lock before performing a simple read (or test).
> There's no advantage to
>
> spin_lock(&lock);
> x = protected_var;
> spin_unlock(&lock);
>
> over
>
> x = protecte
On Wed, 3 Mar 2004, dave caswell wrote:
> OK. Correctly upgraded to kernel 2.6.3, and the problem continues.
> I've got another data point, too. I was able to copy 17 files that
> were less than 100k, but was unable to make it through 9 files around
> 600-750k.
>
> Correct log and proc/bus/usb/
Subject of the message: Re: Your website
Recipient of the message: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Prohibited attachment: your_website.pif
This is a temporary block in response to a new viral threat.
This filter will be removed and you will be able to send your message normally within
24
On Thu, Feb 26, 2004 at 09:27:52PM -0500, Todd E. Johnson wrote:
> I have attached a patch which contains a driver and documentation for
> the MicroTouch (14-206) USB Capacitive Touchscreen controller. It based
> on some older code that I have been using for quite some time now (since
> 2.4.17
Hi,
i tried to use an usb serial adapter i had lying around with linux-2.4.25,
and it seems it works with the mct_u232 module, but it oops'es. dmesg output:
usbserial.c: USB Serial support registered for Generic
usbserial.c:
On Tue, 2 Mar 2004, David Brownell wrote:
> Alan Stern wrote:
> > "Unlink during submit" means that during the brief interval after
> > hcd_submit_urb() has released the hcd_data_lock and before the HCD's
> > enqueue() method has committed to accepting the URB, hcd_unlink_urb()
> > manages to run
Buongiorno dal sistema Posta Sicura di Elitel.
Il nostro sistema antivirus della posta in entrata ha trovato un virus in un messaggio
a voi indirizzato.
Trovera' in allegato il messaggio originale, inviatoLe da:
senza le parti infette che il nostro sistema ha provveduto ad eliminare.
La inf
Buongiorno dal sistema Posta Sicura di Elitel.
Il nostro sistema antivirus della posta in entrata ha trovato un virus in un messaggio
a voi indirizzato.
Trovera' in allegato il messaggio originale, inviatoLe da:
senza le parti infette che il nostro sistema ha provveduto ad eliminare.
La inf
Hi. This is the qmail-send program at mail5.elitel.it.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. vpopmail (#5.1.1)
--- Below this line i
-- Virus Warning Message (on the network)
Found virus WORM_BAGLE.J in file TextFile.pif
The file TextFile.pif is moved to /var/spool/quarantine/virHIMERuhcl.
This is a machine-generated message, please do not reply via email. If you have
questions, please contact the Lucent Help
On Tue, Mar 02, 2004 at 12:13:23AM -0800, Matthew Dharm wrote:
> Two things jump out at me:
>
> First, the syslog clearly shows that the kernel is 2.6.0-test3 (not 2.6.3
> -- you really should upgrade).
>
> Second, the log shows MODE_SENSE_10 for pages 8 and 3F, which are blocked
> in recent vers
Am Samstag, 28. Februar 2004 23:42 schrieb Tyler:
> Hi, I'm new to the list, obviously i joined because I have a problem with
> linux usb ;) Anyways, hopefully i'm not off topic for this list, or
> breaking any rules (as I didn't see any rules while signing up, or a page to
> view any).
>
> I'm r
38 matches
Mail list logo