First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 148524
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Dialup Developers <net-dialup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fabio Erculiani <lxnay@lxnaydesign.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 148524 depends on: Show dependency tree
Bug 148524 blocks: 148429
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-21 08:51 0000
It's in the SabayonLinux SVN, added 2.6.18-devfs.patch

--- serial.c~  2005-12-12 02:07:17.000000000 +0100
+++ serial.c   2006-07-07 11:52:49.000000000 +0200
@@ -729,10 +729,8 @@
       .owner                  = THIS_MODULE,
       .driver_name         = "ltserial",
 #ifdef LT_USE_OLD_NAMES
-      .devfs_name   = "tts/LT",
       .dev_name       = "ttyLT",
 #else
-      .devfs_name   = "tts/LTM",
       .dev_name       = "ttyLTM",
 #endif
       .major                  = 62,

------- Comment #1 From Alin Năstac 2006-09-21 12:09:57 0000 -------
I've fixed with a better patch:
diff -Nru ltmodem-2.6-alk-8.orig/serial.c ltmodem-2.6-alk-8/serial.c
--- ltmodem-2.6-alk-8.orig/serial.c     2005-12-12 03:07:17.000000000 +0200
+++ ltmodem-2.6-alk-8/serial.c  2006-09-21 21:53:08.055717500 +0300
@@ -732,7 +732,9 @@
        .devfs_name             = "tts/LT",
        .dev_name               = "ttyLT",
 #else
+#      if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18))
        .devfs_name             = "tts/LTM",
+#      endif
        .dev_name               = "ttyLTM",
 #endif
        .major                  = 62,

This and the old module_param patch have been merged into kernel-changes.patch.

Fixed without revision bump (users rebuild the external modules anyway).

------- Comment #2 From Fabio Erculiani 2006-09-21 14:28:46 0000 -------
very good :) well done.

First Last Prev Next    No search results available      Search page      Enter new bug