[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Patch for Keyspan USB-serial adapter...
- From: Randy Zagar <jrzagar cactus org>
- To: fedora-devel-list redhat com
- Subject: Patch for Keyspan USB-serial adapter...
- Date: 21 Jan 2004 23:53:29 -0600
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
--- 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
#
diff -Naur linux-2.4.22/drivers/usb/serial/keyspan.c linux-2.4.22-modified/drivers/usb/serial/keyspan.c
--- linux-2.4.22/drivers/usb/serial/keyspan.c Fri Jun 13 07:51:37 2003
+++ linux-2.4.22-modified/drivers/usb/serial/keyspan.c Tue Sep 30 16:09:48 2003
@@ -28,6 +28,9 @@
Change History
+ 2003sep04 LPM (Keyspan) add support for new single port product USA19HS
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]