mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/8] sonypi driver update
@ 2004-10-28 10:05 Stelian Pop
  2004-10-28 10:06 ` [PATCH 1/8] sonypi: module related fixes Stelian Pop
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Stelian Pop @ 2004-10-28 10:05 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, Linus Torvalds

Hi,

The following patches update the sonypi driver to the latest version.

The main changes in those patches are:
	- migrate to module_param();
	- power management: switch to a platform device, drop old PM code;
	- add full input support for the special keys;
	- whitespace, coding style related changes.

Full changelog below, the patches will be send as followups to this one.

Please apply.

Thanks,

Stelian.


PATCH 1/8: sonypi: module related fixes
        * use module_param() instead of MODULE_PARM() and __setup()
        * use MODULE_VERSION()

PATCH 2/8: sonypi: replace homebrew queue with kfifo

PATCH 3/8: sonypi: power management related fixes
        * switch from a sysdev to a platform device
        * drop old style PM code
        * use pci_get_device()/pci_dev_put() instead of pci_find_device()

PATCH 4/8: sonypi: rework input support
        * feed most of special keys through the input subsystem
        * initialize two separate input devices: a mouse like one for
          the jogdial and a keyboard like one for the special keys
        * add support for SONYPI_EVENT_FNKEY_RELEASED

PATCH 5/8: sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT since the latter is no more 
optional.

PATCH 6/8: sonypi: don't suppose the bluetooth subsystem is initialy off,
          leave the choice to the user.

PATCH 7/8: sonypi: whitespace and coding style fixes

PATCH 8/8: sonypi: bump up the version number

-- 
Stelian Pop <stelian@popies.net>    

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

end of thread, other threads:[~2004-10-31 11:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-28 10:05 [PATCH 0/8] sonypi driver update Stelian Pop
2004-10-28 10:06 ` [PATCH 1/8] sonypi: module related fixes Stelian Pop
2004-10-28 10:07 ` [PATCH 2/8] sonypi: replace homebrew queue with kfifo Stelian Pop
2004-10-28 10:07 ` [PATCH 3/8] sonypi: power management related fixes Stelian Pop
2004-10-28 10:08 ` [PATCH 4/8] sonypi: rework input support Stelian Pop
2004-10-29 10:10   ` Pavel Machek
2004-10-29 10:41     ` Stelian Pop
2004-10-31 11:30       ` Pavel Machek
2004-10-28 10:08 ` [PATCH 5/8] sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT Stelian Pop
2004-10-28 10:09 ` [PATCH 6/8] sonypi: don't suppose the bluetooth subsystem is initialy off Stelian Pop
2004-10-28 10:09 ` [PATCH 7/8] sonypi: whitespace and coding style fixes Stelian Pop
2004-10-28 10:10 ` [PATCH 8/8] sonypi: bump up the version number Stelian Pop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome