]> git.pld-linux.org Git - packages/dev.git/commitdiff
- added /dev/ttySL0 c 212 0 for Smart Link soft modem
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 Dec 2002 09:55:32 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.110

dev.spec

index 0cc4904ab38b1a3dbd08d5e9a585aa7a05c96510..4057d9524f47fa23d3902df6b0ada3ff604d318d 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -348,6 +348,8 @@ done
 
 # ltmodem
 mknode ttyLT0 c 62 64
+# Smart Link soft modem
+mknode ttySL0 c 212 0
 
 # XFree86-nvidia-kernel a.k.a. kernel(-smp)-video-nvidia
 for i in 0 1 2 3; do
@@ -650,6 +652,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(664,root,ttyS) /dev/ttyS*
 %attr(664,root,ttyS) /dev/ttyLT*
+%attr(664,root,ttyS) /dev/ttySL*
 
 %attr(666,root,tty) /dev/ttya*
 %attr(666,root,tty) /dev/ttyb*
This page took 0.093948 seconds and 4 git commands to generate.