Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-10-07 Thread Greg KH
On Fri, Sep 29, 2006 at 07:19:04AM -0400, Dmitry Torokhov wrote: > On Wednesday 27 September 2006 16:06, Greg KH wrote: > > drivers/usb/input/trancevibrator.c ? ? ?| ?159 + > > ? > > Greg, > > There is nothing in this driver that would relate to input subsystem, > can it be moved into drivers/us

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-29 Thread Dmitry Torokhov
On Wednesday 27 September 2006 16:06, Greg KH wrote: > drivers/usb/input/trancevibrator.c      |  159 + >   Greg, There is nothing in this driver that would relate to input subsystem, can it be moved into drivers/usb/misc? -- Dmitry

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Olaf Hering
On Thu, Sep 28, Alan Stern wrote: > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=115921335306280&w=2 > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=115921335520143&w=2 This fixes the USB keyboard. - Take Surveys. E

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Greg KH
On Thu, Sep 28, 2006 at 03:41:58PM -0700, Linus Torvalds wrote: > > > On Thu, 28 Sep 2006, Greg KH wrote: > > > > > > Greg, can we please feed fixes to me faster? > > > > Faster? My god man, I just found out a few minutes ago that these were > > causing problems for people. I had only applied

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Linus Torvalds
On Thu, 28 Sep 2006, Greg KH wrote: > > > > Greg, can we please feed fixes to me faster? > > Faster? My god man, I just found out a few minutes ago that these were > causing problems for people. I had only applied them to my local tree > about 12 hours ago :) Umm. I'm just saying that that f

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Greg KH
On Thu, Sep 28, 2006 at 03:22:04PM -0700, Linus Torvalds wrote: > > > On Thu, 28 Sep 2006, Alan Stern wrote: > > > > Another example of a bug for which the fix hasn't yet gone upstream to > > Linus. The -mm kernel should work. It you want to apply the fix > > yourself, it's these two patches

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Linus Torvalds
On Thu, 28 Sep 2006, Alan Stern wrote: > > Another example of a bug for which the fix hasn't yet gone upstream to > Linus. The -mm kernel should work. It you want to apply the fix > yourself, it's these two patches: Greg, can we please feed fixes to me faster? Linus --

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Alan Stern
On Fri, 29 Sep 2006, Olaf Hering wrote: > On Wed, Sep 27, Greg KH wrote: > > > Alan Stern: > > > usbcore: remove usb_suspend_root_hub > > This change between -git8 and -git9 makes my keyboard unhappy: Another example of a bug for which the fix hasn't yet gone upstream to Linus. The -mm

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-28 Thread Olaf Hering
On Wed, Sep 27, Greg KH wrote: > Alan Stern: > usbcore: remove usb_suspend_root_hub This change between -git8 and -git9 makes my keyboard unhappy: @@ -16,7 +16,7 @@ htab_address = 0xc0007c00 htab_hash_mask= 0x3 --

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-27 Thread Greg KH
On Wed, Sep 27, 2006 at 07:55:29PM -0400, Christopher Monty Montgomery wrote: > I commit the shame of asking another stupid question in public. I > can't seem to pull from your repo... > > twofish:/usr/src/kernels# git clone > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git > linux

[linux-usb-devel] [GIT PATCH] USB patches for 2.6.18

2006-09-27 Thread Greg KH
Here are a bunch of USB patches for 2.6.18. They include some new USB drivers, a bunch of new device ids added, and some reworks in order to get ready for the autosuspend work (which is not included yet). There are a lot of compiler warnings also fixed, along with some other minor tweaks and bugf

[linux-usb-devel] [GIT PATCH] USB patches for 2.6.18-rc1

2006-07-12 Thread Greg KH
Here are a some patches for USB against 2.6.18-rc1. They do the following: - lots of device id updates - add a few new drivers - rename a driver and update it to work better (don't know why git didn't notice the rename, I guess it's too big of a change).