···7 * Original driver code supplied by Multi-Tech8 *9 * Changes10- * 1/9/98 alan@redhat.com Merge to 2.0.x kernel tree011 * Obtain and use official major/minors12 * Loader switched to a misc device13 * (fixed range check bug as a side effect)14 * Printk clean up15- * 9/12/98 alan@redhat.com Rough port to 2.1.x016 *17 * 10/6/99 sameer Merged the ISA and PCI drivers to18 * a new unified driver.
···7 * Original driver code supplied by Multi-Tech8 *9 * Changes10+ * 1/9/98 alan@lxorguk.ukuu.org.uk11+ * Merge to 2.0.x kernel tree12 * Obtain and use official major/minors13 * Loader switched to a misc device14 * (fixed range check bug as a side effect)15 * Printk clean up16+ * 9/12/98 alan@lxorguk.ukuu.org.uk17+ * Rough port to 2.1.x18 *19 * 10/6/99 sameer Merged the ISA and PCI drivers to20 * a new unified driver.
+2-1
drivers/char/mxser.c
···14 * (at your option) any later version.15 *16 * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox17- * <alan@redhat.com>. The original 1.8 code is available on www.moxa.com.018 * - Fixed x86_64 cleanness19 */20
···14 * (at your option) any later version.15 *16 * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox17+ * <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on18+ * www.moxa.com.19 * - Fixed x86_64 cleanness20 */21
+1-1
drivers/usb/serial/ir-usb.c
···26 * Introduced common header to be used also in USB Gadget Framework.27 * Still needs some other style fixes.28 *29- * 2007_Jun_21 Alan Cox <alan@redhat.com>30 * Minimal cleanups for some of the driver problens and tty layer abuse.31 * Still needs fixing to allow multiple dongles.32 *
···26 * Introduced common header to be used also in USB Gadget Framework.27 * Still needs some other style fixes.28 *29+ * 2007_Jun_21 Alan Cox <alan@lxorguk.ukuu.org.uk>30 * Minimal cleanups for some of the driver problens and tty layer abuse.31 * Still needs fixing to allow multiple dongles.32 *