[linux-usb-devel] Re: Question about evdev

2005-02-15 Thread Vojtech Pavlik
On Tue, Feb 15, 2005 at 06:40:37PM -0500, Dan Streetman wrote: > > Hi Vojtech, > > I have a question about the "contract" of the evdev interface... > > I have 2 touch screens, both USB. Both of them have drivers (hid-input > and mtouchusb) that provide ABS_X and ABS_Y coordinates to the input

Re: [linux-usb-devel] Unable to read after closing usb-serial device

2005-02-15 Thread Pete Zaitcev
On Wed, 16 Feb 2005 11:09:03 +0800, Kharisma Esguerra <[EMAIL PROTECTED]> wrote: > It seems that after running a sample application (to send a command 10 > times), if you run the same application again, the application cannot > read from usb-serial. I have > to execute command "stty -F /dev/ttyUSB

[linux-usb-devel] Unable to read after closing usb-serial device

2005-02-15 Thread Kharisma Esguerra
Hi, i'm having a problem with an application of mine that communicates with (Ba usb-serial device. (B (BIt seems that after running a sample application (to send a command 10 (Btimes), (Bif you run the same application again, the application cannot read from (Busb-serial. I have (Bto execute

Re: [linux-usb-devel] Error with usb storage

2005-02-15 Thread Matthew Dharm
Your device violates the specification by not using the correct CSW Signature. Patches to adjust for this are already being merged. Matt On Wed, Feb 16, 2005 at 03:14:19AM +0200, Micha Feigin wrote: > I am trying to get a usb digital camera that is supposed to work through usb > storage. It work

[linux-usb-devel] Error with usb storage

2005-02-15 Thread Micha Feigin
I am trying to get a usb digital camera that is supposed to work through usb storage. It works fine under win XP with the standard usb-storage driver. I compiled the kernel with debug messages and got the following output in response to connecting the camera. The errors I can see are a few usb-st

[linux-usb-devel] Re: [PATCH] 2.6.11-rc3 fix for data loss in message.c

2005-02-15 Thread Greg KH
On Sat, Feb 12, 2005 at 12:52:39PM +0100, Brian Murphy wrote: > Hi, > This is my fix for usbfs losing data when the urb > is timed out but already contains data. Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product Gui

[linux-usb-devel] Re: pegasus and rtl8150 cset for proper link detection

2005-02-15 Thread Greg KH
On Thu, Feb 03, 2005 at 06:20:38PM +0200, Petko Manolov wrote: > Hi Greg, > > When the bonding driver attempts to read the link status via > xxx_get_settings() the enslaved usb-eth driver crash the kernel. Which > shouldn't be much of surprise - since pegasus|rtl8150_get_settins() is > b

[linux-usb-devel] Re: [PATCH as467] usb-storage: Don't log expected signatures

2005-02-15 Thread Greg KH
On Thu, Feb 10, 2005 at 04:41:30PM -0500, Alan Stern wrote: > Greg: > > This fairly trivial patch makes three small changes: > > Correct a typo in a comment. > > Don't print a debugging message when a USB mass-storage device > uses the standard signature (the one we would expe

[linux-usb-devel] Re: [PATCH as464] Fix race: URB submission vs. endpoint-disable

