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
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
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 [
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
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
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],
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
> - usblp->writeurb->transfer_buffer_length)) return
>-EFAULT;
> + usblp->writeurb->transfer_buffer_length)) {
> + up(&usblp->sem);
> + return -EFAULT;
This seems wrong
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
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
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
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
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
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
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
# 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
# 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
# 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
# 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
# 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
# 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
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);
> > +
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'
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
24 matches
Mail list logo