linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] New input patches
@ 2004-10-21  7:23 Dmitry Torokhov
  2004-10-21  7:24 ` [PATCH 1/7] Input: whitespace fixes Dmitry Torokhov
  0 siblings, 1 reply; 11+ messages in thread
From: Dmitry Torokhov @ 2004-10-21  7:23 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: LKML

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-10-23 20:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21  7:23 [PATCH 0/7] New input patches Dmitry Torokhov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).