2005-02-15 Thread Greg KH
On Wed, Feb 09, 2005 at 01:04:46PM -0500, Alan Stern wrote: > Greg: > > This patch fixes a race between URB submission and endpoint-disable. (I > don't know that it's actually possible to trigger the race, but it won't > hurt to move the appropriate test inside the region protected by the > sp

[linux-usb-devel] Re: [PATCH] 2.6.11-rc3 set timeout message to debug level: message.c

2005-02-15 Thread Greg KH
On Sat, Feb 12, 2005 at 12:55:58PM +0100, Brian Murphy wrote: > Hi, > this makes a the debug message on timeout be at debug level > so it only exists when compiling with explicit debugging support. > I have added information about the request length and data length > as now if the data length

Re: [linux-usb-devel] [PATCH 2.6] maintainers / documentation update cyberjack

2005-02-15 Thread Greg KH
On Tue, Feb 15, 2005 at 12:54:41AM +0100, Harald Welte wrote: > Here's a pure documentation update for the cyberjack driver. > > Please apply at your convenience, thanks. Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product

[linux-usb-devel] Re: [PATCH] 2.6.11-rc3 remove debug message

2005-02-15 Thread Greg KH
On Sat, Feb 12, 2005 at 12:57:39PM +0100, Brian Murphy wrote: > Hi, > this removes a warning message which only contains > data which is in any case returned to user space. This message > is especially annoying when polling with short timeouts, filling > up the log files and polluting the con

[linux-usb-devel] Re: [PATCHES as424c-426c, as456-462 (0/10)] USBcore: implement usb_add_hcd and usb_remove_hcd

2005-02-15 Thread Greg KH
On Tue, Feb 08, 2005 at 03:46:21PM -0500, Alan Stern wrote: > Greg and others: > > This series of patches centralizes much of the functionality required for > creating, registering, and removing hcd and bus structures into the core. > It removes a lot of duplication among various HC drivers. It

[linux-usb-devel] Re: [PATCH as465] Clear endpoint toggles in usb_set_interface

2005-02-15 Thread Greg KH
On Wed, Feb 09, 2005 at 01:10:59PM -0500, Alan Stern wrote: > Greg: > > Pete Zaitcev has found some USB devices that don't reset their endpoint > data toggles when they get a SET-INTERFACE request. Apparently they > interpret the USB specification too literally when it says that the > toggles mus

[linux-usb-devel] calibrate a touchscreen via evdev?

2005-02-15 Thread Dan Streetman
Hi Vojtech, I'm trying to figure out what the best way to calibrate a touch screen is. I have a 3M touchscreen driven via mtouchusb, and I access it through evdev. So, I'd like to be able to initiate hardware calibration via evdev also. But I'm not sure what the best command to send through

[linux-usb-devel] mtouchusb coordinate data raw vs. calibrated

2005-02-15 Thread Dan Streetman
Hi Todd, In mtouchusb, you switched back to raw coordinate data, from calibrated coordinate data...but, isn't it better to report calibrated coordinate data? Could we patch the driver to go back to calibrated coordinate data? -- Dan Streetman [EMAIL PROTECTED] - 186,2

[linux-usb-devel] Question about evdev

2005-02-15 Thread Dan Streetman
Hi Vojtech, I have a question about the "contract" of the evdev interface... I have 2 touch screens, both USB. Both of them have drivers (hid-input and mtouchusb) that provide ABS_X and ABS_Y coordinates to the input subsystem and so I read those coordinates from userspace. However, one of t

Re: [linux-usb-devel] Re: Patch to change error code for "device not responding"

2005-02-15 Thread David Brownell
On Friday 11 February 2005 7:39 am, Alan Stern wrote: > > How about this patch instead? > > Alan Stern I like it much better. As doc, it might even still make 2.6.11 ... ;) > > = Documentation/usb/error-codes.txt 1.15 vs edited = > --- 1.15/Documentation/usb/error-codes.txt2005-0

Re: [linux-usb-devel] state of usb-gadget.bkbits.net:8080/gadget-2.4 tree

