2005-11-03 04:30:33

by Dmitry Torokhov

[permalink] [raw]
Subject: [patch 0/7] Another input update

Linus,

Please consider pulling from:

http://www.kernel.org/pub/scm/linux/kernel/git/dtor/input.git

The main change is that now input core refuses to register input
devices that were not dynamically allocated to prevent an OOPS
when attaching input interfaces to such devices.

Changelog:
Input: convert dmasound_awacs (OSS) to dynamic input allocation
(Ian Wienand)
Input: locomokbd - convert to dynamic input allocation
Input: do not register statically allocated devices
Input: fix input device deregistration
Input: locomokbd - fix wrong bustype
Input: logips2pp - add support for MX3100
Input: lkkbd - miscellaneous fixes

Vojtech, please bless the pull.

Thanks!

--
Dmitry




2005-11-07 17:29:23

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [patch 0/7] Another input update

On 11/2/05, Dmitry Torokhov <[email protected]> wrote:
> Linus,
>
> Please consider pulling from:
>
> http://www.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
>
> The main change is that now input core refuses to register input
> devices that were not dynamically allocated to prevent an OOPS
> when attaching input interfaces to such devices.
>
> Changelog:
> Input: convert dmasound_awacs (OSS) to dynamic input allocation
> (Ian Wienand)
> Input: locomokbd - convert to dynamic input allocation
> Input: do not register statically allocated devices
> Input: fix input device deregistration
> Input: locomokbd - fix wrong bustype
> Input: logips2pp - add support for MX3100
> Input: lkkbd - miscellaneous fixes
>
> Vojtech, please bless the pull.
>

*ping*

--
Dmitry

2005-11-07 18:32:08

by Linus Torvalds

[permalink] [raw]
Subject: Re: [patch 0/7] Another input update



On Mon, 7 Nov 2005, Dmitry Torokhov wrote:

> On 11/2/05, Dmitry Torokhov <[email protected]> wrote:
> >
> > http://www.kernel.org/pub/scm/linux/kernel/git/dtor/input.git

That's not a valid git url, and please in the future do include a diffstat
too so that I know what files are supposed to change..

> *ping*

Pulled.

Linus