Re: [linux-usb-devel] Earthmate LT-20 USB GPS Functionality Broken By 2.6.19 'cypress_m8' Patch

2007-03-27 Thread Mike Isely
On Mon, 26 Mar 2007, Marr wrote: Greetings, *** Please CC: me on replies -- I'm not subscribed. A patch by Mike Isely that went into what became kernel 2.6.19 has modified 'cypress_m8.c' in such a way that it makes the DeLorme Earthmate LT-20 USB GPS receiver stop working entirely.

[linux-usb-devel] usbmon status extended urb information for binary API

2007-03-27 Thread Paolo Abeni
hello, I spend a few time in the last days using latest usbmon patch (with bus 0 interface). So far I did not notice any issue. My knowledge of the module removal process is far from complete, so I can't perform any formal correctness test for rmmod. I used a linux-2.6.21-rc4 tree with the

Re: [linux-usb-devel] [PATCH 1/1] race condition fixes for usb-serial - new attempt - for review

2007-03-27 Thread Oliver Neukum
Am Samstag, 24. März 2007 03:47 schrieb John: +struct usb_serial *usb_serial_get_by_index_ex(unsigned index, int * return_reserved) { struct usb_serial *serial; spin_lock(table_lock); serial = serial_table[index]; + if(return_reserved) { +

Re: [linux-usb-devel] Why i lost speed in transplant driver from 2.4to 2.6 ?

2007-03-27 Thread DuRui
On 2007-03-27 12:31:19, Greg KH wrote On Tue, Mar 27, 2007 at 12:01:36PM +0800, DuRui wrote: Hello everybody I have creat 3 endpiont, which one for intrrupt in, one for bulk in, and the third for bluk out. my driver could reach the transport rate at 20MB/s in 2.4 version

[linux-usb-devel] CDC-ACM Driver -Unable to write more than 64 characters at once

2007-03-27 Thread sandhya.adabala
Hi, I am using cdc-acm driver on Linux with kernel 2.6.16.13 for my Sony Ericsson Z1010 mobile.I connected the mobile to the Linux pc and tried sending sms using AT Command Interface of the mobile.What I have observed is that when the size of the sms pdu is greater than 64 characters sms is

Re: [linux-usb-devel] CDC-ACM Driver -Unable to write more than 64 characters at once

2007-03-27 Thread Oliver Neukum
Am Dienstag, 27. März 2007 11:06 schrieb [EMAIL PROTECTED]: Hi,     I am using cdc-acm driver on Linux with kernel 2.6.16.13 for my Sony Ericsson Z1010 mobile.I connected the mobile to the Linux pc and tried sending sms using AT Command Interface of the mobile.What I have observed is that

[linux-usb-devel] error handling with usb serial open failures #2

2007-03-27 Thread Oliver Neukum
Hi, this is the second attempt. What do you think? Regards Oliver - --- a/drivers/usb/serial/usb-serial.c 2007-03-26 09:18:08.0 +0200 +++ b/drivers/usb/serial/usb-serial.c 2007-03-27 11:30:25.0 +0200 @@ -184,7 +184,7 @@ struct usb_serial

Re: [linux-usb-devel] Gadget Zero testing with OMAP

2007-03-27 Thread Pandita, Vikram
-Original Message- From: Wael Adel [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 7:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Pandita, Vikram Cc: linux-usb-devel@lists.sourceforge.net Subject: Gadget Zero testing with OMAP hi all, Actually, the steps mentioned

[linux-usb-devel] Small patch to hid-core.c for usb PS2 joystick adaptor

2007-03-27 Thread Philip Armstrong
It's a no-name Chinese thing, which lsusb reports as: Bus 003 Device 003: ID 0810:0001 Personal Communication Systems, Inc. However, it needs the HID_QUIRK_MULTI_INPUT flag set, as it has sockets for two joysticks which otherwise get reported as a single /dev/input/js0 Patch attached

[linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread Oliver Neukum
Hi, the option driver - allocations 17K with kmalloc - violates dma rules on inconsistent architectures This patch fixes that using an array of USB buffers. Regards Oliver Signed-off-by: Oliver Neukum [EMAIL PROTECTED] - --- a/drivers/usb/serial/option.c

Re: [linux-usb-devel] Small patch to hid-core.c for usb PS2 joystick adaptor

2007-03-27 Thread Jiri Kosina
On Tue, 27 Mar 2007, Philip Armstrong wrote: It's a no-name Chinese thing, which lsusb reports as: Bus 003 Device 003: ID 0810:0001 Personal Communication Systems, Inc. However, it needs the HID_QUIRK_MULTI_INPUT flag set, as it has sockets for two joysticks which otherwise get reported as

Re: [linux-usb-devel] Small patch to hid-core.c for usb PS2 joystick adaptor

2007-03-27 Thread Philip Armstrong
On Tue, Mar 27, 2007 at 03:06:16PM +0200, Jiri Kosina wrote: On Tue, 27 Mar 2007, Philip Armstrong wrote: It's a no-name Chinese thing, which lsusb reports as: Bus 003 Device 003: ID 0810:0001 Personal Communication Systems, Inc. However, it needs the HID_QUIRK_MULTI_INPUT flag set, as it has

[linux-usb-devel] [PATCH]omninet write vs. close race

2007-03-27 Thread Oliver Neukum
Hi, omninet kills all URBs in close. However write() returns as soon as the URB has been submitted. Killing the last URB means a race that can lose that date written in the last call to write(). As a fix this is moved to shutdown(). Regards Oliver Signed-off-by: Oliver

Re: [linux-usb-devel] [patch] usb-serial, ti_usb: fix usb configuration changing

2007-03-27 Thread Greg KH
On Tue, Mar 27, 2007 at 08:30:10AM +0200, Oleg Verych wrote: usb-serial, ti_usb: fix usb configuration changing Remove bogus error messages, comments with script. Use new usb-configuration interface for usb-interface drivers. Cc: Al Borchers [EMAIL PROTECTED] Signed-off-by: Oleg Verych

Re: [linux-usb-devel] status usb serial regression in 2.6.21: now hal segfaults

2007-03-27 Thread Oliver Neukum
Am Dienstag, 27. März 2007 15:34 schrieb Andi Kleen: Since I updated from -rc3 to -rc5 pulling a USB serial device doesn't oops the kernel anymore, but now my hal daemon crashes instead. Sounds like a different kind of regression to me unless it was intended to break the sysfs user

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread nesta
Alan Stern stern at rowland.harvard.edu writes: On Wed, 21 Mar 2007, nesta wrote: thanks a lot Alan for your help but i wanna tell u somthing: it is about usb.c did u take a look at this file? u will find in the function named by autoconfig, that it does not contain any

Re: [linux-usb-devel] [patch] usb-serial, ti_usb: fix usb configuration changing

2007-03-27 Thread Oleg Verych
On Tue, Mar 27, 2007 at 06:51:53AM -0700, Greg KH wrote: On Tue, Mar 27, 2007 at 08:30:10AM +0200, Oleg Verych wrote: usb-serial, ti_usb: fix usb configuration changing Remove bogus error messages, comments with script. Use new usb-configuration interface for usb-interface drivers.

[linux-usb-devel] Need some help getting a touchscreen working...

2007-03-27 Thread Joshua Smith
Hello, I'm trying to get a USB IR Touchscreen working, and I need some help filling some gaps in my understanding of how everything works together. This might actually be an XFree86 question, but I figured I'd start at the bottom of the stack, and hopefully you call can help me work my

Re: [linux-usb-devel] Why i lost speed in transplant driver from 2.4 to 2.6 ?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, DuRui wrote: Hello everybody I have creat 3 endpiont, which one for intrrupt in, one for bulk in, and the third for bluk out. my driver could reach the transport rate at 20MB/s in 2.4 version kernel. but in 2.6 version i only got a half, 10MB/s. the

Re: [linux-usb-devel] [RFC/PATCH 0/7] Move USB input devices to drivers/input

2007-03-27 Thread Dmitry Torokhov
On 3/27/07, Greg KH [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 07:12:29AM +0200, Jiri Kosina wrote: On Mon, 26 Mar 2007, Greg KH wrote: It is fine with me for you to do this, and you can send it to Linus if you want to, with: Signed-off-by: Greg Kroah-Hartman [EMAIL

Re: [linux-usb-devel] [RFC/PATCH 0/7] Move USB input devices to drivers/input

2007-03-27 Thread Dmitry Torokhov
On 3/27/07, Greg KH [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 12:51:18AM -0400, Dmitry Torokhov wrote: On Tuesday 27 March 2007 00:29, Greg KH wrote: On Tue, Mar 27, 2007 at 12:13:06AM -0400, Dmitry Torokhov wrote: Hi Greg, As I promised several month ago here is a patch

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, nesta wrote: Dear Alan, sorry for being late,i have tried the new version that u sent me, finally the endpoint files have been created but still have the following problem: now if i want to send any data to the host, i should open the in-endpoint file then write

Re: [linux-usb-devel] status usb serial regression in 2.6.21: now hal segfaults

2007-03-27 Thread Oliver Neukum
Am Dienstag, 27. März 2007 18:10 schrieb Andi Kleen: On Tuesday 27 March 2007 15:47, Oliver Neukum wrote: Shit. please test -rc4. This does not have the shutdown() change. rc4 oopses and crashes hal. OK, I'll try replicating this with my device and the known -rc4 bugs fixed.

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Wael Adel
On 3/27/07, Alan Stern [EMAIL PROTECTED] wrote: On Tue, 27 Mar 2007, nesta wrote: Dear Alan, sorry for being late,i have tried the new version that u sent me, finally the endpoint files have been created but still have the following problem: now if i want to send any data to the host,

Re: [linux-usb-devel] Earthmate LT-20 USB GPS Functionality Broken By 2.6.19 'cypress_m8' Patch

2007-03-27 Thread Marr
On Tuesday 27 March 2007 3:05am, Mike Isely wrote: On Mon, 26 Mar 2007, Marr wrote: Greetings, *** Please CC: me on replies -- I'm not subscribed. A patch by Mike Isely that went into what became kernel 2.6.19 has modified 'cypress_m8.c' in such a way that it makes the DeLorme

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Wael Adel wrote: if so, should i read these data at the host side or what? Of course you should. Actually i dont know how can i read the data at the host side i.e. my computer? do u have any suggestions? Load the usbtest driver and run the testusb program. Alan

[linux-usb-devel] [3/5] 2.6.21-rc5: known regressions

2007-03-27 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Wael Adel
i have tried this but when i run testusb program as follows: ./testusb -a -t 9 -c 10 -s 256 i got the following error: usbfs files are missing i dont know why? On 3/27/07, Alan Stern [EMAIL PROTECTED] wrote: On Tue, 27 Mar 2007, Wael Adel wrote: if so, should i read these data at the

Re: [linux-usb-devel] [RFC/PATCH 0/7] Move USB input devices to drivers/input

2007-03-27 Thread Jiri Kosina
On Tue, 27 Mar 2007, Dmitry Torokhov wrote: Ideally I'd like to have all input stuff live together, but I will let Jiri have usbkbd and usbmouse so people can see the stern warnings about not using them and select full HID driver right there. I would in fact be interested in how many people

Re: [linux-usb-devel] possible USB regression with 2.6.21-rc4: iPod doesn't work

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Tino Keitel wrote: On Tue, Mar 27, 2007 at 00:21:24 +0200, Tino Keitel wrote: [...] this is the bisect result: $ git bisect good 1d619f128ba911cd3e6d6ad3475f146eb92f5c27 is first bad commit commit 1d619f128ba911cd3e6d6ad3475f146eb92f5c27 I just tested

Re: [linux-usb-devel] is gadgetfs driver so hard that no one can answer me?

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Wael Adel wrote: i have tried this but when i run testusb program as follows: ./testusb -a -t 9 -c 10 -s 256 i got the following error: usbfs files are missing i dont know why? You may need to do mount -t usbfs none /proc/bus/usb. Alan Stern

Re: [linux-usb-devel] USB: on suspend to ram/disk all usb devices are replugged

2007-03-27 Thread Alan Stern
On Tue, 27 Mar 2007, Maxim Levitsky wrote: Hi, I noticed that after suspend/resume cycle all my usb devices are unplugged/replugged by uhci driver. While it is not that big problem to me, that can be a real problem if a device is a flash card with mounted file-system, because

[linux-usb-devel] [PATCH] USB: add last_busy field for use in autosuspend

2007-03-27 Thread Alan Stern
This patch (as877) adds a last_busy field to struct usb_device, for use by the autosuspend framework. Now if an autosuspend call comes at a time when the device isn't busy but hasn't yet been idle for long enough, the timer can be set to exactly the desired value. And we will be ready to handle

Re: [linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread Pete Zaitcev
On Tue, 27 Mar 2007 14:30:52 +0200, Oliver Neukum [EMAIL PROTECTED] wrote: --- a/drivers/usb/serial/option.c 2007-03-27 13:31:04.0 +0200 +++ b/drivers/usb/serial/option.c 2007-03-27 14:21:21.0 +0200 @@ -627,14 +629,23 @@ + *buf = usb_buffer_alloc(serial-dev, len,

Re: [linux-usb-devel] USB: on suspend to ram/disk all usb devices are replugged

2007-03-27 Thread Maxim
On Tuesday 27 March 2007 19:15:14 Alan Stern wrote: On Tue, 27 Mar 2007, Maxim Levitsky wrote: Hi, I noticed that after suspend/resume cycle all my usb devices are unplugged/replugged by uhci driver. While it is not that big problem to me, that can be a real problem if a device

Re: [linux-usb-devel] USB: on suspend to ram/disk all usb devices are replugged

2007-03-27 Thread Pete Zaitcev
On Tue, 27 Mar 2007 13:15:14 -0400 (EDT), Alan Stern [EMAIL PROTECTED] wrote: Suspend to disk still causes virtual replugging and I think that controller is reset and will unplug/replug devices anyway Resolving this problem is very difficult. Maybe it possible to check on unplugging

Re: [linux-usb-devel] [RFC/PATCH 0/7] Move USB input devices to drivers/input

2007-03-27 Thread Dmitry Torokhov
On 3/27/07, Jiri Kosina [EMAIL PROTECTED] wrote: On Tue, 27 Mar 2007, Dmitry Torokhov wrote: Ideally I'd like to have all input stuff live together, but I will let Jiri have usbkbd and usbmouse so people can see the stern warnings about not using them and select full HID driver right

Re: [linux-usb-devel] [RFC/PATCH 0/7] Move USB input devices to drivers/input

2007-03-27 Thread Greg KH
On Tue, Mar 27, 2007 at 12:02:42PM -0400, Dmitry Torokhov wrote: On 3/27/07, Greg KH [EMAIL PROTECTED] wrote: On Tue, Mar 27, 2007 at 12:51:18AM -0400, Dmitry Torokhov wrote: On Tuesday 27 March 2007 00:29, Greg KH wrote: On Tue, Mar 27, 2007 at 12:13:06AM -0400, Dmitry Torokhov wrote:

[linux-usb-devel] 【 パソコンで 副収入 】 「20歳〜7 0歳位まで」

2007-03-27 Thread digital-j
独占広告― 「 あなたも、パソコンを利用して    空いた時間に 収入基盤を作りませんか? 」 募集要項    http://www.j-netshop.com/digital-j.html    ■空いた時間で、自宅から収入を希望される方        ■今の仕事を続けながら無理なく独立開業を希望される方     ※未成年・学生は不可  (今年の新卒者は資料請求までで卒業してからスタート)     ※インターネット・メール レベルのパソコンスキル必須

Re: [linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread Oliver Neukum
Am Dienstag, 27. März 2007 19:43 schrieb Pete Zaitcev: On Tue, 27 Mar 2007 14:30:52 +0200, Oliver Neukum [EMAIL PROTECTED] wrote: --- a/drivers/usb/serial/option.c 2007-03-27 13:31:04.0 +0200 +++ b/drivers/usb/serial/option.c 2007-03-27 14:21:21.0 +0200 @@ -627,14

Re: [linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread David Brownell
On Tuesday 27 March 2007 10:43 am, Pete Zaitcev wrote: On Tue, 27 Mar 2007 14:30:52 +0200, Oliver Neukum [EMAIL PROTECTED] wrote: --- a/drivers/usb/serial/option.c 2007-03-27 13:31:04.0 +0200 Why don't you just use kmalloc here? The needless use of usb_buffer_alloc always

Re: [linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread Pete Zaitcev
On Tue, 27 Mar 2007 13:40:23 -0700, David Brownell [EMAIL PROTECTED] wrote: Actually, HID was one of the original motivations for using that. Dave Miller noticed the cost for a USB keyboard was excessive on (ISTR) SPARC64, and avoiding all those cache ops was a Good Thing. Are you sure that

[linux-usb-devel] adrese jenerator mazotu sevisi

2007-03-27 Thread adrese mazot
html head meta http-equiv=Content-Type content=text/html; charset=windows-1254 /head body bgcolor=#00 link=#FFCC00 vlink=#FFCC00 alink=#FFCC00 p align=centera href=http://www.alomazot.com/mail.html; font size=2 face=ArialBu e-mail'i düzgün g?rüntüleyemiyorsan?z buraya t?klay?n.../font/a/p div

Re: [linux-usb-devel] [PATCH]dma rules violation in the option driver

2007-03-27 Thread David Brownell
On Tuesday 27 March 2007 3:48 pm, Pete Zaitcev wrote: On Tue, 27 Mar 2007 13:40:23 -0700, David Brownell [EMAIL PROTECTED] wrote: Actually, HID was one of the original motivations for using that. Dave Miller noticed the cost for a USB keyboard was excessive on (ISTR) SPARC64, and avoiding

Re: [linux-usb-devel] (usagi-core 32640) Re: [PATCH 0/2] [SERIAL] [USB] fixed to skip NULL entry in struct serial usb_serial_port.

2007-03-27 Thread Greg KH
On Mon, Mar 26, 2007 at 09:38:15AM +0900, Noriaki TAKAMIYA wrote: Hi, Sun, 25 Mar 2007 08:55:21 -0700 [Subject: (usagi-core 32640) Re: [linux-usb-devel] [PATCH 0/2] [SERIAL] [USB] fixed to skip NULL entry in struct serial usb_serial_port.] Greg KH [EMAIL PROTECTED] wrote... Yes,

Re: [linux-usb-devel] USB: on suspend to ram/disk all usb devices are replugged

2007-03-27 Thread Maxim
On Tuesday 27 March 2007 20:05:24 Pete Zaitcev wrote: On Tue, 27 Mar 2007 13:15:14 -0400 (EDT), Alan Stern [EMAIL PROTECTED] wrote: Suspend to disk still causes virtual replugging and I think that controller is reset and will unplug/replug devices anyway Resolving this problem is

Re: [linux-usb-devel] usbmon status extended urb information for binary API

2007-03-27 Thread Pete Zaitcev
On Tue, 27 Mar 2007 08:54:32 +0200, Paolo Abeni [EMAIL PROTECTED] wrote: I was wondering about making available the text extended information through the binary interface, without breaking current API. Some helper/dummy events could be generated for each isochronous transfer URB with

Re: [linux-usb-devel] [RFC] HID bus design overview.

2007-03-27 Thread Li Yu
Marcel Holtmann wrote: please don't take the transport layers into account when designing the HID bus. They have nothing to do with the upper layer. Especially the upper layer shouldn't care at all if the actual HID reports are sent over USB or Bluetooth. I am sorry for I see this mail so

Re: [linux-usb-devel] (usagi-core 32652) Re: [PATCH 0/2] [SERIAL] [USB] fixed to skip NULL entry in struct serial usb_serial_port.

2007-03-27 Thread Noriaki TAKAMIYA
Tue, 27 Mar 2007 15:51:39 -0700 [Subject: (usagi-core 32652) Re: [linux-usb-devel] [PATCH 0/2] [SERIAL] [USB] fixed to skip NULL entry in struct serial usb_serial_port.] Greg KH [EMAIL PROTECTED] wrote... I think so. But I wonder if usb_get_serial_port_data() should check the

Re: [linux-usb-devel] Earthmate LT-20 USB GPS Functionality Broken By 2.6.19 'cypress_m8' Patch

2007-03-27 Thread Mike Isely
Bill Marr [EMAIL PROTECTED] wrote: [...] However, I'm still left wondering what your actual device is that uses the 'cypress_m8' module. It's a DeLorme Earthmate GPS; no LT-20 however. This is a matchbook sized device and I believe it was their first version of the USB GPS receiver.

[linux-usb-devel] as small as for rc5 (Re: [patch] usb-serial, ti_usb: fix usb configuration changing)[patch]

2007-03-27 Thread Oleg Verych
usb-serial, ti_usb: fix usb configuration changing Remove bogus error messages, comments with script. Use new usb-configuration interface for usb-interface drivers. Cc: Al Borchers [EMAIL PROTECTED] Signed-off-by: Oleg Verych [EMAIL PROTECTED] --- On Tue, Mar 27, 2007 at 06:51:53AM -0700, Greg

Re: [linux-usb-devel] as small as for rc5 (Re: [patch] usb-serial, ti_usb: fix usb configuration changing)[patch]

2007-03-27 Thread Greg KH
On Wed, Mar 28, 2007 at 07:04:02AM +0200, Oleg Verych wrote: usb-serial, ti_usb: fix usb configuration changing Remove bogus error messages, comments with script. Use new usb-configuration interface for usb-interface drivers. Cc: Al Borchers [EMAIL PROTECTED] Signed-off-by: Oleg Verych

Re: [linux-usb-devel] pxa270 - USB low speed devices - Maybe the USB cable is bad?

2007-03-27 Thread Girish
Alan Stern wrote: On Mon, 26 Mar 2007, David Brownell wrote: On Monday 26 March 2007 2:11 am, Girish wrote: pxa27x-ohci: created debug files pxa27x-ohci pxa27x-ohci: resetting from state 'reset', control = 0x0 pxa27x-ohci pxa27x-ohci: OHCI controller state pxa27x-ohci pxa27x-ohci: