Patch for Keyspan USB-serial adapter...

Randy Zagar jrzagar at cactus.org
Thu Jan 22 05:53:29 UTC 2004


I have been testing Fedora core/1 on a Dell Inspiron 5100 for the past
few weeks, and most things have gone well.  Recently, however, I tried
using a keyspan usb-to-serial adapter, because the Inspiron 5100 has no
serial ports, and found that the current 2.4.22-1.2249.nptl kernel
doesn't completely support this device.

The attached patch files include changes to the kernel-2.4.spec file and
a patch file from the vendor:

    http://www.keyspan.com/support/linux/files/currentversion/patch/

With these changes the kernel recognizes the device, uploads the
firmware, and registers the new serial port as /dev/ttyUSB0.

Just my $0.02,

-Randy
-------------- next part --------------
--- kernel-2.4.spec-save	2004-01-21 12:34:01.000000000 -0600
+++ kernel-2.4.spec	2004-01-21 12:39:36.000000000 -0600
@@ -25,7 +25,7 @@
 # that the kernel isn't the stock RHL kernel, for example by
 # adding some text to the end of the version number.
 #
-%define release %(R="$Revision: 1.2149 $"; RR="${R##: }"; echo ${RR%%?}).nptl
+%define release %(R="$Revision: 1.2149 $"; RR="${R##: }"; echo ${RR%%?}).nptl.1
 %define sublevel 22
 %define kversion 2.4.%{sublevel}
 # /usr/src/%{kslnk} -> /usr/src/linux-%{KVERREL}
@@ -288,6 +288,7 @@
 Patch5191: linux-2.4.2-cipe.patch
 Patch5192: linux-2.4.9-cipenat.patch
 Patch5193: linux-2.4.18-cipe-moreinterfaces.patch
+Patch5201: linux-2.4.22-keyspan.patch
 
 #
 # Patches 6000 and later are reserved for %if {something} patches
@@ -852,6 +853,9 @@
 %patch5192 -p1
 %patch5193 -p1
 
+# Keyspan USB-serial adapter
+%patch5201 -p1
+
 #
 # Soundblaster Live! Audigy driver
 #
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linux-2.4.22-keyspan.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20040121/68aad9dc/attachment-0002.bin 


More information about the devel mailing list