[PATCH 6/7] HID: multitouch: append " Pen" to the name of the stylus input

2013-02-27 Thread Benjamin Tissoires
This is not just cosmetics, it can help to write udev and X.org rules. Signed-off-by: Benjamin Tissoires --- drivers/hid/hid-multitouch.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index

Re: [PATCH 6/7] HID: multitouch: append " Pen" to the name of the stylus input

2013-03-19 Thread Henrik Rydberg
Hi Benjamin, > This is not just cosmetics, it can help to write udev and X.org > rules. > > Signed-off-by: Benjamin Tissoires > --- > drivers/hid/hid-multitouch.c | 24 +++- > 1 file changed, 23 insertions(+), 1 deletion(-) > > diff --git a/drivers/hid/hid-multitouch.c b/dr

Re: [PATCH 6/7] HID: multitouch: append " Pen" to the name of the stylus input

2013-03-20 Thread Benjamin Tissoires
On 03/19/2013 10:38 PM, Henrik Rydberg wrote: > Hi Benjamin, > >> This is not just cosmetics, it can help to write udev and X.org >> rules. >> >> Signed-off-by: Benjamin Tissoires >> --- >> drivers/hid/hid-multitouch.c | 24 +++- >> 1 file changed, 23 insertions(+), 1 deletio