aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sonypi.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-109/+1
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>
2011-03-28sony-laptop: ignore hard switch rfkill events (SPIC)Mattia Dongili1-0/+1
There is not much use for these events in userspace and handling the events themselves seems to get in the way of the actual activation of the rf devices. The SNC device doesn't expose them already. https://bugzilla.kernel.org/show_bug.cgi?id=15303 Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Matthew Garrett <[email protected]>
2011-01-10sony-laptop: support new hotkeys on the P, Z and EC seriesMattia Dongili1-0/+1
Add new mappings for assist, VAIO, zoom and eject buttons present on refurbished P, Z and EC models. Reported-by: Gyorgy Jeney <[email protected]> Reported-by: Stephan Mueller <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Matthew Garrett <[email protected]> Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Matthew Garrett <[email protected]>
2009-12-16sony-laptop: add AVMode key mappingMattia Dongili1-0/+1
Some models are equipped with an "AVMode" function key that sends sony-laptop: Unknown event: 0x100 0xa1 sony-laptop: Unknown event: 0x100 0x21 for press and release respectively. Cc: "Matthew W. S. Bell" <[email protected]> Cc: Dmitry Torokhov <[email protected]> Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Len Brown <[email protected]>
2009-03-27sony-laptop: VGN-A317M hotkey supportHarald Jenny1-0/+3
This laptop has 5 SPIC managed buttons above the keyboard: sound + and - as well as brightness, zoom and S1. Possibly the entire VGN-A serie behaves the same. Signed-off-by: Harald Jenny <[email protected]> Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Len Brown <[email protected]>
2009-03-27sony-laptop: Add support for extended hotkeysMatthew Garrett1-0/+4
Recent Sony SR-series machines have an additional set of buttons accessed via the 0x127 method rather than the 0x100 method. Add support for these. Signed-off-by: Matthew Garrett <[email protected]> Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Len Brown <[email protected]>
2009-03-27sony-laptop: Add support for extra keyboard eventsMatthew Garrett1-0/+1
The current sony-laptop code assumes that the keyboard event method is always located at slot 2 in the platform code. Remove this assumption and add support for some additional hotkeys. Signed-off-by: Matthew Garrett <[email protected]> Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Len Brown <[email protected]>
2008-01-24sony-laptop: add Type4 modelMattia Dongili1-0/+2
Recent Vaio models (UX, SZ and presumably TZ and others) add more events and a slightly different handling of Fn key events for additional hotkeys (s1, s2, zoom-in/out, etc.). Signed-off-by: Mattia Dongili <[email protected]> Signed-off-by: Len Brown <[email protected]>
2007-07-16remove sonypi_camera_command()Adrian Bunk1-2/+0
Remove the no longer used sonypi_camera_command(). Signed-off-by: Adrian Bunk <[email protected]> Acked-by: Mattia Dongili <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2007-05-09include files: convert "include" subdirectory to UTF-8John Anthony Kazos Jr1-1/+1
Convert the "include" subdirectory to UTF-8. Signed-off-by: John Anthony Kazos Jr. <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2005-09-07[PATCH] sonypi SPIC initialisation fixErik Waling1-0/+2
Newer Sony VAIO models (VGN-S480, VGN-S460, VGN-S3XP etc) use a new method to initialize the SPIC device. The new way to initialize (and disable) the device comes directly from the AML code in the _CRS, _SRS and _DIS methods from the DSDT table. This patch adds support for the new models. Signed-off-by: Erik Waling <[email protected]> Signed-off-by: Stelian Pop <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+158
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!