Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
diff -u --new-file --recursive --exclude-from /usr/src/exclude
linux.vanilla-2.6.25-rc2-mm1/drivers/usb/serial/mos7840.c
linux-2.6.25-rc2-mm1/drivers/usb/serial/mos7840.c
--- linux.vanilla-2.6.25-rc2-mm1/drivers/usb/serial/mos7840.c 2008-02-19
11:03:01.000000000 +0000
+++ linux-2.6.25-rc2-mm1/drivers/usb/serial/mos7840.c 2008-02-20
11:52:59.000000000 +0000
@@ -1709,6 +1709,7 @@
if (mos7840_port == NULL)
return -ENODEV;
+ /* FIXME: What locks the port registers ? */
mcr = mos7840_port->shadowMCR;
if (clear & TIOCM_RTS)
mcr &= ~MCR_RTS;
diff -u --new-file --recursive --exclude-from /usr/src/exclude
linux.vanilla-2.6.25-rc2-mm1/drivers/usb/serial/option.c
linux-2.6.25-rc2-mm1/drivers/usb/serial/option.c
--- linux.vanilla-2.6.25-rc2-mm1/drivers/usb/serial/option.c 2008-02-19
11:03:26.000000000 +0000
+++ linux-2.6.25-rc2-mm1/drivers/usb/serial/option.c 2008-02-20
11:52:59.000000000 +0000
@@ -347,6 +347,7 @@
portdata = usb_get_serial_port_data(port);
+ /* FIXME: what locks portdata fields ? */
if (set & TIOCM_RTS)
portdata->rts_state = 1;
if (set & TIOCM_DTR)
-
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html