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 input patches
Date: Thu, 21 Oct 2004 02:23:45 -0500 [thread overview]
Message-ID: <200410210223.45498.dtor_core@ameritech.net> (raw)
Hi Vojtech,
I have some more input patches for you. Please let me know if you like any
of these and I will push them onto bkbits.
01-whitespace.patch
- get rid of trailing whitespace in sermouse.c and vsxxxaa.c
02-remove-class-device-on-disconnect.patch
- when hardware device associated with evdev, mousedev, joydev or
tsdev is disconnected remove class device right away, do not wait
till the last user of corresponding /dev/input/ device closes it.
It allows hardware drivers be unloaded at any time.
03-link-input_dev-and-serio.patch
- Link input_dev->dev and serio.dev so when corresponding class
devices are created they are linked (device, driver) to their
serio driver and device.
04-i8042-debug.patch
- Alow activate i8042 debugging without recompiling, I am tired of
asking people to edit/recompile.
05-i8042-old-pm-remove.patch
- get rid of old-style PM handling as APM calls device_suspend
so we actually were doing the same work twice.
06-i8042-remove-reboot-notifier.patch
- since i8042 now has shutdown driver core method we do not need
reboot notifier, i8042_shutdown will do the work.
07-input-remove-pm_dev.patch
- pm_dev is deprecated and nobody except for h3600 (which does not
even compile) uses it, remove from input core.
Thanks!
--
Dmitry
next reply other threads:[~2004-10-21 7:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-21 7:23 Dmitry Torokhov [this message]
2004-10-21 7:24 ` [PATCH 1/7] Input: whitespace fixes Dmitry Torokhov
2004-10-21 7:25 ` [PATCH 2/7] Input: remove class devices on disconnect Dmitry Torokhov
2004-10-21 7:26 ` [PATCH 3/7] Input: link input_dev and serio (sysfs) Dmitry Torokhov
2004-10-21 7:28 ` [PATCH 4/7] Input: i8042 runtime debug switch Dmitry Torokhov
2004-10-21 7:28 ` [PATCH 5/7] Input: i8042 remove old-style PM handling Dmitry Torokhov
2004-10-21 7:29 ` [PATCH 6/7] Input: i8042 remove reboot notifier Dmitry Torokhov
2004-10-21 7:30 ` [PATCH 7/7] Input: remove pm_dev from core Dmitry Torokhov
2004-10-21 9:13 ` Russell King
2004-10-21 13:25 ` Dmitry Torokhov
2004-10-23 20:49 ` Russell King
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=200410210223.45498.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.