[linux-usb-devel] =?ksc5601?b?ICixpLDtKSDAzrv9v6rA/C4uLrfOtscg?==?ksc5601?b?wOjGzMC6ILfOtse4tr26xc2woSDDpcDTwfi02S4=?=

2002-12-22 Thread NALotto
Title: ´ç÷Ȯ·ü 100¹è up, °¡°Ý ÃÖ´ë 45% DOWN. ¹é¯º¹±Ç ź»ý!!!

[linux-usb-devel] [PATCH 2.5.52] scanner.c: fix compilation error with debugging enabled

2002-12-22 Thread Henning Meier-Geinitz
Hi, This patch removes a now unnecessary debug line taht broke compilation when debugging was enabled. It's on top of the interface patch just sent. Bye, Henning --- linux-2.5.52-interface/drivers/usb/image/scanner.c 2002-12-22 20:00:13.0 +0100 +++ linux-2.5.52-debug/drivers/usb/i

[linux-usb-devel] [PATCH 2.5.52] scanner.c: Accept scanners with more than one interface

2002-12-22 Thread Henning Meier-Geinitz
Hi, This patch allows the scanner driver to accept devices with more than one interface. That's needed by some multi-function periphals (e.g. scanner+printer). The patch is on top of the 2.5 patches you already applied and basically the same a the 2.4 patch. Bye, Henning --- linux-2.5.52-en

Re: [linux-usb-devel] [PATCH 2.4.21-pre1] scanner.c, scanner.h: fix bug on rmmod

2002-12-22 Thread Henning Meier-Geinitz
Hi, On Thu, Dec 19, 2002 at 04:52:55PM -0800, Greg KH wrote: > On Fri, Dec 20, 2002 at 01:45:16AM +0100, Oliver Neukum wrote: > > This patch is wrong. Please do not apply. > > I agree. It tries to do several different things, and doesn't really > seem to make much sense as to why it is trying to

Re: [linux-usb-devel] clean kernel thread exit for speedtouch

2002-12-22 Thread Johan Verrept
Duncan SANDS wrote: Dear Johan, I am sorry to hear that you will no longer be maintaining the speedtouch driver. It may have been your first linux kernel driver, and it may have had a few bugs, but it has done good service to me and others. I am willing to try and maintain the driver. While I

[linux-usb-devel] kernel BUG at include/asm/spinlock.h:123!

2002-12-22 Thread Arador
I've the following output when i enbale all the options under "kernel hacking" section kernel 2.5.52 smp p3 2x800 Freeing unused kernel memory: 292k freed Adding 530104k swap on /dev/hda6. Priority:-1 extents:1 EXT3 FS 2.4-0.9.16, 02 Dec 2001 on ide0(3,5), internal journal drivers/usb/core/usb.c:

[linux-usb-devel] [PATCH 2.4.21-pre1] scanner.c: Use first altsetting in probe_scanner()

2002-12-22 Thread Henning Meier-Geinitz
Hi, Without this patch, the alternate setting with index ifnum was used, not the first one. This patch is ontop of the "more than one intreface" patch sent to you some minutes ago. Bye, Henning --- linux-2.4.21-pre1.interface/drivers/usb/scanner.c 2002-12-22 11:47:13.0 +0100 +++

[linux-usb-devel] [PATCH 2.4.21-pre1] scanner.c: Accept scanners with more than one interface

2002-12-22 Thread Henning Meier-Geinitz
Hi, This patch allows the scanner driver to accept devices with more than one interface. That's needed by some multi-function periphals (e.g. scanner+printer). The patch is ontop of the patches you already applied. Bye, Henning --- linux-2.4.21-pre1.endpoint/drivers/usb/scanner.c2002-12-1

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.17, 2002/12/21 23:07:29-08:00, [EMAIL PROTECTED] [PATCH] scanner.c: Support for devices with only one bulk-in endpoint This patch (originally from Sergey Vlasov) adds support for scanners with only one bulk-in endpoint. It's needed by all the GT-6801 based scanners like the Art

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.18, 2002/12/21 23:54:35-08:00, [EMAIL PROTECTED] [PATCH] dev_printk macro diff -Nru a/include/linux/device.h b/include/linux/device.h --- a/include/linux/device.hSun Dec 22 00:37:52 2002 +++ b/include/linux/device.hSun Dec 22 00:37:52 2002 @@ -396,22 +396,21 @@ extern

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.16, 2002/12/21 23:07:03-08:00, [EMAIL PROTECTED] [PATCH] scanner.h: add/fix vendor/product ids This patch adds additional vendor and product ids for Nikon, Mustek, Plustek, Genius, Epson, Canon, Umax, Hewlett-Packard, Benq, Agfa, and Minolta scanners. The entries for Benq, Geni

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.13, 2002/12/19 15:13:46-08:00, [EMAIL PROTECTED] [PATCH] ehci, qtd submit and completions This ought to address a number of the problems with the recent "dummy td" update as well as some older ones: - Slims down the qh_append_tds() to remove two pairs of "should be d

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.15, 2002/12/21 23:03:20-08:00, [EMAIL PROTECTED] [PATCH] ehci, qtd submit and completions > ... usb-storage gets unhappy when > it decides (why? and unsuccessfully) to reset high speed > devices. ... I don't know if that problem is resolved, but this patch makes the quest

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.14, 2002/12/19 15:14:03-08:00, [EMAIL PROTECTED] [PATCH] usbcore: rm hub oops, message cleanups, unlink These changes are unrelated except I ran into them all at once: - Fixes an oops from a partial hub_configure() clean; let hub_disconnect() do the whole thing, simpler. -

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.12, 2002/12/19 14:23:57-08:00, [EMAIL PROTECTED] [PATCH] USB: fix the spelling of "deprecated". Thanks to Randy Dunlap for pointing this out. diff -Nru a/drivers/usb/core/inode.c b/drivers/usb/core/inode.c --- a/drivers/usb/core/inode.c Sun Dec 22 00:39:31 2002 +++ b/drivers

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.11, 2002/12/19 12:11:06-08:00, [EMAIL PROTECTED] [PATCH] USB cdc-ether: GFP_KERNEL in interrupt cdc-ether has the same problem as cdc-acm. - usb_submit_urb() under spinlock or in interrupt must use GFP_ATOMIC diff -Nru a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-eth

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.8, 2002/12/19 12:10:13-08:00, [EMAIL PROTECTED] [PATCH] USB: remove obviously broken code from the speedtouch disconnect handler I am not sure what this code was supposed to do, but it can stop khubd indefinitely. It has to go. diff -Nru a/drivers/usb/misc/speedtouch.c b/driv

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.10, 2002/12/19 12:10:47-08:00, [EMAIL PROTECTED] [PATCH] USB cdc-acm: missed a GFP_KERNEL in interrupt the patch turns it into GFP_ATOMIC. diff -Nru a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c --- a/drivers/usb/class/cdc-acm.c Sun Dec 22 00:40:04 2002 ++

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.9, 2002/12/19 12:10:31-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch possible deadlock in atm_close path this removes the spinlocks in close, so that the synchronous unlinking is safe. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.4, 2002/12/19 12:09:01-08:00, [EMAIL PROTECTED] [PATCH] USB: simplify spinlocks in send path for speedtouch irqsave spinlocks in an interrupt handler are superfluous. Simple spinlocks are sufficient and quicker. As this is in interrupt context, every cycle counts. diff -Nru a

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.3, 2002/12/19 12:07:51-08:00, [EMAIL PROTECTED] [PATCH] namespace pollution in ibmcam driver The variable 'cams' should be static. Don't initialize to 0, while we're here. diff -Nru a/drivers/usb/media/ibmcam.c b/drivers/usb/media/ibmcam.c --- a/drivers/usb/media/ibmcam.c

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.5, 2002/12/19 12:09:18-08:00, [EMAIL PROTECTED] [PATCH] USB: more spinlock work for speedtouch - simple spinlocks will do diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c --- a/drivers/usb/misc/speedtouch.c Sun Dec 22 00:41:25 2002 +++ b/driver

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.7, 2002/12/19 12:09:56-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch reentrancy race through usbfs speedtouch povides an ioctl handler through usbfs. It must not be reentered. A semaphore ensures that. diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.6, 2002/12/19 12:09:37-08:00, [EMAIL PROTECTED] [PATCH] USB: speedtouch remove error handling with usb_clear_halt usb_clear_halt cannot be used from a completion handler because it sleeps As that code path would have crashed the driver, it's obviously not needed and can be remo

[linux-usb-devel] Re: [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.28.2, 2002/12/19 12:07:31-08:00, [EMAIL PROTECTED] [PATCH] namespace pollution in STV0680 camera driver Variables should not be defined in a header file. This slightly improves the driver by making them static instead of global. diff -Nru a/drivers/usb/media/stv680.h b/drivers/u

[linux-usb-devel] [BK PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
This also includes one patch to device.h to add the dev_printk macro. Please pull from: bk://linuxusb.bkbits.net/linus-2.5 thanks, greg k-h drivers/usb/class/cdc-acm.c |2 drivers/usb/core/hcd.c | 12 + drivers/usb/core/hub.c | 57 - drivers/usb/core/

[linux-usb-devel] [PATCH] More USB changes for 2.5.52

2002-12-22 Thread Greg KH
ChangeSet 1.865.16.10, 2002/12/17 09:33:01-08:00, [EMAIL PROTECTED] [PATCH] USB: keyspan_pda: fix up the short names, as they were too big. diff -Nru a/drivers/usb/serial/keyspan_pda.c b/drivers/usb/serial/keyspan_pda.c --- a/drivers/usb/serial/keyspan_pda.c Sun Dec 22 00:42:29 2002 +++ b/drive