Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>, x11@g.o
Subject: [gentoo-dev] [PATCH 07/17] profiles: Remove unused INPUT_DEVICES
Date: Thu, 26 May 2016 18:48:14
Message-Id: 20160526184353.1294-8-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/17] USE_EXPAND cleanup by "Michał Górny"
1 ---
2 profiles/desc/input_devices.desc | 14 --------------
3 1 file changed, 14 deletions(-)
4
5 diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
6 index b34e84c..4f3ab70 100644
7 --- a/profiles/desc/input_devices.desc
8 +++ b/profiles/desc/input_devices.desc
9 @@ -8,27 +8,18 @@
10
11 acecad - INPUT_DEVICES setting to build driver for acecad input devices
12 aiptek - INPUT_DEVICES setting to build driver for aiptek input devices
13 -calcomp - INPUT_DEVICES setting to build driver for calcomp input devices
14 -digitaledge - INPUT_DEVICES setting to build driver for digitaledge input devices
15 -dmc - INPUT_DEVICES setting to build driver for dmc input devices
16 dynapro - INPUT_DEVICES setting to build driver for dynapro input devices
17 elo2300 - INPUT_DEVICES setting to build driver for elo2300 input devices
18 elographics - INPUT_DEVICES setting to build driver for elographics input devices
19 evdev - INPUT_DEVICES setting to build driver for evdev input devices
20 fpit - INPUT_DEVICES setting to build driver for fpit input devices
21 hyperpen - INPUT_DEVICES setting to build driver for hyperpen input devices
22 -jamstudio - INPUT_DEVICES setting to build driver for jamstudio input devices
23 joystick - INPUT_DEVICES setting to build driver for joystick input devices
24 keyboard - INPUT_DEVICES setting to build driver for keyboard input devices
25 libinput - INPUT_DEVICES setting to build driver for libinput input devices
26 lirc - INPUT_DEVICES setting to build driver for LIRC input devices (i.e. infra-red remote control)
27 -magellan - INPUT_DEVICES setting to build driver for magellan input devices
28 -magictouch - INPUT_DEVICES setting to build driver for magictouch input devices
29 -microtouch - INPUT_DEVICES setting to build driver for microtouch input devices
30 mouse - INPUT_DEVICES setting to build driver for mouse input devices
31 mutouch - INPUT_DEVICES setting to build driver for mutouch input devices
32 -none - INPUT_DEVICES setting to build no drivers (useful when using binary drivers)
33 -palmax - INPUT_DEVICES setting to build driver for palmax input devices
34 penmount - INPUT_DEVICES setting to build driver for penmount input devices
35 roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input devices
36 roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input devices
37 @@ -50,13 +41,8 @@ roccat_savu - INPUT_DEVICES setting to build driver for Roccat Savu input device
38 roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices
39 roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices
40 roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices
41 -spaceorb - INPUT_DEVICES setting to build driver for spaceorb input devices
42 -summa - INPUT_DEVICES setting to build driver for summa input devices
43 synaptics - INPUT_DEVICES setting to build driver for synaptics input devices
44 -tek4957 - INPUT_DEVICES setting to build driver for tek4957 input devices
45 tslib - INPUT_DEVICES setting to build driver for tslib input devices
46 -ur98 - INPUT_DEVICES setting to build driver for ur98 input devices
47 -virtualbox - INPUT_DEVICES setting to build driver for virtualbox input emulation
48 vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices
49 void - INPUT_DEVICES setting to build driver for void/dummy input devices
50 wacom - INPUT_DEVICES setting to build driver for wacom input devices
51 --
52 2.8.3

Replies

Subject Author
Re: [gentoo-dev] [PATCH 07/17] profiles: Remove unused INPUT_DEVICES "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>