[linux-usb-devel] o coveiro www.planobrasil.com

2004-01-21 Thread cemiterio
www.planobrasil.com parceiros

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-21 Thread Rogério Brito
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread John Heil
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread John Heil
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

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-21 Thread Rogério Brito
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.

[linux-usb-devel] email marketing software for your business

2004-01-21 Thread Artyom Diogtev
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread David Brownell
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread David Brownell
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread John Heil
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread John Heil
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

[linux-usb-devel] Re: [PATCH, TRIVIAL, 2.6.0] pxa2xx_udc.c

2004-01-21 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.2-rc1] pxa2xx_udc updates

2004-01-21 Thread David Brownell
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

[linux-usb-devel] [patch 2.6.2-rc1] serial gadget [6/6]

2004-01-21 Thread David Brownell
[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

[linux-usb-devel] pl2303 - wait after TIOCMSET ?

2004-01-21 Thread MUDr.
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

[linux-usb-devel] [patch 2.6.2-rc1] gadget config/build updates [3/6]

2004-01-21 Thread David Brownell
[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

[linux-usb-devel] [patch 2.6.2-rc1] usb gadget updates [4/6]

2004-01-21 Thread David Brownell
[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

[linux-usb-devel] [patch 2.6.2-rc1] ethernet gadget updates [5/6]

2004-01-21 Thread David Brownell
[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

[linux-usb-devel] [patch 2.6.2-rc1] net2280 controller updates [1/6]

2004-01-21 Thread David Brownell
[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

[linux-usb-devel] [patch 2.6.2-rc1] usb gadget updates [0/6]

2004-01-21 Thread David Brownell
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

Re: [linux-usb-devel] Patch: driver for DMC TSC-10 touchscreen controller

2004-01-21 Thread Greg KH
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

Re: [linux-usb-devel] [Fwd: usbfs devmode problem on 2.6.1-ben1]

2004-01-21 Thread Greg KH
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

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Greg KH
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

Re: [linux-usb-devel] Patch: driver for DMC TSC-10 touchscreen controller

2004-01-21 Thread Greg KH
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

Re: [linux-usb-devel] SOS with a simple usb device driver.

2004-01-21 Thread Greg KH
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

Re: [linux-usb-devel] SOS with a simple usb device driver.

2004-01-21 Thread Greg KH
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

[linux-usb-devel] [PATCH, TRIVIAL, 2.6.0] pxa2xx_udc.c

2004-01-21 Thread Guennadi Liakhovetski
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

[linux-usb-devel] sleeping in powermate.c

2004-01-21 Thread Oliver Neukum
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

[linux-usb-devel] sleeping in interrupt in powermate.c

2004-01-21 Thread Oliver Neukum
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);

RE: [linux-usb-devel] SOS with a simple usb device driver.

2004-01-21 Thread Gary Chen
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

[linux-usb-devel] Can't mount usb flash drive with 2.6.1

2004-01-21 Thread Patrick Cappelletti
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

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-21 Thread Vojtech Pavlik
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 >

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2004-01-21 Thread Alan Stern
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

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-21 Thread James Lamanna
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

[linux-usb-devel] dma to stack in ti driver

2004-01-21 Thread Oliver Neukum
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. =

Re: [linux-usb-devel] Patch: driver for DMC TSC-10 touchscreen controller

2004-01-21 Thread Marius Vollmer
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

RE: [linux-usb-devel] SOS with a simple usb device driver.

2004-01-21 Thread Gary Chen
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

[linux-usb-devel] Re: Motorola T720/730 phone

2004-01-21 Thread Jon Smirl
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! > > --

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread David Brownell
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread David Brownell
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

Re: [linux-usb-devel] Re: Test of ehci iso patch

2004-01-21 Thread David Brownell
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

[linux-usb-devel] whiteheat doing DMA to stack

2004-01-21 Thread Oliver Neukum
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. ===

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Eugene Nine
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

Re: [linux-usb-devel] ISO transfers handling

2004-01-21 Thread David Brownell
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

[linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Bruno THOMAS
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

Re: [linux-usb-devel] Fixing HID support for non-explicitly specified usages

2004-01-21 Thread Vojtech Pavlik
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

[linux-usb-devel] [Fwd: usbfs devmode problem on 2.6.1-ben1]

2004-01-21 Thread mammique
-- 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

[linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Bruno THOMAS
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

[linux-usb-devel] carnaval

2004-01-21 Thread staff
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

Re: [linux-usb-devel] [Fwd: WARNING. Someone tried to send you a potential virus or unauthorised code]

2004-01-21 Thread Gene Heskett
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

[linux-usb-devel] [Fwd: WARNING. Someone tried to send you a potential virus or unauthorised code]

2004-01-21 Thread Tomasz Mloduchowski
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

[linux-usb-devel] ISO transfers handling

2004-01-21 Thread Rudolf Ladyzhenskii
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

Re: [linux-usb-devel] usb_submit_urb -> unplug -> timeout -> replug -> kernel panic

2004-01-21 Thread Axel Waggershauser
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

Re: [linux-usb-devel] requirements on urb->transfer_buffer

2004-01-21 Thread Dimitri Torfs
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,

[linux-usb-devel] Returned mail: see transcript for details

2004-01-21 Thread Mail Delivery Subsystem
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