<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>148524</bug_id>
          
          <creation_ts>2006-09-21 08:51 0000</creation_ts>
          <short_desc>Add 2.6.18 kernel support to net-dialup/ltmodem</short_desc>
          <delta_ts>2006-09-21 14:28:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          <bug_file_loc>http://svn.sabayonlinux.org/listing.php?repname=SL+Overlay&amp;path=%2Fnet-dialup%2Fltmodem%2F#_net-dialup_ltmodem_</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>148429</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>lxnay@lxnaydesign.net</reporter>
          <assigned_to>net-dialup@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>lxnay@lxnaydesign.net</who>
            <bug_when>2006-09-21 08:51:05 0000</bug_when>
            <thetext>It&apos;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         = &quot;ltserial&quot;,
 #ifdef LT_USE_OLD_NAMES
-      .devfs_name   = &quot;tts/LT&quot;,
       .dev_name       = &quot;ttyLT&quot;,
 #else
-      .devfs_name   = &quot;tts/LTM&quot;,
       .dev_name       = &quot;ttyLTM&quot;,
 #endif
       .major                  = 62,</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mrness@gentoo.org</who>
            <bug_when>2006-09-21 12:09:57 0000</bug_when>
            <thetext>I&apos;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             = &quot;tts/LT&quot;,
        .dev_name               = &quot;ttyLT&quot;,
 #else
+#      if (LINUX_VERSION_CODE &lt; KERNEL_VERSION(2,6,18))
        .devfs_name             = &quot;tts/LTM&quot;,
+#      endif
        .dev_name               = &quot;ttyLTM&quot;,
 #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).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>lxnay@lxnaydesign.net</who>
            <bug_when>2006-09-21 14:28:46 0000</bug_when>
            <thetext>very good :) well done.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>