Re: [linux-usb-devel] UP/SMP w/AMD 760MP and audio

2002-11-27 Thread Kevin Brosius
David Brownell wrote: > > > > >>What does alt-sysrq-T tell you about what XMMS is doing? > > > > > > sysrq is oops'ing here... The system is still running otherwise though > > (prior to trying sysrq). Is there something that ps info would tell > > you? Or attaching gdb to xmms? I'm guessing

Re: [linux-usb-devel] Mounting a Backpack USB HD

2002-11-27 Thread Patrick J. Kobly
On Wed, Nov 27, 2002 at 04:49:42PM -0500, James Amrhein wrote: > Hi, > I've been trying to mount a 60 gig backpack HD under Linux 2.4.18-18 > I have USB and Hotplug running. > The only way I've gotten access to the drive is via : > >mount -v /dev/sdb /mnt/external

Re: [linux-usb-devel] Mounting a Backpack USB HD

2002-11-27 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 28 Nov 2002 08:49, James Amrhein wrote: > Hi, > I've been trying to mount a 60 gig backpack HD under Linux 2.4.18-18 > I have USB and Hotplug running. > The only way I've gotten access to the drive is via : > >

[linux-usb-devel] Mounting a Backpack USB HD

2002-11-27 Thread James Amrhein
Hi, I've been trying to mount a 60 gig backpack HD under Linux 2.4.18-18 I have USB and Hotplug running. The only way I've gotten access to the drive is via : mount -v /dev/sdb /mnt/external -t usbdevfs but I can't write to the drive . /var/log/messages s

[linux-usb-devel] module unload race with serial drivers

2002-11-27 Thread Oliver Neukum
Hi, the serial subdrivers may be unloading while we open. This patch against 2.5 guards against that. Regards Oliver You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. ==

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.15, 2002/11/27 09:46:14-08:00, [EMAIL PROTECTED] [PATCH] [PATCH] PWC 8.9 After a little absence, here's a patch to bring the Philips Webcam driver up to version 8.9 (skipping 8.8 which has been available as a download on my website for a while). This patch is against 2.5.49, a

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.18, 2002/11/27 10:56:01-08:00, [EMAIL PROTECTED] [PATCH] WhiteHEAT update 1-fix-lowlat: QA found that running all four ports at 460800 would drop data. I traced it to data being dropped in the read callback because the flip buffers were full. Turning on the low latency flag fi

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.17, 2002/11/27 10:27:41-08:00, [EMAIL PROTECTED] [PATCH] usb-serial.c disconnect race Attached is a patch that changes the 2.5.x disconnect to be similar to 2.4.x disconnect. This doesn't fix the race, but does shrink the window such that I've never seen it trigger, even under

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.16, 2002/11/27 09:54:32-08:00, [EMAIL PROTECTED] [PATCH] [patch] speed/clean up vicam_decode_color This patch cleans up the vicam_decode_color function by removing unused/useless variables and combining the two "x" loops inside the y loop into one. It also reduces the number of

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.12, 2002/11/26 15:33:15-08:00, [EMAIL PROTECTED] [PATCH] USB serial: split the generic functions out into their own file diff -Nru a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile --- a/drivers/usb/serial/Makefile Wed Nov 27 12:50:47 2002 +++ b/drivers/usb/se

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.14, 2002/11/27 09:40:14-08:00, [EMAIL PROTECTED] [PATCH] USB ov511 driver: Update to version 1.63 diff -Nru a/Documentation/usb/ov511.txt b/Documentation/usb/ov511.txt --- a/Documentation/usb/ov511.txt Wed Nov 27 12:50:05 2002 +++ b/Documentation/usb/ov511.txt Wed

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.11, 2002/11/26 14:27:06-08:00, [EMAIL PROTECTED] [PATCH] tiglusb timeouts It addresses the timeout parameter in the tiglusb driver. 1. timeout could be 0, causing a divide-by-zero. The patch prevents this. 2. The timeout value to usb_bulk_msg() could be rounded down to caus

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.9, 2002/11/25 16:53:04-08:00, [EMAIL PROTECTED] [PATCH] USB: [patch] fix vicam disconnect/locking Here is a patch that fixes the disconnect handling and locking for the vicam driver. It does the following. 1.) Change the parameters of send_control_msg to take a struct

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.13, 2002/11/27 09:06:12-08:00, [EMAIL PROTECTED] [PATCH] added support for insmod options to specify vendor/product id. this diff -Nru a/Documentation/usb/usb-serial.txt b/Documentation/usb/usb-serial.txt --- a/Documentation/usb/usb-serial.txt Wed Nov 27 12:50:25 2002 +++ b/D

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.10, 2002/11/26 14:16:49-08:00, [EMAIL PROTECTED] [PATCH] USB serial: move the ezusb functions into their own file. diff -Nru a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig --- a/drivers/usb/serial/KconfigWed Nov 27 12:51:27 2002 +++ b/drivers/usb/serial/Kco

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.8, 2002/11/25 16:39:49-08:00, [EMAIL PROTECTED] [PATCH] USB: added Palm Tungsten W support. Thanks to Ralf Dietrich <[EMAIL PROTECTED]> for the information. diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cWed Nov 27

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.7, 2002/11/25 10:53:08-08:00, [EMAIL PROTECTED] [PATCH] driver core: fix compiler warning if CONFIG_HOTPLUG is not defined fixes bug #26 diff -Nru a/drivers/base/base.h b/drivers/base/base.h --- a/drivers/base/base.h Wed Nov 27

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.6, 2002/11/23 23:52:53-08:00, [EMAIL PROTECTED] [PATCH] usbdevfs: finalize urbs on interface release Description: When an urb has been submitted via usbdevfs, and is still pending when the interface it was submitted to is released, force the urb to be completed. This is the co

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.3, 2002/11/23 23:34:26-08:00, [EMAIL PROTECTED] [PATCH] ohci uses less slab memory When chasing down some of those 'bad entry' diagnostics, I once got suspicious that the problem was slab corruption coming from the way the td hashtable code worked. So I put together this patc

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.4, 2002/11/23 23:37:01-08:00, [EMAIL PROTECTED] [PATCH] USB: use time_before() to compare times diff -Nru a/drivers/usb/serial/keyspan.c b/drivers/usb/serial/keyspan.c --- a/drivers/usb/serial/keyspan.c Wed Nov 27 12:53:24 2002 +++ b/drivers/usb/serial/keyspan.c Wed

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.5, 2002/11/23 23:47:11-08:00, [EMAIL PROTECTED] [PATCH] uninitialized spinlock in ipaq.c this fixes an uninitialzed spinlock in ipaq.c. the driver should work on smp machines now. diff -Nru a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c --- a/drivers/usb/serial/ipaq.

