[linux-usb-devel] Keyboard leds Patch /CSet 1.1033/

2003-06-13 Thread Szabo Akos
Dear Ben, I apply Your patch from bitkeeper, and the keyboard got perfect /i can press caps lock, scroll lock, num lock without keyboard dead :)/ Thanks a lot! But, my keyboard a creative wireless keyb., with mouse /2 device in one/, and if I apply the patch, the mouse become unusable, with

Re: [linux-usb-devel] USB bridge cables in non-network mode

2003-06-13 Thread Bennett Todd
2003-06-12T17:21:01 Greg Brigley: Thanks, I wasn't aware that winpcap could send as well as receive. Very, very good point, I'd completely forgotten about that, libpcap is just the sniffer half. Its complement is libnet, and it seems to have Windows support as well. Somehow I forget that this

Re: [linux-usb-devel] Problem with AIPTEK usb-pendrive

2003-06-13 Thread Matthias Fuchs
Hi Alan, Alan Stern wrote: Can you try using your device on a regular PC? I did that before. Seems to work under 2.4.18 (SuSE kernel). Can you try using Linux 2.5.70 to see if that helps? No, I cannot try that, since this kernel is not supported by our custom board. Can you enable

Re: [linux-usb-devel] PROBLEM: memory stick - timeout

2003-06-13 Thread Alan Stern
On Fri, 13 Jun 2003 [EMAIL PROTECTED] wrote: Hello, my memory stick JMTek USBDrive 256MB don't work. The usb-storage module hangs on initializing. I have SuSE-Linux 8.2 with suse kernel 2.4.20. Is an entry in unusual_devs.h needed as it is for the other USBDrive versions from JMTek?

Re: [linux-usb-devel] Problem with AIPTEK usb-pendrive

2003-06-13 Thread Alan Stern
On Fri, 13 Jun 2003, Matthias Fuchs wrote: Hi Alan, Alan Stern wrote: Can you try using your device on a regular PC? I did that before. Seems to work under 2.4.18 (SuSE kernel). Can you try using Linux 2.5.70 to see if that helps? No, I cannot try that, since this kernel is not

[linux-usb-devel] usbdevfs development questions

2003-06-13 Thread Alex R Yacoub
Hi everyone, I've been working on a USB project and have run into some issues that I can't seem to get around. I'm trying to write a userspace application that can connect to and talk to all HID devices, including those that fall under the input framework. To do so, I've decided to use

[linux-usb-devel] Virus Warning

2003-06-13 Thread administrator
The message you emailed to [EMAIL PROTECTED], dated 06/13/03 12:55:37, contains the W32/Sobig-C virus in the 45443.pif attachment. The action taken was: deleted the attachment. --- This SF.NET email is sponsored by: eBay Great deals on

[linux-usb-devel] patch for net2280.c to fix SET_FEATURE/CLEAR_FEATURE halt endpoint bug

2003-06-13 Thread Borchers, Al (C)(STP)
David -- I've been using the USB gadget code to develop a driver for a NetChip 2280 device that runs linux. It is great-- thanks so much. In running the USBCV Chapter 9 compliance test (usb.org) and found that the net2280.c file has a bug that causes it to fail the HaltEndpointTest. This test

[linux-usb-devel] Re: patch for net2280.c to fix SET_FEATURE/CLEAR_FEATURE halt endpointbug

2003-06-13 Thread David Brownell
Borchers, Al (C)(STP) wrote: David -- I've been using the USB gadget code to develop a driver for a NetChip 2280 device that runs linux. It is great-- thanks so much. People do seem to be using it without any real trouble, which is a good thing! :) In running the USBCV Chapter 9 compliance

Re: [usb-storage] Re: [linux-usb-devel] Re: When is the next BK pull going to happen?

2003-06-13 Thread Greg KH
On Fri, Jun 13, 2003 at 01:18:16PM -0700, Matthew Dharm wrote: This doesn't appear to be a valid repository. Is that the right path? Ugh, forgot the extra linux part. This should work: bk://kernel.bkbits.net/gregkh/linux/usb/usb-2.5-bk Sorry, greg k-h

