[PATCH 2.5 IrDA] IrCOMM devfs

From: Jean Tourrilhes (jt@bougret.hpl.hp.com)
Date: Wed Jul 09 2003 - 18:51:33 EST


ir254_ircomm_devfs.diff :
~~~~~~~~~~~~~~~~~~~~~~~
                <Original patch from Martin Diehl>
        o [CRITICA] fix IrCOMM bogus device names with devfs

diff -u -p linux/net/irda/ircomm/ircomm_tty.d1.c linux/net/irda/ircomm/ircomm_tty.c
--- linux/net/irda/ircomm/ircomm_tty.d1.c Wed Jul 9 11:53:51 2003
+++ linux/net/irda/ircomm/ircomm_tty.c Wed Jul 9 11:54:24 2003
@@ -119,6 +119,7 @@ int __init ircomm_tty_init(void)
 
         driver->driver_name = "ircomm";
         driver->name = "ircomm";
+ driver->devfs_name = "ircomm";
         driver->major = IRCOMM_TTY_MAJOR;
         driver->minor_start = IRCOMM_TTY_MINOR;
         driver->type = TTY_DRIVER_TYPE_SERIAL;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:33 EST