patch-2.4.15 linux/drivers/parport/parport_serial.c

Next file: linux/drivers/pci/names.c
Previous file: linux/drivers/parport/parport_pc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/drivers/parport/parport_serial.c linux/drivers/parport/parport_serial.c
@@ -217,6 +217,7 @@
 		if (get_pci_port (dev, board, &serial_req, k))
 			break;
 		serial_req.flags = ASYNC_SKIP_TEST | ASYNC_AUTOPROBE;
+		serial_req.baud_base = base_baud;
 		line = register_serial (&serial_req);
 		if (line < 0) {
 			printk (KERN_DEBUG

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)