From: Vojtech Pavlik <vojtech@suse.cz>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: [patch] Input - Add more descriptive comments to input/serio [12/13]
Date: Fri, 15 Nov 2002 09:17:16 +0100 [thread overview]
Message-ID: <20021115091716.K16779@ucw.cz> (raw)
In-Reply-To: <20021115091613.J16779@ucw.cz>; from vojtech@suse.cz on Fri, Nov 15, 2002 at 09:16:13AM +0100
You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.
'bk pull bk://linux-input.bkbits.net/linux-input' should work as well.
===================================================================
ChangeSet@1.798.1.5, 2002-11-09 11:45:36+01:00, aebr@win.tue.nl
Add 'needed for mouse and keyboard' comments to Kconfig to make
configuration of mouse and keyboard support more obvious.
Kconfig | 2 +-
serio/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
diff -Nru a/drivers/input/Kconfig b/drivers/input/Kconfig
--- a/drivers/input/Kconfig Fri Nov 15 08:30:30 2002
+++ b/drivers/input/Kconfig Fri Nov 15 08:30:30 2002
@@ -5,7 +5,7 @@
menu "Input device support"
config INPUT
- tristate
+ tristate "Input devices (needed for keyboard, mouse, ...)"
default y
---help---
Say Y here if you have any input device (mouse, keyboard, tablet,
diff -Nru a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
--- a/drivers/input/serio/Kconfig Fri Nov 15 08:30:30 2002
+++ b/drivers/input/serio/Kconfig Fri Nov 15 08:30:30 2002
@@ -2,7 +2,7 @@
# Input core configuration
#
config SERIO
- tristate "Serial i/o support"
+ tristate "Serial i/o support (needed for keyboard and mouse)"
default y
---help---
Say Yes here if you have any input device that uses serial I/O to
===================================================================
This BitKeeper patch contains the following changesets:
1.798.1.5
## Wrapped with gzip_uu ##
begin 664 bkpatch16263
M'XL(`):BU#T``\V574_;,!2&K^M?<007;((F_DS22)W*V+0A-@V!N)IVX3B&
M9FWBRG'*0/GQ<UKH*"L@T)"61%'\D9/C\SZOLPUGM;9I;VY^.JW&:!L^F]JE
MO;JI=:"N??O$&-\.QZ;4X<VL,)N$135K'/+CQ]*I,<RUK=,>"=BJQUW-=-H[
M^?CI[,O^"4+#(1R,976A3[6#X1`Y8^=RFM<CZ<934P7.RJHNM9.!,F6[FMI2
MC*D_!8D9%E%+(LSC5I&<$,F)SC'E2<313-:3JU&C+GW.]UXF!`\(YA3'+>$T
M3M`'($$\2`(2",`T)"3$`R`DY2)ET2XF*<8@=69'EX5/J]%!-85="GV,WL._
MS?H`*=C/<]BIM,YU#N?&0FE\Y4%6.4ST56:DS7?`QRYUY6K_>3A2ICHO+KK'
M4DZTC[#L:*QTA:G`G&\(`74SFQGK_)#58+)YX:<$Z`@(CP5#QW^D0?UG'@AA
MB=$[N"YF,ST=38NJ^=4OHV02&'OQ_;9>/]K<%ATC2V["FU4L!<(,8\XH35H:
M192W2F81S466<YPH&K/[:CP6:RFV8*05+.;DV8EY,Q3FP?0&$1ZT"2=)Q#)&
MXQA'"M,GTML0\4Z2@B9L88Z-:^J,\HJ%7;?-DU7U1+=\(!A;6(C]91[RD'D(
M],FKF.=KA[.::FE7'NFH7DK_#?KV<G%Y2H\W%_@%N'](@*##[M9SMJB==!JV
M#KN@D.MYH70-;^[X^=:">TM;[D$0!&^W-DB^QLGSA7\!N(_)_R"U'02"LL$2
M`OX?0["PUJ,0K"WR)2B(#@6QCL*I#RJG4(1FM>MNXF&Q/R^0Z&BX_6FJL5:3
3NBF'/!$)$RI'OP%T29M"H0<`````
`
end
next prev parent reply other threads:[~2002-11-15 8:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-15 8:08 [patch] Input - Rescan serio only if valid reason [1/13] Vojtech Pavlik
2002-11-15 8:09 ` [patch] Input - Add a missing \n [2/13] Vojtech Pavlik
2002-11-15 8:10 ` [patch] Input - Add a wheel to Logitech Wheel Mouse [3/13] Vojtech Pavlik
2002-11-15 8:11 ` [patch] Input - Only check for SET_LEDS in atkbd.c when really needed [4/13] Vojtech Pavlik
2002-11-15 8:12 ` [patch] Input - Probe for Synaptics Touchpads so that other probes don't confuse them [5/13] Vojtech Pavlik
2002-11-15 8:12 ` [patch] Input - Remove dead logibusmouse.h [6/13] Vojtech Pavlik
2002-11-15 8:13 ` [patch] Input - Back out bad 'fix' in hid-input.c [7/13] Vojtech Pavlik
2002-11-15 8:14 ` [patch] Input - fix open counting in usbmouse/usbkbd [8/13] Vojtech Pavlik
2002-11-15 8:14 ` [patch] Input - fix typo in amikbd.c [9/13] Vojtech Pavlik
2002-11-15 8:15 ` [patch] Input - handle return values from interface_register() [10/13] Vojtech Pavlik
2002-11-15 8:16 ` [patch] Input - Add defaults for ATKBD et al [11/13] Vojtech Pavlik
2002-11-15 8:17 ` Vojtech Pavlik [this message]
2002-11-15 8:18 ` [patch] Input - Add "PS/2 keyboard" to ATKBD help [13/13] Vojtech Pavlik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021115091716.K16779@ucw.cz \
--to=vojtech@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox