Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177522
b: refs/heads/master
c: d951d4c
h: refs/heads/master
v: v3
  • Loading branch information
Corentin Chary authored and Len Brown committed Dec 16, 2009
1 parent d3df88c commit 4db0314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 728900f6fa7142e07a67d10d862bcb774d7a3493
refs/heads/master: d951d4cc84e8b5ddb8e0ab81cf6a72cc73fdd668
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/asus-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,8 +1290,8 @@ static int asus_hotk_add(struct acpi_device *device)
hotk->ledd_status = 0xFFF;

/* Set initial values of light sensor and level */
hotk->light_switch = 1; /* Default to light sensor disabled */
hotk->light_level = 0; /* level 5 for sensor sensitivity */
hotk->light_switch = 0; /* Default to light sensor disabled */
hotk->light_level = 5; /* level 5 for sensor sensitivity */

if (ls_switch_handle)
set_light_sens_switch(hotk->light_switch);
Expand Down

0 comments on commit 4db0314

Please sign in to comment.