Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-08-01 Thread Evgeny Stambulchik
Hello, Just wanted to mention that the driver by Robert Gerlach also works[1] with a Fujitsu P1610 convertible, after a trivial modification: static struct keymap_entry keymap_t1610[] = { { 0x0010, KEY_SCROLLDOWN }, { 0x0020, KEY_SCROLLUP }, { 0x0040, KEY_DIRECTION }, {

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-08-01 Thread Evgeny Stambulchik
Hello, Just wanted to mention that the driver by Robert Gerlach also works[1] with a Fujitsu P1610 convertible, after a trivial modification: static struct keymap_entry keymap_t1610[] = { { 0x0010, KEY_SCROLLDOWN }, { 0x0020, KEY_SCROLLUP }, { 0x0040, KEY_DIRECTION }, {

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-06 Thread Stephen Hemminger
On Wed, 6 Jun 2007 10:45:42 +0200 Robert Gerlach <[EMAIL PROTECTED]> wrote: > On Saturday 02 June 2007 03:30:54 Stephen Hemminger wrote: > > On Sat, 2 Jun 2007 02:59:33 +0200 > > > #ifdef DEBUG > > > # define debug(m, a...) printk( KERN_DEBUG MODULENAME ": " m "\n", > > > ##a) #else > > > #

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-06 Thread Robert Gerlach
On Saturday 02 June 2007 03:30:54 Stephen Hemminger wrote: > On Sat, 2 Jun 2007 02:59:33 +0200 > > #ifdef DEBUG > > # define debug(m, a...)printk( KERN_DEBUG MODULENAME ": " m "\n", > > ##a) #else > > # define debug(m, a...)do {} while(0) > > #endif > > > > #define info(m, a...)

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-06 Thread Robert Gerlach
On Saturday 02 June 2007 03:30:54 Stephen Hemminger wrote: On Sat, 2 Jun 2007 02:59:33 +0200 #ifdef DEBUG # define debug(m, a...)printk( KERN_DEBUG MODULENAME : m \n, ##a) #else # define debug(m, a...)do {} while(0) #endif #define info(m, a...) printk( KERN_INFO

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-06 Thread Stephen Hemminger
On Wed, 6 Jun 2007 10:45:42 +0200 Robert Gerlach [EMAIL PROTECTED] wrote: On Saturday 02 June 2007 03:30:54 Stephen Hemminger wrote: On Sat, 2 Jun 2007 02:59:33 +0200 #ifdef DEBUG # define debug(m, a...) printk( KERN_DEBUG MODULENAME : m \n, ##a) #else # define debug(m, a...)

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-01 Thread Stephen Hemminger
On Sat, 2 Jun 2007 02:59:33 +0200 Robert Gerlach <[EMAIL PROTECTED]> wrote: > Hi, > > I have written a driver for the tablet buttons of (some?) Fujitsu Siemens > tablet notebook. Can someone please review this (I'm a newbie here). > > Other questions, where should the modification button (fn)

[RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-01 Thread Robert Gerlach
Hi, I have written a driver for the tablet buttons of (some?) Fujitsu Siemens tablet notebook. Can someone please review this (I'm a newbie here). Other questions, where should the modification button (fn) handled (kernel- or userspace)? This button should work like stickykey's in gnome (for

[RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-01 Thread Robert Gerlach
Hi, I have written a driver for the tablet buttons of (some?) Fujitsu Siemens tablet notebook. Can someone please review this (I'm a newbie here). Other questions, where should the modification button (fn) handled (kernel- or userspace)? This button should work like stickykey's in gnome (for

Re: [RFC] tablet buttons driver for fujitsu siemens laptops

2007-06-01 Thread Stephen Hemminger
On Sat, 2 Jun 2007 02:59:33 +0200 Robert Gerlach [EMAIL PROTECTED] wrote: Hi, I have written a driver for the tablet buttons of (some?) Fujitsu Siemens tablet notebook. Can someone please review this (I'm a newbie here). Other questions, where should the modification button (fn) handled