Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48701
b: refs/heads/master
c: 91fbc1d
h: refs/heads/master
i:
  48699: 749d8c8
v: v3
  • Loading branch information
Mattia Dongili authored and Len Brown committed Feb 13, 2007
1 parent 0f60cce commit 1572133
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7df03b82ed081777d2393ff8a5fb9d4a3a560f26
refs/heads/master: 91fbc1d311c1b8b71203b96f1a0629da7360eb4c
15 changes: 0 additions & 15 deletions trunk/drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -252,21 +252,6 @@ config ACPI_TOSHIBA
If you have a legacy free Toshiba laptop (such as the Libretto L1
series), say Y.

config ACPI_SONY
tristate "Sony Laptop Extras"
depends on X86 && ACPI
select BACKLIGHT_CLASS_DEVICE
default m
---help---
This mini-driver drives the ACPI SNC device present in the
ACPI BIOS of the Sony Vaio laptops.

It gives access to some extra laptop functionalities. In
its current form, the only thing this driver does is letting
the user set or query the screen brightness.

Read <file:Documentation/acpi/sony_acpi.txt> for more information.

config ACPI_CUSTOM_DSDT
bool "Include Custom DSDT"
depends on !STANDALONE
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ obj-$(CONFIG_ACPI_THERMAL) += thermal.o
obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o
obj-$(CONFIG_ACPI_DEBUG) += debug.o
obj-$(CONFIG_ACPI_NUMA) += numa.o
obj-$(CONFIG_ACPI_SONY) += sony_acpi.o
obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o
obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o
Expand Down
14 changes: 14 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,18 @@ config MSI_LAPTOP

If you have an MSI S270 laptop, say Y or M here.

config SONY_LAPTOP
tristate "Sony Laptop Extras"
depends on X86 && ACPI
select BACKLIGHT_CLASS_DEVICE
---help---
This mini-driver drives the ACPI SNC device present in the
ACPI BIOS of the Sony Vaio laptops.

It gives access to some extra laptop functionalities. In
its current form, the only thing this driver does is letting
the user set or query the screen brightness.

Read <file:Documentation/acpi/sony_acpi.txt> for more information.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_SGI_IOC4) += ioc4.o
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static int sony_acpi_add(struct acpi_device *device)
NULL, &sony_backlight_properties);

if (IS_ERR(sony_backlight_device)) {
printk(LOG_PFX "unable to register backlight device\n");
printk(LOG_PFX "unable to register backlight device\n");
sony_backlight_device = NULL;
}
else
Expand Down

0 comments on commit 1572133

Please sign in to comment.