* New set of input patches
@ 2004-03-29 15:39 Dmitry Torokhov
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2004-03-29 15:39 UTC (permalink / raw)
To: Administrator; +Cc: Andrew Morton, linux-kernel
Hi Vojtech,
I have a new set of input patches, could you take look at them?
1. i8042-suspend.patch
Add suspend methods to i8042 to restore BIOS settings on suspend and
kill polling timer which sometimes prevents APM suspend
2. i8042-options-parsing.patch
psmouse-options-parsing.patch
atkbd-options.parsing
Complete conversion to the new way of parsing parameters. Drop "i8042_",
"psmouse_" and "atkbd_" prefixes from option names when compiled as a
module and require "i8042.", "psmouse." and "atkbd." prefixes if built
into the kernel.
3. missing-module-license.patch
Maple and newton keyboard drivers were missing MODULE_LICENSE("GPL")
4. kconfig-synaptics-help.patch
Suggest psmouse.proto=imps to Synaptics users who do not want install
native XFree Synaptics driver so taps would still work
5. sis-aux-port.patch
Do not ignore AUX port if chipset fails to disable it when we do probes
as SiS is having trouble disabling but otherwise mouse works fine.
The patches are on top of 2 other input patches (remove jitter and ps2
emulation) that I have sent to the list earlier. You can find the complete
set of patches at http://www.geocities.com/dt_or/input/2_6_0-rc1/ and
http://www.geocities.com/dt_or/input/2_6_0-rc1-mm1/
Dmitry
^ permalink raw reply [flat|nested] 8+ messages in thread* New set of input patches
@ 2004-01-03 8:50 Dmitry Torokhov
2004-01-03 10:10 ` Vojtech Pavlik
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2004-01-03 8:50 UTC (permalink / raw)
To: Vojtech Pavlik; +Cc: Andrew Morton, linux-kernel
Hi Vojtech,
I have a new set of input patches, could you take look at them?
1. i8042-suspend.patch
Add suspend methods to i8042 to restore BIOS settings on suspend and
kill polling timer which sometimes prevents APM suspend
2. i8042-options-parsing.patch
psmouse-options-parsing.patch
atkbd-options.parsing
Complete conversion to the new way of parsing parameters. Drop "i8042_",
"psmouse_" and "atkbd_" prefixes from option names when compiled as a
module and require "i8042.", "psmouse." and "atkbd." prefixes if built
into the kernel.
3. missing-module-license.patch
Maple and newton keyboard drivers were missing MODULE_LICENSE("GPL")
4. kconfig-synaptics-help.patch
Suggest psmouse.proto=imps to Synaptics users who do not want install
native XFree Synaptics driver so taps would still work
5. sis-aux-port.patch
Do not ignore AUX port if chipset fails to disable it when we do probes
as SiS is having trouble disabling but otherwise mouse works fine.
The patches are on top of 2 other input patches (remove jitter and ps2
emulation) that I have sent to the list earlier. You can find the complete
set of patches at http://www.geocities.com/dt_or/input/2_6_0-rc1/ and
http://www.geocities.com/dt_or/input/2_6_0-rc1-mm1/
Dmitry
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: New set of input patches
2004-01-03 8:50 Dmitry Torokhov
@ 2004-01-03 10:10 ` Vojtech Pavlik
2004-01-05 5:59 ` Dmitry Torokhov
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2004-01-03 10:10 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Vojtech Pavlik, Andrew Morton, linux-kernel
On Sat, Jan 03, 2004 at 03:50:43AM -0500, Dmitry Torokhov wrote:
> Hi Vojtech,
>
> I have a new set of input patches, could you take look at them?
>
> 1. i8042-suspend.patch
> Add suspend methods to i8042 to restore BIOS settings on suspend and
> kill polling timer which sometimes prevents APM suspend
>
See comments.
> 2. i8042-options-parsing.patch
> psmouse-options-parsing.patch
See comments.
> atkbd-options.parsing
> Complete conversion to the new way of parsing parameters. Drop "i8042_",
> "psmouse_" and "atkbd_" prefixes from option names when compiled as a
> module and require "i8042.", "psmouse." and "atkbd." prefixes if built
> into the kernel.
>
> 3. missing-module-license.patch
> Maple and newton keyboard drivers were missing MODULE_LICENSE("GPL")
>
> 4. kconfig-synaptics-help.patch
> Suggest psmouse.proto=imps to Synaptics users who do not want install
> native XFree Synaptics driver so taps would still work
>
> 5. sis-aux-port.patch
> Do not ignore AUX port if chipset fails to disable it when we do probes
> as SiS is having trouble disabling but otherwise mouse works fine.
All patches except the first one are OK, in psmouse-options, there is a
little typo.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: New set of input patches
2004-01-03 8:50 Dmitry Torokhov
2004-01-03 10:10 ` Vojtech Pavlik
@ 2004-01-05 5:59 ` Dmitry Torokhov
2004-01-05 8:36 ` Vojtech Pavlik
2004-03-29 15:44 ` Vojtech Pavlik
2004-03-29 15:39 ` Vojtech Pavlik
2004-03-29 15:44 ` Dmitry Torokhov
3 siblings, 2 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2004-01-05 5:59 UTC (permalink / raw)
To: Vojtech Pavlik; +Cc: Andrew Morton, linux-kernel
I made 3 more input patches:
- compile fix in 98busmose driver (it still had its interrupt routine
returning voooid instead of irqreturn_t)
- the rest of mouse devices converted to the new way of handling kernel
parameters and document them in kernel-parametes.txt
- convert tsdev module to the new way of handling kernel parameters and
document them in kernle-parameters.txt.
The patches can be found at the following addresses:
http://www.geocities.com/dt_or/input/2_6_1-rc1/
http://www.geocities.com/dt_or/input/2_6_1-rc1-mm1/
Vojtech, Andrew,
are you interested in these kind of patches and should I take a stab at
converting joysticks diectory as well?
Dmitry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New set of input patches
2004-01-05 5:59 ` Dmitry Torokhov
@ 2004-01-05 8:36 ` Vojtech Pavlik
2004-03-29 15:44 ` Vojtech Pavlik
1 sibling, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2004-01-05 8:36 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Vojtech Pavlik, Andrew Morton, linux-kernel
On Mon, Jan 05, 2004 at 12:59:24AM -0500, Dmitry Torokhov wrote:
> I made 3 more input patches:
>
> - compile fix in 98busmose driver (it still had its interrupt routine
> returning voooid instead of irqreturn_t)
> - the rest of mouse devices converted to the new way of handling kernel
> parameters and document them in kernel-parametes.txt
> - convert tsdev module to the new way of handling kernel parameters and
> document them in kernle-parameters.txt.
>
> The patches can be found at the following addresses:
> http://www.geocities.com/dt_or/input/2_6_1-rc1/
> http://www.geocities.com/dt_or/input/2_6_1-rc1-mm1/
>
> Vojtech, Andrew,
>
> are you interested in these kind of patches and should I take a stab at
> converting joysticks diectory as well?
Yup, I am. :) Not sure if it's 2.6.[12] stuff, but it needs to be done
sooner or later.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New set of input patches
2004-01-05 5:59 ` Dmitry Torokhov
2004-01-05 8:36 ` Vojtech Pavlik
@ 2004-03-29 15:44 ` Vojtech Pavlik
1 sibling, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2004-03-29 15:44 UTC (permalink / raw)
To: Administrator; +Cc: Vojtech Pavlik, Andrew Morton, linux-kernel
On Mon, Jan 05, 2004 at 12:59:24AM -0500, Dmitry Torokhov wrote:
> I made 3 more input patches:
>
> - compile fix in 98busmose driver (it still had its interrupt routine
> returning voooid instead of irqreturn_t)
> - the rest of mouse devices converted to the new way of handling kernel
> parameters and document them in kernel-parametes.txt
> - convert tsdev module to the new way of handling kernel parameters and
> document them in kernle-parameters.txt.
>
> The patches can be found at the following addresses:
> http://www.geocities.com/dt_or/input/2_6_1-rc1/
> http://www.geocities.com/dt_or/input/2_6_1-rc1-mm1/
>
> Vojtech, Andrew,
>
> are you interested in these kind of patches and should I take a stab at
> converting joysticks diectory as well?
Yup, I am. :) Not sure if it's 2.6.[12] stuff, but it needs to be done
sooner or later.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New set of input patches
2004-01-03 8:50 Dmitry Torokhov
2004-01-03 10:10 ` Vojtech Pavlik
2004-01-05 5:59 ` Dmitry Torokhov
@ 2004-03-29 15:39 ` Vojtech Pavlik
2004-03-29 15:44 ` Dmitry Torokhov
3 siblings, 0 replies; 8+ messages in thread
From: Vojtech Pavlik @ 2004-03-29 15:39 UTC (permalink / raw)
To: Administrator; +Cc: Vojtech Pavlik, Andrew Morton, linux-kernel
On Sat, Jan 03, 2004 at 03:50:43AM -0500, Dmitry Torokhov wrote:
> Hi Vojtech,
>
> I have a new set of input patches, could you take look at them?
>
> 1. i8042-suspend.patch
> Add suspend methods to i8042 to restore BIOS settings on suspend and
> kill polling timer which sometimes prevents APM suspend
>
See comments.
> 2. i8042-options-parsing.patch
> psmouse-options-parsing.patch
See comments.
> atkbd-options.parsing
> Complete conversion to the new way of parsing parameters. Drop "i8042_",
> "psmouse_" and "atkbd_" prefixes from option names when compiled as a
> module and require "i8042.", "psmouse." and "atkbd." prefixes if built
> into the kernel.
>
> 3. missing-module-license.patch
> Maple and newton keyboard drivers were missing MODULE_LICENSE("GPL")
>
> 4. kconfig-synaptics-help.patch
> Suggest psmouse.proto=imps to Synaptics users who do not want install
> native XFree Synaptics driver so taps would still work
>
> 5. sis-aux-port.patch
> Do not ignore AUX port if chipset fails to disable it when we do probes
> as SiS is having trouble disabling but otherwise mouse works fine.
All patches except the first one are OK, in psmouse-options, there is a
little typo.
--
Vojtech Pavlik
SuSE Labs, SuSE CR
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: New set of input patches
2004-01-03 8:50 Dmitry Torokhov
` (2 preceding siblings ...)
2004-03-29 15:39 ` Vojtech Pavlik
@ 2004-03-29 15:44 ` Dmitry Torokhov
3 siblings, 0 replies; 8+ messages in thread
From: Dmitry Torokhov @ 2004-03-29 15:44 UTC (permalink / raw)
To: Administrator; +Cc: Andrew Morton, linux-kernel
I made 3 more input patches:
- compile fix in 98busmose driver (it still had its interrupt routine
returning voooid instead of irqreturn_t)
- the rest of mouse devices converted to the new way of handling kernel
parameters and document them in kernel-parametes.txt
- convert tsdev module to the new way of handling kernel parameters and
document them in kernle-parameters.txt.
The patches can be found at the following addresses:
http://www.geocities.com/dt_or/input/2_6_1-rc1/
http://www.geocities.com/dt_or/input/2_6_1-rc1-mm1/
Vojtech, Andrew,
are you interested in these kind of patches and should I take a stab at
converting joysticks diectory as well?
Dmitry
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-03-29 15:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 15:39 New set of input patches Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2004-01-03 8:50 Dmitry Torokhov
2004-01-03 10:10 ` Vojtech Pavlik
2004-01-05 5:59 ` Dmitry Torokhov
2004-01-05 8:36 ` Vojtech Pavlik
2004-03-29 15:44 ` Vojtech Pavlik
2004-03-29 15:39 ` Vojtech Pavlik
2004-03-29 15:44 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox