Re: [linux-usb-devel] 2.4.21 usb keyboard and mouse - fails

2003-07-10 Thread Karl M. Hegbloom
[ I am not subscribed to the list. ] On Thu, 2003-07-10 at 00:57, Brad Hards wrote: On Tue, 8 Jul 2003 10:57 am, Karl M. Hegbloom wrote: I have a Microsoft USB Pro keyboard and USB optical mouse that work perfectly in 2.4.20 and earlier. With this latest kernel, however, I get the errors

Re: [linux-usb-devel] 2.4.21 usb keyboard and mouse - fails

2003-07-10 Thread Greg KH
On Thu, Jul 10, 2003 at 07:27:43AM -0700, Karl M. Hegbloom wrote: Note that this is a Debian patched kernel-source-2.4.21-2. Attached is the README describing the patches that have been applied by the Debian maintainer. I have patched it also, using several kernel-patch-* packages (mainly

[linux-usb-devel] [PATCH] fix usb serial console kconfig

2003-07-10 Thread Randy.Dunlap
USB serial console Kconfig has a typo. Please apply this patch from Francois Romieu [EMAIL PROTECTED]. Thanks, -- ~Randy --- Diffstat output ./drivers/usb/serial/Kconfig |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff

Re: [linux-usb-devel] [PATCH] fix usb serial console kconfig

2003-07-10 Thread Randy.Dunlap
On Thu, 10 Jul 2003 09:18:57 -0700 Randy.Dunlap [EMAIL PROTECTED] wrote: | | USB serial console Kconfig has a typo. That patch is incorrect, as Greg has already pointed out to me. -- ~Randy --- This SF.Net email sponsored by: Parasoft Error

Re: [linux-usb-devel] 2.4.21 usb keyboard and mouse - fails

2003-07-10 Thread Greg KH
On Thu, Jul 10, 2003 at 11:18:09AM -0700, Karl M. Hegbloom wrote: On Thu, 2003-07-10 at 08:08, Greg KH wrote: On Thu, Jul 10, 2003 at 08:07:56AM -0700, Greg KH wrote: On Thu, Jul 10, 2003 at 07:27:43AM -0700, Karl M. Hegbloom wrote: Note that this is a Debian patched

Re: [linux-usb-devel] 2.4.21 usb keyboard and mouse - fails

2003-07-10 Thread Karl M. Hegbloom
On Thu, 2003-07-10 at 08:08, Greg KH wrote: On Thu, Jul 10, 2003 at 08:07:56AM -0700, Greg KH wrote: On Thu, Jul 10, 2003 at 07:27:43AM -0700, Karl M. Hegbloom wrote: Note that this is a Debian patched kernel-source-2.4.21-2. Attached is the README describing the patches that have

[linux-usb-devel] JMTek usb-storage device hangs

2003-07-10 Thread Alex Eagle
I'm using a usb-storage device which identifies itself as manufacturer JMTek and product id 5. Kernel is 2.4.18 (pristine). It's similar to the device mentioned in this message: http://www.mail-archive.com/[EMAIL PROTECTED]/msg13255.html And very similar to a device mentioned in

[linux-usb-devel] Re: [PATCH 2.4] ax8817x.c - add Intellinet USB 2.0 Ethernet device ids

2003-07-10 Thread Greg KH
On Sat, Jun 28, 2003 at 09:03:02PM -0400, David T Hollis wrote: Thanks to Zeph for submitting the ids and testing. Applied, thanks. greg k-h --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing more. Download

Re: [linux-usb-devel] [PATCH 2.4.22-pre3] Adding DSS-20 SyncStation to ftdi_sio

2003-07-10 Thread Greg KH
On Thu, Jul 10, 2003 at 10:14:15PM +0800, David Glance wrote: Patch for 2.4.22 ftdi_sio to add DSS-20 SyncStation to ftdi_sio - the SyncStation is the usb cradle for the Sony Ericsson P800 phone. I've applied this to 2.5 and 2.4, thanks. Next time you might want to CC: me to make sure I see

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.9, 2003/07/09 21:51:31-07:00, [EMAIL PROTECTED] [PATCH] USB: Updates for unusual_devs.h These changes to unusual_devs.h can be applied to both 2.5 and 2.4. They reflect reports from users in response to the new kernel log messages about unneeded entries in the file.

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.8, 2003/07/09 21:05:29-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up my USB Bluetooth entry to help prevent confusion in the future. MAINTAINERS |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS Thu Jul

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.7, 2003/07/09 20:52:35-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet, don't NET_XMIT_DROP Martin Diehl pointed out that the network layer treats a tx drop notification in special ways, so usbnet shouldn't be using them. This fixes that problem, which could potentially explain

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.6, 2003/07/09 20:52:04-07:00, [EMAIL PROTECTED] [PATCH] USB: usb_get_string(), don't use bogus ids This fixes a problem that's been around for some time: usbcore will sometimes use un-initialized memory as if it holds a valid language code. drivers/usb/core/message.c |2

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.5, 2003/07/09 20:51:38-07:00, [EMAIL PROTECTED] [PATCH] USB: Small correction to usb-skeleton.c This fixes a minor error in usb-skeleton's disconnect() routine: if the interface's private data is NULL, the current code exits without releasing the disconnect_sem semaphore. I

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.3, 2003/07/09 20:50:32-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usb-storage initializers This patch makes the 2.5 initializers use the DMA-safe us-iobuf instead of local stack or local dynamic allocation. drivers/usb/storage/initializers.c | 36

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.10, 2003/07/10 13:18:12-07:00, [EMAIL PROTECTED] [PATCH] USB: remove pointless warning about using usbdevfs This is being printed when it shouldn't, but there really isn't an easy way to fix it. This closes bug #223. drivers/usb/core/inode.c |4 1 files changed, 4

[linux-usb-devel] Re: [PATCH] USB fixes for 2.5.75

2003-07-10 Thread Greg KH
ChangeSet 1.1372.2.4, 2003/07/09 20:51:05-07:00, [EMAIL PROTECTED] [PATCH] USB: fix datafab and freecom to use I/O buffer This patch makes the Datafab and the Freecom driver both use the I/O safe buffer us-iobuf instead of local stack or local allocations. drivers/usb/storage/datafab.c | 90

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-10 Thread Tuukka Toivonen
On Mon, 7 Jul 2003, Detlef Schmicker (Siebertz Electronic GmbH) wrote: http://qce-ga.sourceforge.net/ There are two drivers for quickcam there, older qce-ga and mostly rewritten qc-usb. If it was qc-usb, I'd be happy, since it's me who has mostly written it :-) (of course, authors of qce-ga

Re: [linux-usb-devel] pwc stops if the system is loaded

2003-07-10 Thread Tuukka Toivonen
On Fri, 11 Jul 2003, Tuukka Toivonen wrote: For me the question is: Does the Quickcam driver work around this problem? No... I haven't ever seen the USB error you mentioned (babble...). Oliver wrote: Particulary as the quickcam driver which resubmits explicitely is not affected. OK, i have to

[linux-usb-devel] Fish tackle products

2003-07-10 Thread cnbase
Dear Sir As an exporter in China, can supply :Fish tackle products. Fishing rod Fish-Sound Fishing bite Alarm Spinning reel Fishing line Accessories Mr. Joe If you have any purchase intentions for other products, please feel free to tell us in case that we can offer you your.

Re: [linux-usb-devel] JMTek usb-storage device hangs

2003-07-10 Thread Alan Stern
On Thu, 10 Jul 2003, Alex Eagle wrote: I'm using a usb-storage device which identifies itself as manufacturer JMTek and product id 5. Kernel is 2.4.18 (pristine). It's similar to the device mentioned in this message: http://www.mail-archive.com/[EMAIL PROTECTED]/msg13255.html And very