aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sony-laptop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-26sony-laptop: printk tweakAlessandro Guido1-1/+1
2008-11-26sony-laptop: brightness regression fixAlessandro Guido1-1/+1
2008-11-08sony-laptop: fingers off backlight if video.ko is serving this functionalityThomas Renninger1-1/+5
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-30sony-laptop: ignore missing _DIS method on pic deviceMatthew Garrett1-2/+4
2008-10-16sony-laptop: newline-terminate the printk for backlight change failureAdam Jackson1-1/+1
2008-07-02sony-laptop: BKL pushdownArnd Bergmann1-0/+3
2008-04-29drivers/misc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-21sony-laptop.c: fix off-by-oneAdrian Bunk1-1/+1
2008-01-24sony-laptop: fix scancode decodeMattia Dongili1-1/+1
2008-01-24sony-laptop: add Type4 modelMattia Dongili1-111/+184
2008-01-24sony-laptop: bump version to 0.6Mattia Dongili1-1/+1
2008-01-24sony-laptop: refactor model typesMattia Dongili1-82/+104
2008-01-24sony-laptop: Add Vaio N series to the special init sequence to enable Fn keysMattia Dongili1-0/+9
2008-01-24sony-laptop: printk more info in sony_pic_call[123]Mattia Dongili1-3/+4
2007-11-21sony-laptop: fit input devices into sysfs treeDmitry Torokhov1-4/+6
2007-10-19more UTF-8 conversionsMarcin Garski1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-56/+148
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-3/+3
2007-10-10Pull sony-2.6.24 into release branchLen Brown1-56/+148
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-2/+2
2007-08-25Pull events into release branchLen Brown1-2/+2
2007-08-24sony-laptop: old Vaio models contain 2 IO port entriesMattia Dongili1-56/+148
2007-08-24sony-laptop: call sonypi_compat_init earlierMattia Dongili1-6/+9
2007-08-24sony-laptop: enable Vaio FZ eventsMattia Dongili1-0/+9
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-2/+2
2007-08-03sony-laptop: sony_nc_ids[] can become static.Adrian Bunk1-1/+1
2007-08-03sony-laptop: restore the last user requested brightness level on resume.Mattia Dongili1-0/+5
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-2/+19
2007-07-22sony-laptop: Fix event reading in sony-laptopMattia Dongili1-8/+22
2007-07-22sony-laptop: Add Vaio FE to the special init sequenceMattia Dongili1-0/+9
2007-07-22sony-laptop: Make the driver use MSC_SCAN and a setkeycode and getkeycode key table.Mattia Dongili1-50/+140
2007-07-22sony-laptop: Invoke _INI for SNC devices that provide itMattia Dongili1-1/+19
2007-07-22sony-laptop: Add support for recent Vaios Fn keys (C series for now)Mattia Dongili1-3/+104
2007-07-22sony-laptop: map wireless switch events to KEY_WLANMattia Dongili1-0/+2
2007-07-22sony-laptop: add new SNC handlersMattia Dongili1-0/+14
2007-07-16sony-laptop: use NULL for pointerRandy Dunlap1-1/+2
2007-05-10sony-laptop: rename SONY_LAPTOP_OLD to a more meaningful SONYPI_COMPATMattia Dongili1-4/+4
2007-04-28sony-laptop: remove user visible camera controls as platform attributesmalattia@linux.it1-36/+0
2007-04-28sony-laptop: add a meye-usable include file for camera opsmalattia@linux.it1-8/+9
2007-04-28sony-laptop: complete the motion eye camera support in sony-laptopmalattia@linux.it1-18/+90
2007-04-28sonypi: try to detect if sony-laptop has already taken one of the known ioportsmalattia@linux.it1-2/+2
2007-04-28sony-laptop: add edge modem support (also called WWAN)malattia@linux.it1-0/+41
2007-04-28sony-laptop: add locking on accesses to the ioport and global varsmalattia@linux.it1-12/+31
2007-04-28sony-laptop: add camera enable/disable parameter, better handle possible infinite loopmalattia@linux.it1-15/+36
2007-04-10sony-laptop: sonypi backward compatibility codemalattia@linux.it1-3/+329
2007-04-10sony-laptop: sanitize printksmalattia@linux.it1-21/+19
2007-04-10sony-laptop: additional platform attributes coming from SNY6001malattia@linux.it1-1/+204
2007-04-10sony-laptop: Unify the input subsystem event forwardingmalattia@linux.it1-265/+276