www.planobrasil.com
parceiros
Hi, Alan.
I have some more information about the problem. I tried generating dmesg
logs from both a cold boot and a warm boot to see if things were
different and they were. I don't know if this information is significant
or not. Please feel free to guide me however you want.
First, simply having
On Wed, 21 Jan 2004, David Brownell wrote:
> Date: Wed, 21 Jan 2004 17:53:16 -0800
> From: David Brownell <[EMAIL PROTECTED]>
> To: John Heil <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
> linux-usb-devel <[EMAIL PROTECTED]>
> Subject: Re: [linux-usb-devel] Re: Test of ehci
On Wed, 21 Jan 2004, David Brownell wrote:
> Date: Wed, 21 Jan 2004 18:03:59 -0800
> From: David Brownell <[EMAIL PROTECTED]>
> To: John Heil <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
> linux-usb-devel <[EMAIL PROTECTED]>
> Subject: Re: [linux-usb-devel] Re: Test of ehci
On Jan 21 2004, Alan Stern wrote:
> This is weird. The internal hub is failing at a different place at
> different times. You can see it if you compare this log to your previous
> one. This one failed right after the "enabling power on all ports"
> message, but before it got past that point.
I'd like to contact someone who is responsible for business
development at your company. I have a question regarding an email
marketing software.
--
Best regards,
Artyom Diogtev ([EMAIL PROTECTED])
Project manager
E-biz Hosting Solutions, LLC
P.O. Box
John Heil wrote:
The delay I found was that the periodic frame list was completely
full and no more slots were available. The callback code was
not freeing urbs fast enough.
So I was right -- the problem _was_ in your driver. A simple
policy of keeping only 200 msec of buffers queued wouldn't hav
John Heil wrote:
I looked back at my driver code and it does set each URB to
URB_NO_INTERRUPT, however, in itd_fill I set the EHCI_ITD_IOC bit
on the last transation of each iTD, thus overriding URB_NO_INTERRUPT
Why would you want to force IRQ-per-iTD? Hmm, and I noticed that
the URB_NO_INTERRUPT
On Wed, 21 Jan 2004, David Brownell wrote:
> Date: Wed, 21 Jan 2004 11:49:21 -0800
> From: David Brownell <[EMAIL PROTECTED]>
> To: John Heil <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
> linux-usb-devel <[EMAIL PROTECTED]>
> Subject: Re: [linux-usb-devel] Re: Test of ehci
On Wed, 21 Jan 2004, David Brownell wrote:
> Date: Wed, 21 Jan 2004 11:45:22 -0800
> From: David Brownell <[EMAIL PROTECTED]>
> To: John Heil <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
> linux-usb-devel <[EMAIL PROTECTED]>
> Subject: Re: [linux-usb-devel] Re: Test of ehci
Guennadi Liakhovetski wrote:
The patch fixes #include, and some LUBBOCK #ifdefs. With it it worked.
I'm not sure what version you were using, but I think the
current version -- or even the very slightly older version
just merged to 2.6.2-rc1 -- should have none of those issues.
(I just sent out the
The version Russell merged from his patch queue is just a
bit behind. This brings it up-to-date.
- Dave
[USB] pxa2xx_udc updates
Updates to the current version of pxa2xx_udc:
- IXP 42x UDC support (Greg Weeks)
- handle D+ pullup right on iPaqs, e7xx, etc (HH.org)
- don't unbind() with i
[USB] serial gadget config updates
There's a properly assigned vendor/product ID pair for this; use it.
Use new boolean CONFIG_* symbols. For PXA/IXP, use the first two
endpoints.
[USB] serial gadget config updates
There's a properly assigned vendor/product ID pair for this; use it.
Use new bo
Hi everybody,
I am writing an application for ascension technologies minibird 3D
tracker. (www.ascension-tech.com).
from the documentation:
configured as DCE (i have for sure the correct type of cable)
RTS - if high device is switched to standby mode, if low it works
DTR - used for f
[USB] gadget config/build updates
This updates and simplifies the kernel config for the gadget
drivers. It also adds build support for three new drivers:
two controllers (goku_udc, pxa2xx_udc) and one gadget driver
(file_storage).
[USB] gadget config/build updates
This updates and simplifies
[USB] gadget zero config updates
Use new boolean CONFIG_* symbols.
[USB] gadget zero config updates
Use new boolean CONFIG_* symbols.
--- a/drivers/usb/gadget/zero.c Wed Jan 21 12:56:53 2004
+++ b/drivers/usb/gadget/zero.c Wed Jan 21 12:56:53 2004
@@ -131,7 +131,7 @@
* DMA channels to mana
[USB] ethernet gadget config updates
Autoconfigure ep0 maxpacket size, and simplify configuration
for device power consumption. Use new boolean CONFIG_* symbols.
SuperH UDC support.
[USB] ethernet gadget config updates
Autoconfigure ep0 maxpacket size, and simplify configuration
for device pow
[USB] net2280 controller updates
A variety of fixes:
- Resolves some problems with DMA chaining. It should stream
a lot better now; but not all the funky cases are handled yet.
- Now "use_dma_chaining" is a module parameter not a #define.
It also defaults to false. Some
The RC1 release came out a bit earlier than I expected (except
maybe just by patch volume!), and it omits kconfig updates for
two of the new controller drivers.
So, as followups to this message, there are six patches:
- net2280 updates, mostly for dma chaining (and iso support)
- (new) file_st
On Wed, Jan 21, 2004 at 09:50:58PM +0100, Marius Vollmer wrote:
>
> Anyway, here is tsc10.c reformatted ala Linux:
Also, you need to submit this as a patch, as per
Documentation/SubmittingDrivers that can be applied, if you wish to have
this added to the kernel tree.
thanks,
greg k-h
Content-Description: Message transféré - usbfs devmode problem on 2.6.1-ben1
> Date: Tue, 20 Jan 2004 18:22:22 +0100
> From: mammique <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: usbfs devmode problem on 2.6.1-ben1
>
> Hi,
>
> i try to use an usb digital camera on an AlBook under debian
On Wed, Jan 21, 2004 at 07:00:52PM +0100, Bruno THOMAS wrote:
> Hello Greg and all,
>
>
>
> Actually, I was wondering how could I do to connect multiple usb serial
> devices, with different vendor/product codes.
>
> The problem for me is to connect a GPS on a linux embedded box, that
> uses t
On Wed, Jan 21, 2004 at 09:50:58PM +0100, Marius Vollmer wrote:
> Greg KH <[EMAIL PROTECTED]> writes:
>
> > Does the driver work for you?
>
> Yes, I'm using it together with a slightly hacked kdrive X server on a
> EarthLCD TC-10 panel computer.
>
> > Looks like your email client ate all of the
On Wed, Jan 21, 2004 at 03:01:50PM -0800, Gary Chen wrote:
> Hi, I had done my research on mounting the usb flash drive. it looks
> like the kernel has to enable the SCII device driver. but my mips
> kernel build does not have the SCII support section in the menuconfig.
> does anyone know how I can
On Wed, Jan 21, 2004 at 12:23:46PM -0800, Gary Chen wrote:
> Hi, is the usb file system using the serial port?
No.
> it is conflicting with my remote control which is using serial port 1,
> I think that is why the device busy error occur when I try to claim
> the interface.
usbfs has nothing to
Hi
1) Maybe it's already fixed, then, please, ignore.
2) Of all authors the easiest for me was to find email-addresses of David
Brownell and Robert Schwebel, that's why I am CC-ing them.
The patch fixes #include, and some LUBBOCK #ifdefs. With it it worked.
Thanks
Guennadi
---
Guennadi Liakhove
Hi,
following up on myself I'd suggest that you use a workqueue in
powermate_config_complete()
Don't forget to wait for it in disconnect()
Regards
Oliver
---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Co
Hi,
in this function:
static void powermate_config_complete(struct urb *urb, struct pt_regs *regs)
{
struct powermate_device *pm = urb->context;
if (urb->status)
printk(KERN_ERR "powermate: config urb returned %d\n", urb->status);
down(&pm->lock);
Hi, I had done my research on mounting the usb flash drive. it looks like the kernel
has to enable the SCII device driver. but my mips kernel build does not have the SCII
support section in the menuconfig. does anyone know how I can use my usb flsah drive
with out SCII support?
-Original M
Get a "not a valid block device" error when trying to mount my ScanDisk
256M usb flash drive from sda1 or sg0. It mounts fine under 2.4.23. I
recompiled with CONFIG_USB_STORAGE_DEBUG=y. Here is the output.
Here is the forum we were discussing this in
http://www.linuxquestions.org/questions/sho
On Wed, Jan 21, 2004 at 01:02:03PM -0800, James Lamanna wrote:
>
> >
> >The patch is trying to fix a real bug (the code never expects the number
> >of usages to be less than the number of values in a report), however the
> >fix is wrong, because later in the hid_add_field() function it can cause
>
On Wed, 21 Jan 2004, Rogério Brito wrote:
> Attached is the edited dmesg of that patch. I hope that I have not cut
> any essential information. I tried to indicate clearly what I did there
> (I have the hotplug scripts disabled, as you advised).
This is weird. The internal hub is failing at a di
The patch is trying to fix a real bug (the code never expects the number
of usages to be less than the number of values in a report), however the
fix is wrong, because later in the hid_add_field() function it can cause
the loop whic assigns usages to the field->usage array to access data
beyond th
Hi,
you cannot use usb_bulk_msg() on buffers on the stack.
Regards
Oliver
You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.
=
Greg KH <[EMAIL PROTECTED]> writes:
> Does the driver work for you?
Yes, I'm using it together with a slightly hacked kdrive X server on a
EarthLCD TC-10 panel computer.
> Looks like your email client ate all of the tabs in your patch :(
Hehe, no, there aren't any. It's my way of indenting cod
Hi, is the usb file system using the serial port? it is conflicting with my remote
control which is using serial port 1, I think that is why the device busy error occur
when I try to claim the interface.
GC
-Original Message-
From: Greg KH [mailto:[EMAIL PROTECTED]
Sent: Monday, January
The missing interface 7 is used for flashing the phone. You have to send
special AT commands to the modem and then it will appear.
On Mon, 19 Jan 2004 09:17:44 -0800, David Brownell wrote:
>
> The mysteriously missing interface #7 ... we'll have to wonder!
>
>
--
I meant: 2048 bytes per transaction and 8 transaction per
URB/iTD and each read iTD is laterally chained to a write iTD and
the pair is anchored by a single periodic frame list slot so that
the controller re-reads the pair 8 times per slot.
There is a 1 to 1 mapping of urbs to iTDs.
Each iTD use
John Heil wrote:
On Tue, 20 Jan 2004, David Brownell wrote:
I'd recommend you do that in your device driver, instead.
Your completion callback can use urb->urb_list (so long as
the URB hasn't been submitted!) and schedule the tasklet.
I did the tasklets driver thing first and in that mode
I had
I meant: 2048 bytes per transaction and 8 transaction per
URB/iTD and each read iTD is laterally chained to a write iTD and
the pair is anchored by a single periodic frame list slot so that
the controller re-reads the pair 8 times per slot.
There is a 1 to 1 mapping of urbs to iTDs.
Each iTD use
Hi Greg,
the whiteheat driver in two places does DMA to the stack by usb_bulk_msg().
Regards
Oliver
You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.
===
If you know for sure the modules support the hardware you should simply be able to add
an entry to the usb.usermap under /etc/hotplug
Eugene Nine
-- Original Message --
From: Bruno THOMAS <[EMAIL PROTECTED]>
Date: Wed, 21 Jan 2004 18:35:24 +0100
>Hello
Rudolf Ladyzhenskii wrote:
Hi, all
I have a question on how ISO transfers are handled by USB subsystem and
HCD.
It is better explained on example.
I have a custom hardware running Linux 2.4.19. I am connecting USB
webcam to it and use PWC driver to control it.
Now, this driver only sends two ISO U
Hello Greg and all,
Actually, I was wondering how could I do to connect multiple usb serial
devices, with different vendor/product codes.
The problem for me is to connect a GPS on a linux embedded box, that
uses the pl2303 module, and a GPRS phone that uses standard usbserial
with vendor/pro
On Thu, Jan 15, 2004 at 04:32:08PM +0100, Marcel Holtmann wrote:
> is there any reason why this patch is not yet submitted to Marcelo and
> Linus? It is needed for switching a Logitech HID/Bluetooth dongle from
> HID into HCI mode.
> > I've brought this up before and now that 2.6.0 is released, I
--
mammique <[EMAIL PROTECTED]>
--- Begin Message ---
Hi,
i try to use an usb digital camera on an AlBook under debian unstable
with kernel 2.6.1-ben1. Gphoto2 works well as root but not as normal
user, usbfs seems to be mounted correctly with devmode=0666 wich should
provide access to usb devic
Hello Greg and all,
Actually, I was wondering how could I do to connect multiple usb serial
devices, with different vendor/product codes.
The problem for me is to connect a GPS on a linux embedded box, that
uses the pl2303 module, and a GPRS phone that uses standard usbserial
with vendor/pro
10 MOTIVOS PARA VOCÊ SE EXERCITAR PARA O CARNAVAL 2004.
1) Ginástica e musculação todos os dias horários livres:
Plano anual 12 meses = 600.00 +1 mês do aniversario =(valor do mês R$ 46.15).
2) Spinning, musculação, ginástica todos os dias horários livres:
Plano anual 12 meses = 840.00 +1 mês d
On Wednesday 21 January 2004 07:39, Tomasz Mloduchowski wrote:
>Hello everyone,
>
>just a warning - there was probably a virus in a message sent to
> this list. Important for everyone using Windows (I believe not so
> much of us un this list)
>
>Forwarding full transcript of virus-scanner.
>
>Tomas
Hello everyone,
just a warning - there was probably a virus in a message sent to this
list. Important for everyone using Windows (I believe not so much of us
un this list)
Forwarding full transcript of virus-scanner.
Tomasz Mloduchowski
--- Begin Message ---
The MessageLabs SkyScan Anti-Virus
Hi, all
I have a question on how ISO transfers are handled by USB subsystem and
HCD.
It is better explained on example.
I have a custom hardware running Linux 2.4.19. I am connecting USB
webcam to it and use PWC driver to control it.
Now, this driver only sends two ISO URBs to USB susbsystem (vi
On Tue, 2004-01-20 at 22:01, Alan Stern wrote:
> If you unplug (without running the test) and wait for the controller to be
> suspended, does uhci_irq get called right after the suspend_hc message?
No.
> Doesn't urb_dequeue call set_next_interrupt?
Yes, it calls set_next_interrupt.
> If it does
On Tue, Jan 20, 2004 at 04:09:27PM -0800, Greg KH wrote:
> On Tue, Jan 20, 2004 at 06:52:40PM +0100, Dimitri Torfs wrote:
> > The first one I encountered is in the usb_new_device() function in usb.c
> > where the first 8 bytes of the descriptor are fetched:
> >
> > err = usb_get_descriptor(dev,
The original message was received at Wed, 21 Jan 2004 09:54:21 +0200
from vdp072.ath01.dsl.hol.gr [62.38.208.73]
- The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>
(reason: can't create (user) output file)
- Transcript of session follows -
procmai
54 matches
Mail list logo