From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/7] New set of input patches
Date: Fri, 12 Nov 2004 01:27:01 -0500 [thread overview]
Message-ID: <200411120127.01473.dtor_core@ameritech.net> (raw)
Hi Vojtech,
Here is the new set of input patches. Please do
bk pull bk://dtor.bkbits.net/input
It has the tonight's pull from Linus's tree plus the following patches:
01-i8042-panicblink-cleanup.patch
Move panicbkink parameter definition together with the rest of i8042
module parameters, add description and entry in kernel-parameters.txt
02-serio-start-stop.patch
Add serio start() and stop() methods to serio structure that are
called when serio port is about to be fully registered and when
serio port is about to be unregistered. These methods are useful
for drivers that share interrupt among several serio ports. In this
case interrupt can not be enabled/disabled in open/close methods
and it is very hard to determine if interrupt shoudl be ignored or
passed on.
03-i8042-use-start-stop.patch
Make use of new serio start/stop methods to safely activate and
deactivate ports. Also unify as much as possible port handling
between KBD, AUX and MUX ports. Rename i8042_values into i8042_port.
04-serio-suppress-dup-events.patch
Do not submit serio event into event queue if there is already one
of the same type for the same port in front of it. Also look for
duplicat events once event is processed. This should help with
disconnected ports generating alot of data and consuming memory for
events when kseriod gets behind and prevents constant rescans.
This also allows to remove special check for 0xaa in reconnect path
of interrupt handler known to cause problems with Toshibas keyboards.
05-evdev-buffer-size.patch
Return -EINVAL from evdev_read when passed buffer is too small.
Based on patch by James Lamanna.
06-ps2pp-mouse-name.patch
Set mouse name to "Mouse" instead of leaving it NULL when using
PS2++ protocol and don't have any other information (Wheel, Touchpad)
about the mouse.
07-synaptics-toshiba-rate.patch
Toshiba Satellite KBCs have trouble handling data stream coming from
Synaptics at full rate (80 pps, 480 byte/sec) which causes keyboards
to pause or even get stuck. Use DMI to detect Satellites and limit
rate to 40 pps which cures keyboard.
Thanks!
--
Dmitry
next reply other threads:[~2004-11-12 6:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-12 6:27 Dmitry Torokhov [this message]
2004-11-12 6:29 ` [PATCH 1/7] i8042 panicblink code rearrange Dmitry Torokhov
2004-11-12 6:29 ` [PATCH 2/7] Add serio start() and stop() methods Dmitry Torokhov
2004-11-12 6:30 ` [PATCH 3/7] i8042 - use " Dmitry Torokhov
2004-11-12 6:31 ` [PATCH 4/7] suppress duplicate serio events Dmitry Torokhov
2004-11-12 6:32 ` [PATCH 5/7] evdev_read: report -EINVAL when buffer is to small Dmitry Torokhov
2004-11-12 6:33 ` [PATCH 6/7] Correctly set mouse name when using PS2++ protocol Dmitry Torokhov
2004-11-12 6:34 ` [PATCH 7/7] Limit Synaptics rate on Toshibas Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200411120127.01473.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.