[linux-usb-devel] [BK PATCH] USB changes for 2.5.49

2002-11-27 Thread Greg KH
This also includes some small driver core hotplug fixes. Please pull from: bk://linuxusb.bkbits.net/linus-2.5 thanks, greg k-h Documentation/usb/ov511.txt|9 Documentation/usb/usb-serial.txt | 43 --- drivers/base/base.h|2 drivers/base/hotplug.c

[linux-usb-devel] [PATCH] USB changes for 2.5.49

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.1, 2002/11/23 23:33:37-08:00, [EMAIL PROTECTED] [PATCH] drivers/base/hotplug.c, fix $DEVPATH Hotplug agents couldn't use /sys/$DEVPATH after /sys/root morphed into /sys/devices ... now they can do it again. diff -Nru a/drivers/base/hotplug.c b/drivers/base/hotplug.c --- a/dri

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

2002-11-27 Thread Greg KH
ChangeSet 1.842.46.2, 2002/11/23 23:33:53-08:00, [EMAIL PROTECTED] [PATCH] remove CONFIG_USB_LONG_TIMEOUT Basically, no point in having short and long timeout options where both are _shorter_ than the timeout from the USB spec. diff -Nru a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig ---

[linux-usb-devel] pl2303 driver revisited

2002-11-27 Thread Jurij Smakov
Hi! Recently I have purchased an infamous MA-620 USB infrared adapter (based on pl2303 usb-to-serial converter). After a few failed attempts to make it work I have discovered a rather lengthy thread on this list, discussing the issue preventing the pl2303 driver to operate properly for that device

[linux-usb-devel] Re: usb-serial.c disconnect race

2002-11-27 Thread Greg KH
On Wed, Nov 27, 2002 at 09:50:34AM -0500, Stuart MacDonald wrote: > From: "Greg KH" <[EMAIL PROTECTED]> > > But David's right, this needs to be fixed differently, and I'll work on > > adding proper disconnect logic. I'm already starting to work on a > > number of cleanups that these drivers need (

[linux-usb-devel] Re: [patch 2.5.49] ov511 1.63

2002-11-27 Thread Greg KH
On Wed, Nov 27, 2002 at 04:00:10AM -0800, Mark McClelland wrote: > Hi, > > Here's a patch that upgrades the ov511 driver to version 1.63. This is > primarily a cleanup patch, with some small bug fixes and other stuff > thrown in. > > Please apply. Applied, thanks. greg k-h -

[linux-usb-devel] Re: [patch] speed/clean up vicam_decode_color

2002-11-27 Thread Greg KH
On Tue, Nov 26, 2002 at 06:17:55PM -0800, John Tyner wrote: > Hi, > > This patch cleans up the vicam_decode_color function by removing > unused/useless variables and combining the two "x" loops inside the > y loop into one. It also reduces the number of times that the "x" > loop occurs from 512 t

Re: [linux-usb-devel] [PATCH] PWC 8.9

2002-11-27 Thread Greg KH
On Wed, Nov 27, 2002 at 01:19:54AM +0100, Nemosoft Unv. wrote: > Hello, > > After a little absence, here's a patch to bring the Philips Webcam driver up > to version 8.9 (skipping 8.8 which has been available as a download on my > website for a while). > > This patch is against 2.5.49, and incl

[linux-usb-devel] Re: [bkpatch for 2.4] added module parameters to ipaq.o

2002-11-27 Thread Greg KH
On Wed, Nov 27, 2002 at 02:21:10PM +0530, V Ganesh wrote: > hi, > this patch (bk export -tpatch, bk send -wgzip_uu -r+ -) lets users > do a modprobe ipaq vendor=0xfoo product=0xbar. this will help people with > unsupported wince devices try out the driver without having to recompile the > mod

[linux-usb-devel] Re: [bkpatch for 2.5] added module parameters to ipaq.o

2002-11-27 Thread Greg KH
On Wed, Nov 27, 2002 at 02:50:57PM +0530, V Ganesh wrote: > hi, > this patch (bk export -tpatch, bk send -wgzip_uu -r+ -) lets users > do a modprobe ipaq vendor=0xfoo product=0xbar. this will help people with > unsupported wince devices try out the driver without having to recompile the > m

[linux-usb-devel] Re: usb-serial.c disconnect race

2002-11-27 Thread Stuart MacDonald
From: "Greg KH" <[EMAIL PROTECTED]> > But David's right, this needs to be fixed differently, and I'll work on > adding proper disconnect logic. I'm already starting to work on a > number of cleanups that these drivers need (proper device model changes, > code splitup, etc.) But I could use it fix

[linux-usb-devel] Problem while compiling usb.c in 2.4.18-14

2002-11-27 Thread Vaibhav Madan
Hi make modules SUBDIRS=drivers/usb On giving the above command in 2.4.18-14, there are a lot of errors which come up. I am including a list of them. Can anybody please tell if they have faced the same problem before? make modules SUBDIRS=drivers/usb make -r -f tmp_include_depend

[linux-usb-devel] [patch 2.5.49] ov511 1.63

2002-11-27 Thread Mark McClelland
Hi, Here's a patch that upgrades the ov511 driver to version 1.63. This is primarily a cleanup patch, with some small bug fixes and other stuff thrown in. Please apply. Thanks, Mark === Documentation/usb/ov511.txt |9 + dr

[linux-usb-devel] [bkpatch for 2.5] added module parameters to ipaq.o

2002-11-27 Thread V Ganesh
hi, this patch (bk export -tpatch, bk send -wgzip_uu -r+ -) lets users do a modprobe ipaq vendor=0xfoo product=0xbar. this will help people with unsupported wince devices try out the driver without having to recompile the module. btw the driver panics on 2.5.49 even without this pat

[linux-usb-devel] [bkpatch for 2.4] added module parameters to ipaq.o

2002-11-27 Thread V Ganesh
hi, this patch (bk export -tpatch, bk send -wgzip_uu -r+ -) lets users do a modprobe ipaq vendor=0xfoo product=0xbar. this will help people with unsupported wince devices try out the driver without having to recompile the module. ganesh # This is a BitKeeper generated patch for the followi