Re: [linux-usb-devel] [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread Major A
This patch brings the 2.4.21-rc8 EHCI driver mostly back into sync with the latest 2.5 driver (*), and adds a patch to avoid a relink problem (symptoms: rx hang, tx overflow) which causes trouble on 2.4 (especially with usb-storage). Just tried (patched 2.4.21 with it) with the hard drive,

[linux-usb-devel] Re: [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread Vedran Rodic
Thanks. This patch seems to fix all my problems (usb_control/bulk_msg: timeout) with usb-storage (external IDE drive case) and ehci on VIA USB 2.0 PCI addon card. I just bought this usb 2 stuff yesterday, so this is a really quick fix ;) I'm not sure if this is usb 2.0 chip issue, but I get

[linux-usb-devel] Re: [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread David Brownell
Vedran Rodic wrote: Thanks. This patch seems to fix all my problems (usb_control/bulk_msg: timeout) with usb-storage (external IDE drive case) and ehci on VIA USB 2.0 PCI addon card. I just bought this usb 2 stuff yesterday, so this is a really quick fix ;) And a quick confirmation, many thanks!

Re: [linux-usb-devel] [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread Major A
The last 2.5 patch was ehci-0612, and it had key differences from 0609 that affected problems I saw on NEC hardware, which you were using. (You never tested 0610...) Attached, you'll see ohci-0613, which should be just 0612 with that relink fix. I'm confused -- what does this have to do

Re: [linux-usb-devel] [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread David Brownell
Major A wrote: The last 2.5 patch was ehci-0612, and it had key differences from 0609 that affected problems I saw on NEC hardware, which you were using. (You never tested 0610...) Attached, you'll see ohci-0613, which should be just 0612 with that relink fix. I'm confused -- what does this

[linux-usb-devel] Re: [PATCH] AX8817X Driver for 2.4 Kernels

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote: Few minor code tweaks, formatting, etc. Greg, is this in proper shape for inclusion? Close, but I think this will break on 2.4.22-pre1, right: +#if LINUX_VERSION_CODE KERNEL_VERSION(2,4,22) +#include linux/crc32.h +#else

[linux-usb-devel] Re: [patch] fix 2.4 usbdevfs race

2003-06-13 Thread Greg KH
On Thu, Jun 05, 2003 at 02:15:06AM -0400, Johannes Erdfelt wrote: Here's a patch to fix a race condition in usbdevfs. The fix is in hub.c but the race is related to usbdevfs. Applied, thanks. greg k-h --- This SF.NET email is sponsored by:

[linux-usb-devel] Re: PATCH: (as31) Keep root hub status timer running during suspend

2003-06-13 Thread Greg KH
On Wed, Jun 11, 2003 at 01:17:24PM -0400, Alan Stern wrote: Greg: Not having heard any complaints about this patch, I'm submitting it. It fixes a problem with the root hub status URB implementation; the timer that controls the root hub polling was not getting reset during a PM suspend.

[linux-usb-devel] Re: PATCH: (as32c) Use separate transport_flags bits for transfer_dma and setup_dma

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 02:39:55PM -0400, Alan Stern wrote: David: Here's a revision of my DMA-flags patch, incorporating the changes you suggested before. Greg: If David gives this the okay, please apply. Applied, thanks. greg k-h

[linux-usb-devel] Re: convert kaweth to usb_buffer_alloc

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 09:27:38AM +0200, Oliver Neukum wrote: Hi Greg, this changes kaweth to use usb_buffer_alloc in the control and recieve paths, in which it is using fixed buffers which are not safe on some architectures. As a plus, it should get a little faster on some architectures.

[linux-usb-devel] Re: [PATCH] missed one usblp status buffer change

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 08:42:51AM -0700, Randy.Dunlap wrote: My previous patch (several months ago) missed one instance of changing usblp status data from local stack to alloc-ed memory. This patch to 2.5.70-bk13 (but should still apply AFAIK) corrects the missing instance. Please apply.

Re: [linux-usb-devel] [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread Major A
Correction: doesn't find the partition table (fdisk claims it's blank), and any attempt to unload sd_mod segfaults. I had to unload the module before ^ Sorry, this should read causes an oops. Andras

Re: [linux-usb-devel] [patch 2.4.21-rc8] ehci-hcd updates

2003-06-13 Thread David Brownell
Major A wrote: The sd_mod module is loaded automatically on boot. I find that when sd_mod is loaded at the time the USB drive is plugged in, the kernel doesn't find the partition table (fdisk claims it's blank), and any attempt to unload sd_mod segfaults. I had to unload the module before plugging

[linux-usb-devel] Re: [PATCH] AX8817X Driver for 2.4 Kernels

2003-06-13 Thread David T Hollis
Greg KH wrote: On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote: Few minor code tweaks, formatting, etc. Greg, is this in proper shape for inclusion? Close, but I think this will break on 2.4.22-pre1, right: +#if LINUX_VERSION_CODE KERNEL_VERSION(2,4,22) +#include