2005-02-15 Thread Kumar Gala
On Feb 15, 2005, at 5:16 PM, David Brownell wrote: On Tuesday 15 February 2005 7:00 am, Kumar Gala wrote: > David, So far as I know, David Howells has nothing to do with that tree. He may be as puzzled as me about why you're asking him the question! Sorry, this is what I get for sending email fir

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
Oliver Neukum wrote: +static void zd1201_tx_timeout(struct net_device *dev) +{ + struct zd1201 *zd = (struct zd1201 *)dev->priv; + + if (!zd) + return; + dev_warn(&zd->usb->dev, "%s: TX timeout, shooting down urb\n", + dev->name); + zd->tx_urb->transf

Re: [linux-usb-devel] state of usb-gadget.bkbits.net:8080/gadget-2.4 tree

2005-02-15 Thread David Brownell
On Tuesday 15 February 2005 7:00 am, Kumar Gala wrote: > David, So far as I know, David Howells has nothing to do with that tree. He may be as puzzled as me about why you're asking him the question! > I was wondering what the state of the > usb-gadget.bkbits.net:8080/gadget-2.4 tree was. It ap

Re: [linux-usb-devel] Linux 2.6.x stops polling for data on bulk pipe

2005-02-15 Thread David Brownell
On Monday 14 February 2005 9:17 am, Steve Hosgood wrote: > > qh/cf49c100 dev2 hs ep2 42002202 4000 (8a00ad80* data1 nak0) > da98f360 in len=0 4d00 urb d6189b00 > da98f480*in len=12288 b0008d80 urb d6189b00 > da98f420+in len=20480 5d80 urb d4452680 > da98f540 in

[linux-usb-devel] Re: [patch 2.6.11-rc] teach gadget drivers about s3c2410_udc

2005-02-15 Thread Greg KH
On Thu, Feb 10, 2005 at 12:23:06PM -0800, David Brownell wrote: > As used in various boards including the iPaq h1940; please merge. Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on

[linux-usb-devel] Re: [patch 2.6.11-rc] ethernet gadget driver aligns IP headers

2005-02-15 Thread Greg KH
On Mon, Feb 07, 2005 at 12:23:29PM -0800, David Brownell wrote: > This is important on one board, but is otherwise just a performance tweak. > Please merge. > Applied, thanks. greg k-h --- SF email is sponsored by - The IT Product Guide Read h

[linux-usb-devel] Re: [patch 2.6.11-rc] ehci updates for TDI/ATG silicon

2005-02-15 Thread Greg KH
On Mon, Feb 07, 2005 at 12:30:21PM -0800, David Brownell wrote: > This mostly changes the company name from ATG to TDI (TransDimension), > but it also updates initialization and split ISO support for that part's > integrated transaction translator. Please merge. Applied, thanks. greg k-h

[linux-usb-devel] Re: [patch 2.6] usbnet uses NET_IP_ALIGN

2005-02-15 Thread Greg KH
On Fri, Feb 11, 2005 at 11:55:12AM -0800, David Brownell wrote: > Hmm, another ARM platform craves aligned buffers. In this case, it turned > up the fact that the alignment handler on a big-endian ARM misbehaves. > Please merge. Applied, thanks. greg k-h --

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Oliver Neukum
Am Dienstag, 15. Februar 2005 22:10 schrieb Jeroen Vreeken: > Thanks for the tips Oliver. > Here is the third attempt. +/* Incomming data */ +void zd1201_usbrx(struct urb *urb, struct pt_regs *regs) [..] + switch(urb->status) { + case -EILSEQ: + case -ENODEV: +

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
Damn, I just saw I missed one ESHUTDOWN case... Please ignore the previous patch. Jeroen Description: Driver for ZyDAS zd1201 based usb wireless adapters. Signed-off-by: Jeroen Vreeken ([EMAIL PROTECTED]) diff -ruN linux-2.6.10.org/CREDITS linux-2.6.10-zd1201/CREDITS --- linux-2.6.10.org/CREDI

Re: [linux-usb-devel] Re: [PATCH] zd1201 wireless lan driver

2005-02-15 Thread Jeroen Vreeken
Thanks for the tips Oliver. Here is the third attempt. Jeroen Description: Driver for ZyDAS zd1201 based usb wireless adapters. Signed-off-by: Jeroen Vreeken ([EMAIL PROTECTED]) diff -ruN linux-2.6.10.org/CREDITS linux-2.6.10-zd1201/CREDITS --- linux-2.6.10.org/CREDITS 2004-12-24 22:35:23.0

Re: [linux-usb-devel] Unable to read after closing usb-serial device

2005-02-15 Thread Greg KH
On Tue, Feb 15, 2005 at 01:58:03PM +0800, Kharisma Esguerra wrote: > Hi, i'm having a problem with an application of mine that communicates with > a usb-serial device. Have you tried a newer kernel? 2.4.20 is a bit old now. thanks, greg k-h

[linux-usb-devel] Re: Problem with USB2 Host PCCard Zonet Zun2200

2005-02-15 Thread narci22
On Mon, 14 Feb 2005 19:59:05 +0100, narci22 <[EMAIL PROTECTED]> wrote: > > > I have a problem getting a USB2 PCCard to work under 2.6.11-rc3... > > > > Does this patch: > > > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=110807703613198&w=2 > > > > improve things? > > no... not really...

[linux-usb-devel] state of usb-gadget.bkbits.net:8080/gadget-2.4 tree

2005-02-15 Thread Kumar Gala
David, I was wondering what the state of the usb-gadget.bkbits.net:8080/gadget-2.4 tree was. It appears that some changes got accepted into this tree (ARC EHCI TT host support). Is there a patch of this against some stock 2.4 tree around somewhere? thanks - kumar --

[linux-usb-devel] Re: [PATCH 2/2][RESEND] ati_remote: Change key assignments.

2005-02-15 Thread Vojtech Pavlik
On Mon, Feb 14, 2005 at 11:34:07PM +0200, Ville Syrjälä wrote: > Some changes to ati_remote key assignments: > - Channel up/down keys are reversed on my ATI Remote Wonder. > - Use KEY_TV, KEY_DVD and KEY_OK where appropriate. > - Replace KEY_PLAYCD with KEY_PLAY. > > Signed-off-by: Ville Syrjala <

[linux-usb-devel] Re: [PATCH 1/2][RESEND] ati_remote: Fix device/module removal.

2005-02-15 Thread Vojtech Pavlik
On Mon, Feb 14, 2005 at 11:34:04PM +0200, Ville Syrjälä wrote: > Make ati_remote clean up properly when removing either the device or the > module. > > Signed-off-by: Ville Syrjala <[EMAIL PROTECTED]> Thanks; applied. -- Vojtech Pavlik SuSE Labs, SuSE CR ---

Re: [linux-usb-devel] usbnet ax8817x recv performance patch

2005-02-15 Thread Jamie Painter
David Hollis wrote: The only issue that I see is that the usbnet_open() function (which calls the ax8817x_reset) is only called when the interface is brought from DOWN to UP state. If I initially connect to a 100FD switch, then unplug and plug into a 10HD hub, things may get squirrely. If I bring

Re: [linux-usb-devel] usbnet ax8817x recv performance patch

2005-02-15 Thread David Hollis
On Sun, 2005-02-13 at 14:07 -0700, Jamie Painter wrote: > I've observed poor receive performance in 100baseTx-FD mode from ax8817x > devices in all versions of usbnet.c. Half-duplex received performance > is actually better than full duplex. After some investigation, I found > that the MEDIUM_

Re: [linux-usb-devel] OPEN Networks NT1 Plus II USB modem stopped working for 2.6.10 (cdc-acm.c)

2005-02-15 Thread Oliver Neukum
Am Dienstag, 15. Februar 2005 06:25 schrieb Craig Keogh: > drivers/usb/class/cdc-acm.c: Entering acm_tty_write to write 1 bytes, > drivers/usb/class/cdc-acm.c: Entering acm_write_bulk with status 0 > drivers/usb/class/cdc-acm.c: acm_control_msg: rq: 0x22 val: 0x2 len: 0x0 > result: 0 > drivers/usb