Kernel configuration for Wacom Xorg Driver now

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15093 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-11-30 16:35:42 +00:00
parent 679ab425bd
commit a7f589668f
2 changed files with 13 additions and 5 deletions

View File

@ -47,6 +47,11 @@
<listitem>
<para>November 30th, 2014</para>
<itemizedlist>
<listitem>
<para>[pierre] - Change Kernel Configuration instructions
layout for the Wacom Xorg driver as part of ticket
<ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to lxsession-0.5.2. Fixes
<ulink url="&blfs-ticket-root;5887">#5887</ulink>.</para>

View File

@ -92,14 +92,17 @@
<title>Kernel Configuration</title>
<para>
To use a Wacom tablet, enable the following options in your kernel
configuration and recompile:
To use a Wacom tablet with USB interface, enable the following
options in your kernel configuration and recompile. Note that
other configuration options could be required for tablet with a
serial or bluetooth interface:
</para>
<screen><literal>Device Drivers ---&gt;
Input device support ---&gt;
[*] Tablets ---&gt;
Wacom Intuos/Graphire tablet support (USB): Y or M</literal></screen>
HID support ---&gt;
&lt;*/M&gt; HID bus support [CONFIG_HID]
Special HID drivers ---&gt;
&lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
<indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
<primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>