Re: [PATCH] docs: conf.py: increase recursion limit

2017-04-15 Thread Mauro Carvalho Chehab
Em Thu, 13 Apr 2017 18:25:12 +0200 Markus Heiser escreveu: > Am 13.04.2017 um 15:29 schrieb Mauro Carvalho Chehab > : > > > Em Thu, 13 Apr 2017 14:55:03 +0200 > > Markus Heiser escreveu: > > > >> On 13.04.2017 12:42, Mauro Carvalho Chehab wrote: > >>> The default recursion limit is not go

Re: [PATCH v4 3/5] input: add a EV_SW event for ratchet switch

2017-04-15 Thread Dmitry Torokhov
Hi Mauro, On Tue, Apr 11, 2017 at 10:29:40AM -0300, Mauro Carvalho Chehab wrote: > Some mice have a switch on their wheel, allowing to switch > between ratchet and free wheel mode. Add support for it. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/input/event-codes.txt| 12 +

Contributing to the docs

2017-04-15 Thread Stan Drozd
Hello everyone, I've found a typo in ioctl-numbers.txt and decided to snoop around, find some more slips and maybe send a bigger patch then. Which kernel tree should I use for patching the docs? If any other questions arise, what would be the best place to look for answers without troubling the com

Re: Contributing to the docs

2017-04-15 Thread Randy Dunlap
On 04/15/17 12:14, Stan Drozd wrote: > Hello everyone, > I've found a typo in ioctl-numbers.txt and decided to snoop around, find some > more slips and maybe send a bigger patch then. Which kernel tree should I use > for patching the docs? If any other questions arise, what would be the best > plac

[PATCH] docs: swat a bunch of trivial typos

2017-04-15 Thread Stanisław Drozd
This patch corrects a couple mistakes I've found when reading through Documentation/. This is my first submission and I hope to send more meaningful fixes in the future. Stan Signed-off-by: Stan Drozd --- Documentation/ioctl/ioctl-number.txt | 2 +- Documentation/memory-barriers.txt | 2

Re: [PATCH v4 3/5] input: add a EV_SW event for ratchet switch

2017-04-15 Thread Mauro Carvalho Chehab
Em Sat, 15 Apr 2017 11:04:36 -0700 Dmitry Torokhov escreveu: > Hi Mauro, > > On Tue, Apr 11, 2017 at 10:29:40AM -0300, Mauro Carvalho Chehab wrote: > > Some mice have a switch on their wheel, allowing to switch > > between ratchet and free wheel mode. Add support for it. > > > > Signed-off-by:

[PATCH 8/8] Input: docs - freshen up introduction

2017-04-15 Thread Dmitry Torokhov
Stop saying that API is experimental and that only USB is supported, acknowledge that evdev is the preferred interface, and remove paragraph encouraging people sending snail mail to Vojtech :) along with his email. Signed-off-by: Dmitry Torokhov --- Documentation/input/event-codes.rst |

[PATCH 5/8] Input: docs - update joystick documentation a bit

2017-04-15 Thread Dmitry Torokhov
Consolidate use instructions and userspace API notes into the same chapter; remove completely obsolete references, move into a separate subdirectory. Signed-off-by: Dmitry Torokhov --- Documentation/input/index.rst | 6 +- Documentation/input/joydev/index.rst |

[PATCH 7/8] Input: docs - split input docs into kernel- and user-facing

2017-04-15 Thread Dmitry Torokhov
Split input documentation into several groups: kernel- and user-facing, and notes about individual device drivers. Move device drivers docs into a separate subdirectory. Signed-off-by: Dmitry Torokhov --- Documentation/input/{ => devices}/alps.rst | 2 +- Documentation/input/{ => device

[PATCH 4/8] Input: docs - remove disclaimer/GPL notice

2017-04-15 Thread Dmitry Torokhov
This is just a part of kernel documentation, it does not require explicit license notice. Signed-off-by: Dmitry Torokhov --- Documentation/input/index.rst | 21 - 1 file changed, 21 deletions(-) diff --git a/Documentation/input/index.rst b/Documentation/input/index.rst index

[PATCH 6/8] Input: docs - note that MT-A protocol is obsolete

2017-04-15 Thread Dmitry Torokhov
Everyone should be using multitouch protocol B (slotted) now. Signed-off-by: Dmitry Torokhov --- Documentation/input/multi-touch-protocol.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/input/multi-touch-protocol.rst b/Documentation/input/multi-touch-

[PATCH 1/8] Input: move documentation for Amiga CD32

2017-04-15 Thread Dmitry Torokhov
Move the documentation for Amiga CD32 together with other parallel port joysticks. Signed-off-by: Dmitry Torokhov --- Documentation/input/cd32.rst | 24 - Documentation/input/index.rst| 1 - Documentation/input/joystick-parport.rst | 37 ++

[PATCH 3/8] Input: fix "Game console" heading level in joystick documentation

2017-04-15 Thread Dmitry Torokhov
The heading level should be the same as for other devices. Signed-off-by: Dmitry Torokhov --- Documentation/input/joystick.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/input/joystick.rst b/Documentation/input/joystick.rst index 202f5a090675..c9c175ffc2ff

[PATCH 2/8] Input: rotary-encoder - remove references to platform data from docs

2017-04-15 Thread Dmitry Torokhov
The driver has been converted to use generic device properties, so stop referring to platform data. Signed-off-by: Dmitry Torokhov --- Documentation/input/rotary-encoder.rst | 85 ++ 1 file changed, 44 insertions(+), 41 deletions(-) diff --git a/Documentation/inp