Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175261
b: refs/heads/master
c: d189164
h: refs/heads/master
i:
  175259: 99e0722
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Dec 11, 2009
1 parent b9bd401 commit 42762bf
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5beef3c9bf7f967a4a70ddb0108fd3e459fed133
refs/heads/master: d189164a2426a5169117cfe154186c2f999ada87
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ source "drivers/staging/wlags49_h25/Kconfig"

source "drivers/staging/batman-adv/Kconfig"

source "drivers/staging/samsung-laptop/Kconfig"

source "drivers/staging/strip/Kconfig"

source "drivers/staging/arlan/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ obj-$(CONFIG_RAMZSWAP) += ramzswap/
obj-$(CONFIG_WLAGS49_H2) += wlags49_h2/
obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/
obj-$(CONFIG_BATMAN_ADV) += batman-adv/
obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop/
obj-$(CONFIG_STRIP) += strip/
obj-$(CONFIG_ARLAN) += arlan/
obj-$(CONFIG_WAVELAN) += wavelan/
Expand Down
10 changes: 10 additions & 0 deletions trunk/drivers/staging/samsung-laptop/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
config SAMSUNG_LAPTOP
tristate "Samsung Laptop driver"
default n
depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86
help
This module implements a driver for the N128 Samsung Laptop
providing control over the Wireless LED and the LCD backlight

To compile this driver as a module, choose
M here: the module will be called samsung-laptop.
1 change: 1 addition & 0 deletions trunk/drivers/staging/samsung-laptop/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o
Loading

0 comments on commit 42762bf

Please sign in to comment.