Hi all, This patchset adds support for the parallel port on the moschip MCS7715 device to the mos7720 driver. The port registers itself with the parport subsystem as a low-level driver. In the kernel configuration, I added a separate option beneath that for mos7720 so that 7720 users do not have to unnecessarily link to the parport subsystem code. The first patch adds the support. The second adds no functionality or fixes no bugs, but eliminates some code redundancy and improves readability (IMO) by eliminating send_mos_cmd() in favor of the register read/write fns I wrote for the parallel port (I originally did the parallel port work as a separate module). I did spend a lot of time testing both patches with both devices, on both UP and SMP hosts, trying to cover all execution paths and ensure good behavior on disconnect, especially during port operation. Comments / criticisms of course gratefully received. Thanks for looking. Mike -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html