From: Vojtech Pavlik <vojtech@suse.cz>
To: Vojtech Pavlik <vojtech@suse.cz>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Input - Extra escaped semicolon [3/3]
Date: Wed, 9 Oct 2002 13:01:52 +0200 [thread overview]
Message-ID: <20021009130152.C367@ucw.cz> (raw)
In-Reply-To: <20021009130123.B367@ucw.cz>; from vojtech@suse.cz on Wed, Oct 09, 2002 at 01:01:23PM +0200
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.720, 2002-10-09 12:56:57+02:00, vojtech@suse.cz
Fix a ; in atkbd.c that somehow got into the last cset.
atkbd.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
===================================================================
diff -Nru a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
--- a/drivers/input/keyboard/atkbd.c Wed Oct 9 13:00:35 2002
+++ b/drivers/input/keyboard/atkbd.c Wed Oct 9 13:00:35 2002
@@ -280,7 +280,7 @@
param[1] = (test_bit(LED_COMPOSE, dev->led) ? 0x01 : 0)
| (test_bit(LED_SLEEP, dev->led) ? 0x02 : 0)
| (test_bit(LED_SUSPEND, dev->led) ? 0x04 : 0)
- | (test_bit(LED_MISC, dev->led) ? 0x10 : 0);
+ | (test_bit(LED_MISC, dev->led) ? 0x10 : 0)
| (test_bit(LED_MUTE, dev->led) ? 0x20 : 0);
atkbd_command(atkbd, param, ATKBD_CMD_EX_SETLEDS);
}
===================================================================
This BitKeeper patch contains the following changesets:
1.720
## Wrapped with gzip_uu ##
begin 664 bkpatch516
M'XL(`%,,I#T``[64;6O;,!#'7T>?XJ!O6KK8=_*#;(]TW=)N*^M82.GK(LM:
M[.5!P5*2=OC#SWE8"BETW5A/`B.=).[_OQ\^@ENKZZRS-#^<5B4[@L_&NJQC
M%U9[ZF>['AK3KOW23+6_.^7G8[^:S1>.M?F!=*J$I:YMUB$OV.^XA[G..L/+
M3[?7[X>,]7K0+^5LI&^T@UZ/.5,OY:2PY]*5$S/S7"UG=JJ=])29-ONC#4?D
M[8A(!!C%#<48BD91021#T@7R,(E#MBOL?%?VP7U"3`G#%.,&190(=@'D"8Z`
MW"?T,07B611GD3A%GB'"P7-P2M!%]@'^;]%]IN!C=0\2WD(U`^G&>>$I<*5T
M8%N[2[."D7%MSIEV5\-$6@?*:N>Q+R"B-&"#1U-9]R^#,93(SO9BW:J:5*/2
M>0NU6GM8U-6ZJ]M.^V/]D!M9%_ZNS*U&@0$%F(384)H0-7E>I)JC+BB(4Q$<
M&OF2-[?-BN((FY`H"3;H/']OS=,KJGA"UXM5M,A1JX*'?(,<#Y\0A\\01Z]*
MW`8S;96<ZV+-T];L;]"M5YO9`C+X@^__@-P%3P(@=K7]=-J`W]'`L=/6W>65
M.[Z^O+C[>G73?[-.%'K9/9OHX@3>`=X30@9X\OCK4:568[N8]H2@(*+D._L%
(+'O6U]4$````
`
end
next prev parent reply other threads:[~2002-10-09 10:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-09 8:12 Input - Make i8042.c less picky about AUX ports [1/3] Vojtech Pavlik
2002-10-09 8:13 ` Input - Add another japanese key to default atkbd table [2/3] Vojtech Pavlik
2002-10-09 8:14 ` Input - Fix i8042.c for Sun [3/3] Vojtech Pavlik
2002-10-09 8:17 ` Input - BK Merge changesets [4/3] Vojtech Pavlik
2002-10-09 11:00 ` Input - Fix oops caused by cat /dev/uinput [1/3] Vojtech Pavlik
2002-10-09 11:01 ` Input - Only try to enable extra keys if user requested it [2/3] Vojtech Pavlik
2002-10-09 11:01 ` Vojtech Pavlik [this message]
2002-10-09 11:45 ` Alan Cox
2002-10-09 11:37 ` 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=20021009130152.C367@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