> On Fri, 5 Mar 2004 21:49:20 -0800, David Mosberger <[EMAIL PROTECTED]> said:
David> It's not an issue of DMA coherency, it's an issue of DMA
David> vs. interrupt ordering. I believe the WHD interrupt is
David> arriving at the CPU before the DMA update to the HCCA is
David> done.
Ac
> On Fri, 05 Mar 2004 20:55:01 -0800, David Brownell <[EMAIL PROTECTED]> said:
>> Turns out it's this patch that was causing the crashes:
>> http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED]
David.B> Maybe in 2.6.4-rc2... but not in 2.6.0-test{8,9}!!
Of course. What I'm saying
Alan Stern wrote:
The unlink succeeded, which means the submit must too ... since
complete() never fires unless submit() succeeds (returns zero),
and unlink() can't succeed unless complete() fires.
Okay, I'm confused.
You want to treat unlink-during-submit as a separate sort of error from
the "nor
David Mosberger wrote:
OK, finally a bit of progress. If you remember back in October 2003 I
reported:
> One-line summary: plug-in your USB keyboard, see your machine die.
> So, I have this non-name USB keyboard (with built-in 2-port USB
> hub) which reliably crashes 2.6.0-test{8,9} on both x8
Colleen Przybyla wrote:
When ep_config is called from the simple_source_thread function, it
correctly opens a new fd for this endpoint. Memcpy -ing the endpoint
descriptor data returns a pointer to memory, as it should. However,
when the function enters the
status = write(fd, buf, (4+USB_DT_EN
Typo-alert:
> On Fri, 5 Mar 2004 18:08:40 -0800, David Mosberger <[EMAIL PROTECTED]> said:
David> - HCD ends up dereferencing a bad pointer and ends up
David> reading from address 0xf000, which on our ia64 machines
David> is a read-only area, which then results in a machine-check
OK, finally a bit of progress. If you remember back in October 2003 I
reported:
> One-line summary: plug-in your USB keyboard, see your machine die.
> So, I have this non-name USB keyboard (with built-in 2-port USB
> hub) which reliably crashes 2.6.0-test{8,9} on both x86 and ia64.
> In retr
This patch includes the first version of some support
for autoconfiguring gadget drivers. Later versions may
be able to offload some logic into controller drivers,
but this API looks like it'll suffice to get rid of
compile-time configuration for simple drivers.
Basically drivers just call
str
This patch makes "Gadget Zero" autoconfigure itself, getting rid
of most of the controller-specific conditional compilation.
(Whoops, I forgot an sa1100-specific quirk.)
Notable changes were:
- Use the new config buffer utilities. This simplifies code
and also makes it easy to handle the Supe
Alan Stern wrote:
David:
I've got a few questions about the API; these issues don't seem to be
mentioned in any detail in the kernel sources. They are about how
endpoint I/O queues are supposed to be handled. My current understanding
is summarized below; please indicate where any mistakes are
On Sat, 2004-03-06 at 04:32, David Brownell wrote:
> Benjamin Herrenschmidt wrote:
> > 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 w
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 a eliminare.
La infor
David:
I've got a few questions about the API; these issues don't seem to be
mentioned in any detail in the kernel sources. They are about how
endpoint I/O queues are supposed to be handled. My current understanding
is summarized below; please indicate where any mistakes are.
Basically, all
On Fri, 5 Mar 2004, Jamie Lokier wrote:
> > I've narrowed it down to the uhci_hcd module -- all the rest can
> > be compiled in or as modules, doesn't matter.
> >
> > Just in case I was vague: the Zip drive works great regardless --
> > it's only the ps2 mouse which is affected by this weird pro
> I've narrowed it down to the uhci_hcd module -- all the rest can
> be compiled in or as modules, doesn't matter.
>
> Just in case I was vague: the Zip drive works great regardless --
> it's only the ps2 mouse which is affected by this weird problem.
> No cursor movement at all if the Zip is plu
and ctrl_out need autoconf
+ .ctrl_out = 1,
+ .iso= 1, // iso_ep's are #8 in/out
};
/* peripheral running Linux and 'zero.c' test firmware, or
usbtest_fw-20040305.tar.gz
Description: Binary data
SULTANAHMET ÝBRAHÝM PAÞA OTELÝ'NDE YARI FÝYATA KONAKLAMA FIRSATI
Ýstanbul'un en güzel butik otellerinden Ýbrahim Paþa Oteli'nde bir veya birkaç gün
geçirmek ister misiniz?
"Ýbrahim Paþa Oteli Sultanahmet Meydaný'na iki adým uzaklýkta, uygar ve þýk bir küçük
otel. Restore edilmiþ dört katlý
On Wed, 3 Mar 2004, Max Zaitsev wrote:
> > Well, if you're up for it, here's something that might prove very helpful.
> >
> > There's a debugging package for USB devices that runs under Windows 2000
> > called USB Snoopy...
> >
> Ok, I did it. Actually, while running in the logging mode, the syste
Paulo Marques wrote:
David Woodhouse wrote:
On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote:
Yes, unfortunately it did went into 2.6.4-rc1. However it is already
corrected in 2.6.4-rc2. Luckily it didn't went into any "non-rc"
official release.
Please try 2.6.4-rc2, and check to see if
On Fri, 2004-03-05 at 09:52, Alan Cox wrote:
> On Gwe, 2004-03-05 at 12:55, Kent Ip wrote:
> > Hello,
> >
> > I need to achieve telnet on top of PPP on top of USB
> > serial between PC and my device. I have a driver based
Search on google for "ppp howto". There is a very good how to written
for
On Gwe, 2004-03-05 at 12:55, Kent Ip wrote:
> Hello,
>
> I need to achieve telnet on top of PPP on top of USB
> serial between PC and my device. I have a driver based
> on linux USB serial driver. It can talk with minicom
> on RedHat to transfer characters.
> Then, how to make PPP run on top of U
Benjamin Herrenschmidt wrote:
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)
Could you hang those into a separate HCD level hook, i
On Thu, 4 Mar 2004, David Brownell wrote:
> How does this (from Ben's patch) do instead? Theory being:
Well, it survived the enumeration so it's probably better (kind of) than
the other one. But still running into bad entry issue with test11 - see
below.
> HC:issue memory writes, they
On Tue, 2 Mar 2004, David Brownell wrote:
> For "too aggressive" -- in start_ed_unlink(), try making tick be
> two frames after current, not just one.
Neither two nor three made anything better.
Martin
---
This SF.Net email is sponsored by:
Greg:
This patch makes the necessary updates to the bluetty, cdc-acm, and usblp
class drivers for the new interface/altsetting paradigm. The changes are
quite small.
Unfortunately, the audio and usb-midi drivers are in much worse shape.
They will require more in-depth hacking, to come later.
On Thu, 4 Mar 2004, walt wrote:
> > Another possibility is that the USB legacy mouse/keyboard support in your
> > BIOS is messed up somehow.
> > That might explain how conditions at boot time
> > could affect the system.
>
> I found a setting in the BIOS called Legacy USB which was set on 'aut
David Woodhouse wrote:
On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote:
Yes, unfortunately it did went into 2.6.4-rc1. However it is already corrected
in 2.6.4-rc2. Luckily it didn't went into any "non-rc" official release.
Please try 2.6.4-rc2, and check to see if the bug went away...
Hello,
I need to achieve telnet on top of PPP on top of USB
serial between PC and my device. I have a driver based
on linux USB serial driver. It can talk with minicom
on RedHat to transfer characters.
Then, how to make PPP run on top of USB serial to
achieve telnet?
Any guildline is appreciated
Our online store is the place to find many prescription drugs without a prior prescription.
On stock: ^ Pnte.r.min ' v|aGR@ $ V|a|lium # [EMAIL PROTECTED] ) |Soma| ~ At|[EMAIL PROTECTED]
Plus: Ce|3br`ex, Fi0ri:c3t, Tram:@do|, U|tr:@m, L3v:|tra, Pr'0p3cia, A'cyc|0vir, [EMAIL PROTECTED], [EMAIL PR
On Thu, 2004-03-04 at 12:33 +, Paulo Marques wrote:
> Yes, unfortunately it did went into 2.6.4-rc1. However it is already corrected
> in 2.6.4-rc2. Luckily it didn't went into any "non-rc" official release.
>
> Please try 2.6.4-rc2, and check to see if the bug went away...
Seems to work; th
David Brownell wrote:
Brad Campbell wrote:
I have two cardbus USB2 cards, one using an ALI chipset and one using
an NEC chipset.
They both exhibit a problem while attempting to write bulk data.
... the crux of it is a usb_stor_bulk_transfer_sglist will fail by not
triggering an interrupt.
Almo
We offer some of the affordable drugs available anywhere on the internet, with the convenience of our online tracking system and refills.
No prescription for: ) Valiu+m+ ) v1aGr@ _ :X:ANAx ? |S|oma ^ .P.ntermin ~ At|v@'n
Plus: X3nica:|, A:mbi3n, S0`naTa, Fl3xeri.l, Ce|'3brex, Fi0ri:c3t, [EMAIL P
32 matches
Mail list logo