patch-2.3.35 linux/drivers/char/pc_keyb.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/n_hdlc.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Dec 22 10:53:57 1999
- Orig file:
v2.3.34/linux/drivers/char/pc_keyb.c
- Orig date:
Wed Dec 15 10:43:16 1999
diff -u --recursive --new-file v2.3.34/linux/drivers/char/pc_keyb.c linux/drivers/char/pc_keyb.c
@@ -746,6 +746,10 @@
int loops = 10;
int retval = 0;
+ /* Check if the BIOS detected a device on the auxiliary port. */
+ if (aux_device_present == 0xaa)
+ return 1;
+
spin_lock_irqsave(&kbd_controller_lock, flags);
/* Put the value 0x5A in the output buffer using the "Write
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)