]> git.pld-linux.org Git - packages/dev.git/commitdiff
- added first 16 rfcomm devices dev-2_8_0-33
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2003 12:02:25 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.114

dev.spec

index 25d1cc8999189cb191b034eddac80fa4897f80fd..704b895d82a15aa66c8acfca7553a4398339d8f4 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,7 +5,7 @@ Summary(pl):    Pliki specjalne /dev/*
 Summary(tr):   /dev dizini
 Name:          dev
 Version:       2.8.0
-Release:       32
+Release:       33
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -397,6 +397,12 @@ mknode usb/rio500 c 180 64
 mknode usb/tkpanel0 c 180 180
 mknode usb/tkpanel1 c 180 181
 
+# rfcomm (Bluetooth stack) - the same numbers as ttyUBx,
+# but rfcomm refers to these names
+for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
+       mknode rfcomm$i c 216 $i
+done
+
 # more ttys (12 may be not sufficient)
 for i in 13 14 15 16 17 18 19 20 21 22 23 24; do
        mknode tty$i c 4 $i
@@ -604,6 +610,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(644,root,root) /dev/random
 %attr(660,root,disk) /dev/rawqft*
+%attr(664,root,ttyS) /dev/rfcomm*
 %attr(660,root,disk) /dev/rft*
 %attr(660,root,audio) /dev/rmidi*
 %attr(660,root,disk) /dev/rmt*
This page took 0.110562 seconds and 4 git commands to generate.