[PATCH 1/4] [DRIVERS]: add Toshiba Portege M100 Fn key port

Henrik Kretzschmar <[email protected]> Fri, 22 Jan 2010 22:41:09 +0100
Newsgroups gmane.linux.kernel,gmane.linux.hardware.toshiba
Message-ID <[email protected]>
Let the Fn Key port of the Toshiba Portege M100 be known to the driver.
So it's possible to get Fn key combinations from /proc/toshiba
.

Signed-off-by: Henrik Kretzschmar <[email protected]>
---
 drivers/char/toshiba.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/char/toshiba.c b/drivers/char/toshiba.c
index f8bc79f..4644ea8 100644
--- a/drivers/char/toshiba.c
+++ b/drivers/char/toshiba.c
@@ -21,6 +21,7 @@
  *     0xfc1d: Arthur Liu <[email protected]>
  *     0xfc5a: Jacques L'helgoualc'h <[email protected]>
  *     0xfcd1: Mr. Dave Konrad <[email protected]>
+ *     0xfcff: Henrik Kretzschmar <[email protected]>
  *
  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
  *
@@ -348,7 +349,7 @@ static void tosh_set_fn_port(void)
 	switch (tosh_id) {
 		case 0xfc02: case 0xfc04: case 0xfc09: case 0xfc0a: case 0xfc10:
 		case 0xfc11: case 0xfc13: case 0xfc15: case 0xfc1a: case 0xfc1b:
-		case 0xfc5a:
+	case 0xfc5a: case 0xfcff:
 			tosh_fn = 0x62;
 			break;
 		case 0xfc08: case 0xfc17: case 0xfc1d: case 0xfcd1: case 0xfce0:
-- 
1.6.5