Update of /cvsroot/linux-vax/kernel-2.5/drivers/input/keyboard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5185/keyboard
Modified Files:
lkkbd.c
Log Message:
- The plug commonly called "DB9" for RS-232C-like serial devices doesn't
have this name at all. It's DE9, really.
- Rework output a bit for vsxxxaa.
Index: lkkbd.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/input/keyboard/lkkbd.c,v
retrieving revision 1.1.1.2
retrieving revision 1.28
diff -u -d -r1.1.1.2 -r1.28
--- lkkbd.c 18 Jul 2004 21:18:33 -0000 1.1.1.2
+++ lkkbd.c 25 Aug 2004 13:36:13 -0000 1.28
@@ -14,13 +14,13 @@
* DISCLAIMER: This works for _me_. If you break anything by using the
* information given below, I will _not_ be liable!
*
- * RJ11 pinout: To DB9: Or DB25:
+ * RJ11 pinout: To DE9: Or DB25:
* 1 - RxD <----> Pin 3 (TxD) <-> Pin 2 (TxD)
* 2 - GND <----> Pin 5 (GND) <-> Pin 7 (GND)
* 4 - TxD <----> Pin 2 (RxD) <-> Pin 3 (RxD)
- * 3 - +12V (from HDD drive connector), DON'T connect to DB9 or DB25!!!
+ * 3 - +12V (from HDD drive connector), DON'T connect to DE9 or DB25!!!
*
- * Pin numbers for DB9 and DB25 are noted on the plug (quite small:). For
+ * Pin numbers for DE9 and DB25 are noted on the plug (quite small:). For
* RJ11, it's like this:
*
* __=__ Hold the plug in front of you, cable downwards,
|