[linux-usb-devel] Re: [bk patch] Big HID update

2002-07-12 Thread Vojtech Pavlik
On Thu, Jul 11, 2002 at 10:09:07PM -0700, Greg KH wrote: > On Thu, Jul 11, 2002 at 05:16:10PM +0200, Vojtech Pavlik wrote: > > Hi! > > > > This cset is update of the HID drivers to the latest version, as a part > > of the Input merge. It finally includes ForceFeedback support by Johann > > Deneux

[linux-usb-devel] Re: [bk patch] Big HID update

2002-07-12 Thread Vojtech Pavlik
On Thu, Jul 11, 2002 at 10:09:07PM -0700, Greg KH wrote: > On Thu, Jul 11, 2002 at 05:16:10PM +0200, Vojtech Pavlik wrote: > > Hi! > > > > This cset is update of the HID drivers to the latest version, as a part > > of the Input merge. It finally includes ForceFeedback support by Johann > > Deneux

[linux-usb-devel] hopefully final fix for module unload race

2002-07-12 Thread Oliver Neukum
Hi, this should close the last unload race I know about. Unfortunately 2.5 currently doesn't link for me. So here it is. Somebody with an SMP testing this would be cool. Regards Oliver You can import this changeset into BK by piping this whole message to: '| bk receive [

Re: [linux-usb-devel] Re: [bk patch] Big HID update

2002-07-12 Thread Johann Deneux
Greg KH wrote: > On Thu, Jul 11, 2002 at 05:16:10PM +0200, Vojtech Pavlik wrote: > >>Hi! >> >>This cset is update of the HID drivers to the latest version, as a part >>of the Input merge. It finally includes ForceFeedback support by Johann >>Deneux, enabling ForceFeedback on new Logitech and Micr

Re: [linux-usb-devel] Re: [bk patch] Big HID update

2002-07-12 Thread Vojtech Pavlik
On Fri, Jul 12, 2002 at 03:11:06PM +0200, Johann Deneux wrote: > Greg KH wrote: > > On Thu, Jul 11, 2002 at 05:16:10PM +0200, Vojtech Pavlik wrote: > > > >>Hi! > >> > >>This cset is update of the HID drivers to the latest version, as a part > >>of the Input merge. It finally includes ForceFeedbac

[linux-usb-devel] [bkpatch] Make USB HID ForceFeedback experimental

2002-07-12 Thread Vojtech Pavlik
Hi! This one-liner does exactly $SUBJ. -- Vojtech Pavlik SuSE Labs You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. === [EMAIL PROTECTED],

[linux-usb-devel] [bkpatch] New driver for the X-Box gamepads

2002-07-12 Thread Vojtech Pavlik
Hi! Attached is a BK patch to add a new driver for X-Box gamepads. It's fairly simple, and I think it can be put into the 2.5 tree. -- Vojtech Pavlik SuSE Labs You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usua

Re: [linux-usb-devel] stanford checker - printer

2002-07-12 Thread Alan Cox
> - usblp->writeurb->transfer_buffer_length)) return >-EFAULT; > + usblp->writeurb->transfer_buffer_length)) { > + up(&usblp->sem); > + return -EFAULT; This seems wrong

[linux-usb-devel] 2.5.25: Oops on shutdown with uhci-alt

2002-07-12 Thread Burton Windle
Hello. I have a machine which oops everytime at shutdown with 2.5.25 (it appears to do it in the USB code). This machine, a Dell Optiplex GXa, has no USB devices connected to it, but USB is enabled. Linux version 2.5.25 (root@logger) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Fri Jul 1

[linux-usb-devel] Re: 2.5.25: Oops on shutdown with uhci-alt

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 01:10:22PM -0400, Burton Windle wrote: > Hello. I have a machine which oops everytime at shutdown with 2.5.25 (it > appears to do it in the USB code). This machine, a Dell Optiplex GXa, has > no USB devices connected to it, but USB is enabled. Let me know if this patch fix

[linux-usb-devel] Re: [bk patch] Big HID update

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 10:29:23AM +0200, Vojtech Pavlik wrote: > On Thu, Jul 11, 2002 at 10:09:07PM -0700, Greg KH wrote: > > On Thu, Jul 11, 2002 at 05:16:10PM +0200, Vojtech Pavlik wrote: > > > Hi! > > > > > > This cset is update of the HID drivers to the latest version, as a part > > > of the

[linux-usb-devel] Re: hopefully final fix for module unload race

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 02:20:47PM +0200, Oliver Neukum wrote: > Hi, > > this should close the last unload race I know about. > Unfortunately 2.5 currently doesn't link for me. So here > it is. Somebody with an SMP testing this would be cool. Applied. I'll try to do some SMP testing today. Wha

[linux-usb-devel] Re: [bkpatch] Make USB HID ForceFeedback experimental

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 04:48:18PM +0200, Vojtech Pavlik wrote: > Hi! > > This one-liner does exactly $SUBJ. Applied, thanks. P.S. It looks like I am missing some changeset between what you've been sending me, and Linus's latest tree. So I've applied these as patches. thanks, greg k-h

[linux-usb-devel] Re: [bkpatch] New driver for the X-Box gamepads

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 04:47:36PM +0200, Vojtech Pavlik wrote: > Hi! > > Attached is a BK patch to add a new driver for X-Box gamepads. It's > fairly simple, and I think it can be put into the 2.5 tree. Applied, thanks. greg k-h --- This sf

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

2002-07-12 Thread Greg KH
I've added some more changesets to this repository. Pull from: http://linuxusb.bkbits.net/linus-2.5 Documentation/input/xpad.txt | 84 ++ drivers/usb/host/uhci-hcd.c|4 drivers/usb/input/Config.help | 45 +++ drivers/usb/input/Config.in| 13 - drivers/usb/input/Makef

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.638 -> 1.639 # drivers/usb/input/h

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.637 -> 1.638 # drivers/usb/input/M

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.639 -> 1.640 # drivers/usb/input/M

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.636 -> 1.637 # drivers/usb/input/h

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.640 -> 1.641 # drivers/usb/input/C

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

2002-07-12 Thread Greg KH
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet1.641 -> 1.642 # drivers/usb/host/uh

Re: [linux-usb-devel] stanford checker - printer

2002-07-12 Thread Greg KH
On Fri, Jul 12, 2002 at 04:52:19PM +0100, Alan Cox wrote: > > - usblp->writeurb->transfer_buffer_length)) return >-EFAULT; > > + usblp->writeurb->transfer_buffer_length)) { > > + up(&usblp->sem); > > +

[linux-usb-devel] Re: [bkpatch] Make USB HID ForceFeedback experimental

2002-07-12 Thread Vojtech Pavlik
On Fri, Jul 12, 2002 at 11:26:44AM -0700, Greg KH wrote: > On Fri, Jul 12, 2002 at 04:48:18PM +0200, Vojtech Pavlik wrote: > > Hi! > > > > This one-liner does exactly $SUBJ. > > Applied, thanks. > > P.S. It looks like I am missing some changeset between what you've been > sending me, and Linus'

[linux-usb-devel] RE: PWC and OHCI on 2.5.24 with ohci-0711.patch

2002-07-12 Thread Christopher Hoover
This is with ohci-0711.patch and CONFIG_DEBUG_SLAB=y Here's the crash: # modprobe pwc trace=255 Linux video capture interface: v1.00 pwc Philips PCA645/646 + PCVC675/680/690 + PCVC730/740/750 webcam module version 8.7 loaded. pwc Also supports the Askey VC010, Logitech Quickcam 3000 Pro, Samsun