Prevent users disabling EXA UTS and DFS on radeon

2011-03-06 Thread Stephen Kitt
Hi, The following two patches, respectively against xserver and xf86-video-ati, allow drivers to instruct the exa module to ignore configuration directives disabling UploadToScreen and/or DownloadFromScreen. This may seem overkill given that these are supposed to be debug directives, but since the

[PATCH] Allow drivers to force EXA UTS and DFS

2011-03-06 Thread Stephen Kitt
Allow drivers to specify that they require UploadToScreen() and DownloadFromScreen(), as is the case for recent radeon drivers. Such drivers cause the exa module to ignore configuration settings which would disable these two functions, with a warning. Signed-off-by: Stephen Kitt --- exa/exa.h

[PATCH] Force-enable EXA UploadToScreen() and DownloadFromScreen()

2011-03-06 Thread Stephen Kitt
The radeon drivers no longer support UploadToScreen() and DownloadFromScreen(). If the exa module supports it, the driver instructs it to prevent the user disabling them. Signed-off-by: Stephen Kitt --- src/evergreen_exa.c|7 +++ src/r600_exa.c |7 +++ src/radeon_exa_

Re: [PATCH modular] jhbuild: Mark xf86-video-sunbw2 as unmaintained.

2011-03-06 Thread Dan Nicholson
On Sun, Nov 14, 2010 at 2:40 PM, Cyril Brulebois wrote: > See X.Org Bug 26343 > > Signed-off-by: Cyril Brulebois > --- >  xorg.modules |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/xorg.modules b/xorg.modules > i

Re: [PATCH modular] jhbuild: Mark xf86-video-sunbw2 as unmaintained.

2011-03-06 Thread Cyril Brulebois
Hi, Dan Nicholson (06/03/2011): > I've been playing with jhbuild more lately and had made the change > locally. The only difference is I also removed it from the > xorg-sun-drivers metamodule since I figure if you want to build the > sun drivers, you still don't want this broken one. I have this

Re: [PATCH modular 2/3 (v3)] jhbuild: Support skipping packages on a per-architecture basis.

2011-03-06 Thread Dan Nicholson
On Tue, Nov 16, 2010 at 05:43:46PM +0100, Cyril Brulebois wrote: > Thanks to an execfile() in jhbuildrc, allow managing packages to be > skipped on this or that architecture to be listed in an external file. > > Signed-off-by: Cyril Brulebois > --- > arch.skip | 24 >

Re: [PATCH modular 1/3 (v2)] jhbuild: Pass --enable-nouveau-experimental-api to libdrm.

2011-03-06 Thread Dan Nicholson
On Sun, Nov 14, 2010 at 11:43:14PM +0100, Cyril Brulebois wrote: > This option is needed to build xf86-video-nouveau, but is disabled by > default in libdrm. Let's make jhbuild able to build xf86-video-nouveau > by default. > > Signed-off-by: Cyril Brulebois > --- > jhbuildrc |3 +++ > 1 fil

