2007-10-12 12:50:34

by Frank Kingswood

[permalink] [raw]
Subject: USB subsystem merge plans

Hallo!

I haven't seen anything on linux.kernel about what the merge plans are
for the USB subsystem going into 2.6.24.

Should I be submitting my driver as a patch to linux.kernel or are Alan
or Greg going to push their changes?

Thanks,

Frank


2007-10-12 12:57:42

by Oliver Neukum

[permalink] [raw]
Subject: Re: [linux-usb-devel] USB subsystem merge plans

Am Freitag 12 Oktober 2007 schrieb Frank Kingswood:
> Hallo!
>
> I haven't seen anything on linux.kernel about what the merge plans are
> for the USB subsystem going into 2.6.24.
>
> Should I be submitting my driver as a patch to linux.kernel or are Alan
> or Greg going to push their changes?

Please submit your patches to Greg and the USB development list.
Greg has a directory on kernel.org where the scheduled patches are stored.

Regards
Oliver

2007-10-12 18:06:34

by Pete Zaitcev

[permalink] [raw]
Subject: Re: USB subsystem merge plans

On Fri, 12 Oct 2007 14:57:28 +0200, Oliver Neukum <[email protected]> wrote:

> > Should I be submitting my driver as a patch to linux.kernel or are Alan
> > or Greg going to push their changes?
>
> Please submit your patches to Greg and the USB development list.
> Greg has a directory on kernel.org where the scheduled patches are stored.

Specifically, I use this:
/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-03-usb

Look at README inside, it has the base kernel version. Also, use
series file to apply; don't just use shell globbing, or conflicts
will happen.

-- Pete