Re: [PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.

2011-03-06 Thread Dan Nicholson
Reviewing these patches again... On Sun, Nov 14, 2010 at 01:50:56AM +0100, Cyril Brulebois wrote: > Signed-off-by: Cyril Brulebois > --- > xorg.modules |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/xorg.modules b/xorg.modules > index 616fd6e..227371f 10064

Re: [PATCH modular] jhbuild: Mark xf86-video-sunbw2 as unmaintained.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 7:59 AM, Cyril Brulebois wrote: > Hi, > > Dan Nicholson (06/03/2011): >> I've been playing with jhbuild more lately and had made the change >> locally. The only difference is I also removed it from the >> xorg-sun-drivers metamodule since I figure if you want to build the >

Re: [PATCH modular 1/3 (v2)] jhbuild: Pass --enable-nouveau-experimental-api to libdrm.

2011-03-06 Thread Cyril Brulebois
Hi, Dan Nicholson (06/03/2011): > Would this be more appropriate to put in the module definition so > that we don't have to depend on people's jhbuildrc? looks far better (didn't check it myself though), please go ahead if that just works. KiBi. signature.asc Description: Digital signature __

Re: [PATCH modular 2/3 (v3)] jhbuild: Support skipping packages on a per-architecture basis.

2011-03-06 Thread Cyril Brulebois
Hi again, Dan Nicholson (06/03/2011): > Now that I've spent some more time with jhbuild, I have some > comments that I'd like to get your feedback on. Sorry this is so > long after the 3(!) previous reviews. unfortunately, I might need some time to look into it, I'm not sure I want to update my

Re: [PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.

2011-03-06 Thread Cyril Brulebois
Dan Nicholson (06/03/2011): > Reviewing these patches again... Thanks.. > Here the dependency is being added to libdrm instead of libGL. Is > that intentional? I don't think so, got confused by the mesa/* namespace or so I guess. KiBi. signature.asc Description: Digital signature ___

Re: [PATCH modular 1/3 (v2)] jhbuild: Pass --enable-nouveau-experimental-api to libdrm.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:24 AM, Cyril Brulebois wrote: > Hi, > > Dan Nicholson (06/03/2011): >> Would this be more appropriate to put in the module definition so >> that we don't have to depend on people's jhbuildrc? > > looks far better (didn't check it myself though), please go ahead if > that

Re: [PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:33 AM, Cyril Brulebois wrote: > Dan Nicholson (06/03/2011): >> Reviewing these patches again... > > Thanks.. > >> Here the dependency is being added to libdrm instead of libGL. Is >> that intentional? > > I don't think so, got confused by the mesa/* namespace or so I gues

Re: [PATCH modular 2/3 (v3)] jhbuild: Support skipping packages on a per-architecture basis.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:29 AM, Cyril Brulebois wrote: > Hi again, > > Dan Nicholson (06/03/2011): >> Now that I've spent some more time with jhbuild, I have some >> comments that I'd like to get your feedback on. Sorry this is so >> long after the 3(!) previous reviews. > > unfortunately, I migh

Re: [PATCH] XDM: Fix missing linking dependency on -ldl.

2011-03-06 Thread Gaetan Nadon
On Sun, 2011-03-06 at 04:27 +0100, Cyril Brulebois wrote: > If we're going to go the AC_SEARCH_LIBS way, I guess it's time to > apply that patch, and time for me to submit some other similar patches > for similar bugs we have in the Debian BTS: > The patch was applied a while ago: comm

[PATCH modular 00/15] jhbuild fixes + 7.6 moduleset

2011-03-06 Thread Dan Nicholson
A while back I was working on a moduleset for 7.6: http://lists.x.org/archives/xorg-devel/2010-November/016108.html As I worked on addressing the issues pointed out there, I uncovered a bunch more fixes for the original moduleset that were needed. Patches 01 - 12 contain those fixes. Patches 13

[PATCH modular 03/15] jhbuild: Remove duplicate xtrans module

2011-03-06 Thread Dan Nicholson
All the other modules depend on the one with the "libxtrans" id. Signed-off-by: Dan Nicholson --- xorg.modules |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3d74db8..6281fd5 100644 --- a/xorg.modules +++ b/xorg.modules @@ -704,11 +

[PATCH modular 02/15] jhbuild: Use git.freedesktop.org as default repository

2011-03-06 Thread Dan Nicholson
Since all the modules use fdo's git, the moduleset can be a lot cleaner. Signed-off-by: Dan Nicholson --- xorg.modules | 551 +++-- 1 files changed, 184 insertions(+), 367 deletions(-) diff --git a/xorg.modules b/xorg.modules index cbaaaf4..3

[PATCH modular 04/15] jhbuild: Build xcursorgen for cursors dependency

2011-03-06 Thread Dan Nicholson
This is also part of the katamari, so include it in the xorg-apps metamodule. Signed-off-by: Dan Nicholson --- xorg.modules | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 6281fd5..deef23e 100644 --- a/xorg.modules +++ b/xorg

[PATCH modular 06/15] jhbuild: Build applications included in the katamari

2011-03-06 Thread Dan Nicholson
If they're good enough to make a X.Org release, they're good enough to be build tested. Signed-off-by: Dan Nicholson --- xorg.modules | 80 +- 1 files changed, 79 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules ind

[PATCH modular 05/15] jhbuild: Build openchrome driver from svn

2011-03-06 Thread Dan Nicholson
Since the openchrome driver is being distributed in the katamari, it makes sense to build it here even if it's not under X.Org. Signed-off-by: Dan Nicholson --- xorg.modules | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/xorg.modules b/xorg.modules index deef

[PATCH modular 07/15] jhbuild: No xserver DDXs require xkbui anymore

2011-03-06 Thread Dan Nicholson
Signed-off-by: Dan Nicholson --- xorg.modules |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3976837..052f044 100644 --- a/xorg.modules +++ b/xorg.modules @@ -1858,7 +1858,6 @@ - --

[PATCH modular 08/15] jhbuild: Reorder and rename font modules sanely

2011-03-06 Thread Dan Nicholson
The font modules seemed to be in a random order and had inconsistent names. adobe-75dpi corresponds to the tarball font-adobe-75dpi, yet fonts-cursor corresponds to the tarball font-cursor-misc. Instead, the tarball names will be used. Signed-off-by: Dan Nicholson --- xorg.modules | 122 +++

[PATCH modular 09/15] jhbuild: Add definitions for remaining font modules

2011-03-06 Thread Dan Nicholson
The rest of the X.Org font modules aren't built as part of the xorg-fonts metamodule, but they should be buildable from jhbuild. Signed-off-by: Dan Nicholson --- xorg.modules | 264 ++ 1 files changed, 264 insertions(+), 0 deletions(-) di

[PATCH modular 10/15] jhbuild: Move font modules before drivers

2011-03-06 Thread Dan Nicholson
The driver metamodule was separated from the module definitions by the font section. Signed-off-by: Dan Nicholson --- xorg.modules | 1000 +- 1 files changed, 500 insertions(+), 500 deletions(-) diff --git a/xorg.modules b/xorg.modules ind

[PATCH modular 12/15] jhbuild: Don't build broken impact driver

2011-03-06 Thread Dan Nicholson
xf86-video-impact has been broken for a while and isn't built by build.sh. Move it to the unmaintained metamodule until someone cares. Signed-off-by: Dan Nicholson --- xorg.modules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 4e69d00

[PATCH modular 11/15] jhbuild: Group external modules at top of moduleset

2011-03-06 Thread Dan Nicholson
A few of the non-X.Org modules such as pixman and libdrm were mixed in with the X.Org libraries. Instead, they should be at the top of the moduleset with the rest of the external modules such as fontconfig. This also adds comments to mark each section separately. Signed-off-by: Dan Nicholson ---

[PATCH modular 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-06 Thread Dan Nicholson
update-moduleset.sh takes the sha1sum and tarball and updates the module definition in a given moduleset. This should make keeping the stable moduleset easier. Signed-off-by: Dan Nicholson --- update-moduleset.sh | 72 +++ 1 files changed, 72 ins

[PATCH modular 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-06 Thread Dan Nicholson
In order to keep the katamari moduleset up to date with current tarball information, have release.sh update the file when new releases are made. This is enabled by passing a module file with --moduleset. Signed-off-by: Dan Nicholson --- release.sh | 23 +++ 1 files changed,

Re: [PATCH] When XDMCP -from is specified, only register the requested address

2011-03-06 Thread Alan Coopersmith
On 03/ 5/11 10:32 AM, Jon TURNEY wrote: > When XDMCP -from is specified, only register the requested address, > rather than the requested address, and any others we have of different > address families to the requested address. > > e.g. if we have 4 interfaces with both IPv4 and IPv6 addresses (wh

[PATCH libXt] man: replace hard coded section number 3Xt with __libmansuffix__ #35050

2011-03-06 Thread Gaetan Nadon
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512130 The Xt manpages are installed in section 3 (and not 3Xt as upstream would have it). But, internal cross-references (in particular, in the SEE ALSO part) are left alone, and keep pointing at Foo(3Xt). The result is that they can't be automati

Re: [PATCH] Force-enable EXA UploadToScreen() and DownloadFromScreen()

2011-03-06 Thread Corbin Simpson
On Sat, Mar 5, 2011 at 2:13 PM, Stephen Kitt wrote: > The radeon drivers no longer support UploadToScreen() and > DownloadFromScreen(). If the exa module supports it, the driver > instructs it to prevent the user disabling them. > > Signed-off-by: Stephen Kitt > --- >  src/evergreen_exa.c    |  

Re: [PATCH libXt] man: replace hard coded section number 3Xt with __libmansuffix__ #35050

2011-03-06 Thread Alan Coopersmith
On 03/ 6/11 10:51 AM, Gaetan Nadon wrote: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512130 > > The Xt manpages are installed in section 3 (and not 3Xt as upstream > would have it). But, internal cross-references (in particular, in the > SEE ALSO part) are left alone, and keep pointing at

[PATCH 2/2] os: Work around integer overflow in TimerSet.

2011-03-06 Thread Cyril Brulebois
If TimerSet gets called with a big timeout, this call can overflow: millis += now; Detect overflow and set millis to the maximal integer when that happens, to avoid falling in the “already expired” case. This is the second (and last) patch to fix the following bugs. Debian Bug 616667

[PATCH 1/2] os: Fix buggy integer comparison.

2011-03-06 Thread Cyril Brulebois
(CARD32 can be unsigned int or unsigned long, but the following applies to both, it's only a matter of signedness.) Trying to compare two unsigned integers by diffing them and then casting that into a signed quantity is wrong in one half of all cases (i.e.: the difference is higher than maximal in

Re: [PATCH 1/2] os: Fix buggy integer comparison.

2011-03-06 Thread Alan Coopersmith
On 03/ 6/11 11:39 AM, Cyril Brulebois wrote: > - while (timers && (int) (timers->expires - now) <= 0) > + while (timers && (timers->expires <= now)) That's restoring the original X11R6 code and undoing the bugfixes from X11R6.6/XFree86 days to handle GetTimeInMillis wraparo

Re: multitouch and synaptics clickpad questions

2011-03-06 Thread Chris Bagwell
On Sat, Mar 5, 2011 at 4:00 AM, Daniel Kurtz wrote: > Back in October Chase Douglas [1] kicked off a flurry of patches and > discussions on this mailing list about adding Clickpad support, and/or some > form of multitouch gesture processing (what little is possible with > Synaptics Advanced Gestur

Re: [PATCH] Force-enable EXA UploadToScreen() and DownloadFromScreen()

2011-03-06 Thread Stephen Kitt
On Sun, Mar 06, 2011 at 11:08:27AM -0800, Corbin Simpson wrote: > Maybe I'm still waking up, but this shouldn't even compile due to > missing semicolons. Did you test these patches? I did indeed test them, but sent the wrong one; I followed up with a corrected version (after rebasing my git tree),

Re: [PATCH 2/2] os: Work around integer overflow in TimerSet.

2011-03-06 Thread Fernando Carrijo
Cyril Brulebois wrote: > If TimerSet gets called with a big timeout, this call can overflow: > millis += now; > > Detect overflow and set millis to the maximal integer when that happens, > to avoid falling in the “already expired” case. Hi Cyril, I found this, buried in Section 6.2.5 (9) of

[PATCH:libXt] Bug 34715: XtAppMainLoop doesn't work without a Display

2011-03-06 Thread Alan Coopersmith
From: Jordan Hayes https://bugs.freedesktop.org/show_bug.cgi?id=34715 XtAppNextEvent() doesn't return until there's an actual XEvent to be handled; it handles Xt-internal events (inputs, timers, signals) itself, but doesn't return (because of course, those aren't XEvents). Which means that the e

Re: [PATCH 2/2] os: Work around integer overflow in TimerSet.

2011-03-06 Thread Cyril Brulebois
Hi, Fernando Carrijo (06/03/2011): > I found this, buried in Section 6.2.5 (9) of the C Standard: > > A computation involving unsigned operands can never overflow, > because a result that cannot be represented by the resulting > unsigned integer type is reduced modulo the number that

Re: [PATCH 1/2] os: Fix buggy integer comparison.

2011-03-06 Thread Keith Packard
On Sun, 6 Mar 2011 20:39:46 +0100, Cyril Brulebois wrote: > Accordingly, replace all: > (int) (foo-bar) <= 0 > tests with: > foo <= bar For testing time values, the original code is what we want. Consider: 0x and 0x (int) (0x - 0x) <= 0

Re: multitouch and synaptics clickpad questions

2011-03-06 Thread Peter Hutterer
On Sat, Mar 05, 2011 at 06:00:35PM +0800, Daniel Kurtz wrote: > Back in October Chase Douglas [1] kicked off a flurry of patches and > discussions on this mailing list about adding Clickpad support, and/or some > form of multitouch gesture processing (what little is possible with > Synaptics Advanc

[PATCH synaptics] Remove unused test directory (#35043)

2011-03-06 Thread Peter Hutterer
The two files are for testing the actual synaptics protocol, a task that is handled by the kernel these days. These haven't been built for years either, suggesting limited use. X.Org Bug 35043 Signed-off-by: Peter Hutterer --- test/test-pad.c

Re: [PATCH synaptics] Remove unused test directory (#35043)

2011-03-06 Thread Cyril Brulebois
Peter Hutterer (07/03/2011): > The two files are for testing the actual synaptics protocol, a task that is > handled by the kernel these days. These haven't been built for years either, > suggesting limited use. > > X.Org Bug 35043 > > Signed-o

Re: [PATCH evdev 1/2] Release leaked XKB options on input device disconnect.

2011-03-06 Thread Peter Hutterer
On Fri, Mar 04, 2011 at 01:18:53PM +0200, Rami Ylimäki wrote: > Currently the XKB options duplicated in EvdevAddKeyClass are never > released. For example, connecting and disconnecting a bluetooth > keyboard repeatedly causes a steadily growing memory leak. > > Signed-off-by: Rami Ylimäki > Revie

Re: [PATCH evdev 2/2] Release leaked device identifier on input device disconnect.

2011-03-06 Thread Peter Hutterer
On Fri, Mar 04, 2011 at 01:18:54PM +0200, Rami Ylimäki wrote: > Signed-off-by: Rami Ylimäki > Reviewed-by: Erkki Seppälä > --- > src/evdev.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/src/evdev.c b/src/evdev.c > index a77be9e..165400f 100644 > --- a/src/evde

Re: [PATCH xserver 0/3] Memory leak fixes.

2011-03-06 Thread Peter Hutterer
On Fri, Mar 04, 2011 at 05:55:30PM +0200, Rami Ylimäki wrote: > Here are some memory leak fixes written and tested against X server > 1.9. By looking at the code, they should be valid against latest X > server as well. The use case to expose the leaks was the same used to > expose the evdev leaks:

[PATCH keyboard 1/3] man: don't mention the core pointer.

2011-03-06 Thread Peter Hutterer
Core pointers are an obsolete concept these days. Signed-off-by: Peter Hutterer --- man/kbd.man |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/man/kbd.man b/man/kbd.man index 4fb2336..91c12bd 100644 --- a/man/kbd.man +++ b/man/kbd.man @@ -22,8 +22,7 @@ driver formerly

[PATCH keyboard 2/3] man: list xorg.conf.d snippets as possible configuration location

2011-03-06 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- man/kbd.man |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/man/kbd.man b/man/kbd.man index 91c12bd..3b4617f 100644 --- a/man/kbd.man +++ b/man/kbd.man @@ -26,8 +26,9 @@ driver functions as a keyboard input device. .SH CONFIGURATION

[PATCH keyboard 3/3] man: explain what grp_led:scroll does in the example conf section

2011-03-06 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- man/kbd.man |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/man/kbd.man b/man/kbd.man index 3b4617f..d224ce5 100644 --- a/man/kbd.man +++ b/man/kbd.man @@ -95,7 +95,8 @@ The following xorg.conf fragment ensures that user will be able t

[PATCH 2/3] glx: Use PATH_MAX as size for filename buffer

2011-03-06 Thread Christopher James Halse Rogers
Signed-off-by: Christopher James Halse Rogers --- glx/glxdricommon.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/glx/glxdricommon.c b/glx/glxdricommon.c index 5569ab7..f9f7f5b 100644 --- a/glx/glxdricommon.c +++ b/glx/glxdricommon.c @@ -40,6 +40,17 @@ #

[PATCH 1/3] glx: Factor out glxProbeDriver function.

2011-03-06 Thread Christopher James Halse Rogers
DRI, DRI2 and swrast all had near-identical driver probing logic. Pull it into glxdricommon Signed-off-by: Christopher James Halse Rogers --- glx/glxdri.c | 44 +-- glx/glxdri2.c | 39 ++ glx/glxdricommon.c | 5

[RFC PATCH 3/3] glx: Support a colon-separated list of DRI search paths.

2011-03-06 Thread Christopher James Halse Rogers
Mesa's libGL searches a list of paths to find the DRI drivers to load. It's reasonable for GLX to search in the same paths. Signed-off-by: Christopher James Halse Rogers --- This obviously requires a mesa change to actually export mesa's list of search paths. I'll send that to mesa-dev after di

Re: [PATCH keyboard 1/5] Removed option XLeds

2011-03-06 Thread Peter Hutterer
On Fri, Feb 18, 2011 at 05:10:11AM +0500, Alexandr Shadchin wrote: > IMHO nobody needs because it works not correctly and still not fixed I think the case is closer to "those that need it can't fix it" https://bugs.freedesktop.org/show_bug.cgi?id=17888 Admittedly for all I care we could remove th

Re: [PATCH inputproto xi 2.1] Updates for pointer emulation and more touch device modes

2011-03-06 Thread Peter Hutterer
On Wed, Mar 02, 2011 at 09:25:40AM -0500, Chase Douglas wrote: > On 03/02/2011 02:29 AM, Peter Hutterer wrote: > > On Tue, Feb 22, 2011 at 10:06:37AM -0500, Chase Douglas wrote: > >> Also includes resolutions for dependent devices and implicit grabs and > >> how to handle slave touch device attachm

Re: [PATCH keyboard 1/3] man: don't mention the core pointer.

2011-03-06 Thread Magnus Kessler
On Monday 07 March 2011 12:11:13 Peter Hutterer wrote: > Core pointers are an obsolete concept these days. This should probably read "Core keyboard". Same in the title for this patch. With this change, Reviewed by: Magnus Kessler > > Signed-off-by: Peter Hutterer > --- > man/kbd.man |3

Re: [PATCH keyboard 2/3] man: list xorg.conf.d snippets as possible configuration location

2011-03-06 Thread Magnus Kessler
On Monday 07 March 2011 12:11:14 Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reviewed-by: Magnus Kessler > --- > man/kbd.man |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/man/kbd.man b/man/kbd.man > index 91c12bd..3b4617f 100644 > --- a/man/kbd.ma

Re: [PATCH keyboard 3/3] man: explain what grp_led:scroll does in the example conf section

2011-03-06 Thread Magnus Kessler
On Monday 07 March 2011 12:11:15 Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reviewed-by: Magnus Kessler > --- > man/kbd.man |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/man/kbd.man b/man/kbd.man > index 3b4617f..d224ce5 100644 > --- a/man/kbd.man