diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 08:30:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 08:30:12 +0000 |
commit | b860f81b051da13109ef091d25a06b20dc8b9bd6 (patch) | |
tree | b3acc3d0501c447364217bad150fb45814996467 /meta/packages/bluez | |
parent | e60d22e695c51cc6e5d4e3755d25e079184ce8d4 (diff) | |
download | poky-b860f81b051da13109ef091d25a06b20dc8b9bd6.tar.gz |
bluez: dropped files used by other distros
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2707 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/bluez')
-rw-r--r-- | meta/packages/bluez/files/openmn/bluetooth.default | 37 | ||||
-rw-r--r-- | meta/packages/bluez/files/openmn/hcid.conf | 70 | ||||
-rw-r--r-- | meta/packages/bluez/files/openzaurus/bluetooth.default | 37 | ||||
-rw-r--r-- | meta/packages/bluez/files/slugos/bluetooth.default | 37 | ||||
-rw-r--r-- | meta/packages/bluez/files/slugos/hcid.conf | 70 |
5 files changed, 0 insertions, 251 deletions
diff --git a/meta/packages/bluez/files/openmn/bluetooth.default b/meta/packages/bluez/files/openmn/bluetooth.default deleted file mode 100644 index 06c52d7960..0000000000 --- a/meta/packages/bluez/files/openmn/bluetooth.default +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Bluetooth configuraton file | ||
2 | |||
3 | # Start of hcid (allowed values are "true" and "false") | ||
4 | HCID_ENABLE=true | ||
5 | |||
6 | # Config file for hcid | ||
7 | HCID_CONFIG="/etc/bluetooth/hcid.conf" | ||
8 | |||
9 | # Start sdpd (allowed values are "true" and "false") | ||
10 | SDPD_ENABLE=false | ||
11 | |||
12 | # Start hidd (allowed values are "true" and "false") | ||
13 | HIDD_ENABLE=false | ||
14 | |||
15 | # Arguments to hidd | ||
16 | HIDD_OPTIONS="" | ||
17 | |||
18 | # Run hid2hci (allowed values are "true" and "false") | ||
19 | HID2HCI_ENABLE=false | ||
20 | |||
21 | # Bind rfcomm devices (allowed values are "true" and "false") | ||
22 | RFCOMM_ENABLE=false | ||
23 | |||
24 | # Config file for rfcomm | ||
25 | RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" | ||
26 | |||
27 | # Start dund (allowed values are "true" and "false") | ||
28 | DUND_ENABLE=false | ||
29 | |||
30 | # Arguments to dund | ||
31 | DUND_OPTIONS="--listen --persist" | ||
32 | |||
33 | # Start pand (allowed values are "true" and "false") | ||
34 | PAND_ENABLE=false | ||
35 | |||
36 | # Arguments to pand | ||
37 | PAND_OPTIONS="--listen --role NAP" | ||
diff --git a/meta/packages/bluez/files/openmn/hcid.conf b/meta/packages/bluez/files/openmn/hcid.conf deleted file mode 100644 index 46a5d5fd54..0000000000 --- a/meta/packages/bluez/files/openmn/hcid.conf +++ /dev/null | |||
@@ -1,70 +0,0 @@ | |||
1 | # | ||
2 | # HCI daemon configuration file. | ||
3 | # | ||
4 | # $Id: hcid.conf,v 1.4 2004/04/29 20:14:21 holtmann Exp $ | ||
5 | # | ||
6 | |||
7 | # HCId options | ||
8 | options { | ||
9 | # Automatically initialize new devices | ||
10 | autoinit yes; | ||
11 | |||
12 | # Security Manager mode | ||
13 | # none - Security manager disabled | ||
14 | # auto - Use local PIN for incoming connections | ||
15 | # user - Always ask user for a PIN | ||
16 | # | ||
17 | security auto; | ||
18 | |||
19 | # Pairing mode | ||
20 | # none - Pairing disabled | ||
21 | # multi - Allow pairing with already paired devices | ||
22 | # once - Pair once and deny successive attempts | ||
23 | pairing multi; | ||
24 | |||
25 | # PIN helper | ||
26 | # pin_helper /bin/bluepin; | ||
27 | |||
28 | # D-Bus PIN helper | ||
29 | # dbus_pin_helper; | ||
30 | } | ||
31 | |||
32 | # Default settings for HCI devices | ||
33 | device { | ||
34 | # Local device name | ||
35 | # %d - device id | ||
36 | # %h - host name | ||
37 | name "%h"; | ||
38 | |||
39 | # Local device class | ||
40 | class 0x820100; | ||
41 | |||
42 | # Default packet type | ||
43 | #pkt_type DH1,DM1,HV1; | ||
44 | |||
45 | # Inquiry and Page scan | ||
46 | iscan enable; pscan enable; | ||
47 | |||
48 | # Default link mode | ||
49 | # none - no specific policy | ||
50 | # accept - always accept incoming connections | ||
51 | # master - become master on incoming connections, | ||
52 | # deny role switch on outgoing connections | ||
53 | # | ||
54 | lm accept,master; | ||
55 | |||
56 | # Default link policy | ||
57 | # none - no specific policy | ||
58 | # rswitch - allow role switch | ||
59 | # hold - allow hold mode | ||
60 | # sniff - allow sniff mode | ||
61 | # park - allow park mode | ||
62 | # | ||
63 | #lp hold,sniff; | ||
64 | # | ||
65 | lp rswitch,hold,sniff,park; | ||
66 | |||
67 | # Authentication and Encryption | ||
68 | auth enable; | ||
69 | encrypt enable; | ||
70 | } | ||
diff --git a/meta/packages/bluez/files/openzaurus/bluetooth.default b/meta/packages/bluez/files/openzaurus/bluetooth.default deleted file mode 100644 index e63ab137cc..0000000000 --- a/meta/packages/bluez/files/openzaurus/bluetooth.default +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Bluetooth configuraton file | ||
2 | |||
3 | # Start of hcid (allowed values are "true" and "false") | ||
4 | HCID_ENABLE=true | ||
5 | |||
6 | # Config file for hcid | ||
7 | HCID_CONFIG="/etc/bluetooth/hcid.conf" | ||
8 | |||
9 | # Start sdpd (allowed values are "true" and "false") | ||
10 | SDPD_ENABLE=true | ||
11 | |||
12 | # Start hidd (allowed values are "true" and "false") | ||
13 | HIDD_ENABLE=false | ||
14 | |||
15 | # Arguments to hidd | ||
16 | HIDD_OPTIONS="" | ||
17 | |||
18 | # Run hid2hci (allowed values are "true" and "false") | ||
19 | HID2HCI_ENABLE=true | ||
20 | |||
21 | # Bind rfcomm devices (allowed values are "true" and "false") | ||
22 | RFCOMM_ENABLE=true | ||
23 | |||
24 | # Config file for rfcomm | ||
25 | RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" | ||
26 | |||
27 | # Start dund (allowed values are "true" and "false") | ||
28 | DUND_ENABLE=false | ||
29 | |||
30 | # Arguments to dund | ||
31 | DUND_OPTIONS="--listen --persist" | ||
32 | |||
33 | # Start pand (allowed values are "true" and "false") | ||
34 | PAND_ENABLE=false | ||
35 | |||
36 | # Arguments to pand | ||
37 | PAND_OPTIONS="--listen --role NAP" | ||
diff --git a/meta/packages/bluez/files/slugos/bluetooth.default b/meta/packages/bluez/files/slugos/bluetooth.default deleted file mode 100644 index 10f628e314..0000000000 --- a/meta/packages/bluez/files/slugos/bluetooth.default +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | # Bluetooth configuraton file | ||
2 | |||
3 | # Start of hcid (allowed values are "true" and "false") | ||
4 | HCID_ENABLE=true | ||
5 | |||
6 | # Config file for hcid | ||
7 | HCID_CONFIG="/etc/bluetooth/hcid.conf" | ||
8 | |||
9 | # Start sdpd (allowed values are "true" and "false") | ||
10 | SDPD_ENABLE=true | ||
11 | |||
12 | # Start hidd (allowed values are "true" and "false") | ||
13 | HIDD_ENABLE=false | ||
14 | |||
15 | # Arguments to hidd | ||
16 | HIDD_OPTIONS="" | ||
17 | |||
18 | # Run hid2hci (allowed values are "true" and "false") | ||
19 | HID2HCI_ENABLE=false | ||
20 | |||
21 | # Bind rfcomm devices (allowed values are "true" and "false") | ||
22 | RFCOMM_ENABLE=true | ||
23 | |||
24 | # Config file for rfcomm | ||
25 | RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" | ||
26 | |||
27 | # Start dund (allowed values are "true" and "false") | ||
28 | DUND_ENABLE=true | ||
29 | |||
30 | # Arguments to dund | ||
31 | DUND_OPTIONS="--listen --persist" | ||
32 | |||
33 | # Start pand (allowed values are "true" and "false") | ||
34 | PAND_ENABLE=true | ||
35 | |||
36 | # Arguments to pand | ||
37 | PAND_OPTIONS="--listen --role NAP" | ||
diff --git a/meta/packages/bluez/files/slugos/hcid.conf b/meta/packages/bluez/files/slugos/hcid.conf deleted file mode 100644 index 46a5d5fd54..0000000000 --- a/meta/packages/bluez/files/slugos/hcid.conf +++ /dev/null | |||
@@ -1,70 +0,0 @@ | |||
1 | # | ||
2 | # HCI daemon configuration file. | ||
3 | # | ||
4 | # $Id: hcid.conf,v 1.4 2004/04/29 20:14:21 holtmann Exp $ | ||
5 | # | ||
6 | |||
7 | # HCId options | ||
8 | options { | ||
9 | # Automatically initialize new devices | ||
10 | autoinit yes; | ||
11 | |||
12 | # Security Manager mode | ||
13 | # none - Security manager disabled | ||
14 | # auto - Use local PIN for incoming connections | ||
15 | # user - Always ask user for a PIN | ||
16 | # | ||
17 | security auto; | ||
18 | |||
19 | # Pairing mode | ||
20 | # none - Pairing disabled | ||
21 | # multi - Allow pairing with already paired devices | ||
22 | # once - Pair once and deny successive attempts | ||
23 | pairing multi; | ||
24 | |||
25 | # PIN helper | ||
26 | # pin_helper /bin/bluepin; | ||
27 | |||
28 | # D-Bus PIN helper | ||
29 | # dbus_pin_helper; | ||
30 | } | ||
31 | |||
32 | # Default settings for HCI devices | ||
33 | device { | ||
34 | # Local device name | ||
35 | # %d - device id | ||
36 | # %h - host name | ||
37 | name "%h"; | ||
38 | |||
39 | # Local device class | ||
40 | class 0x820100; | ||
41 | |||
42 | # Default packet type | ||
43 | #pkt_type DH1,DM1,HV1; | ||
44 | |||
45 | # Inquiry and Page scan | ||
46 | iscan enable; pscan enable; | ||
47 | |||
48 | # Default link mode | ||
49 | # none - no specific policy | ||
50 | # accept - always accept incoming connections | ||
51 | # master - become master on incoming connections, | ||
52 | # deny role switch on outgoing connections | ||
53 | # | ||
54 | lm accept,master; | ||
55 | |||
56 | # Default link policy | ||
57 | # none - no specific policy | ||
58 | # rswitch - allow role switch | ||
59 | # hold - allow hold mode | ||
60 | # sniff - allow sniff mode | ||
61 | # park - allow park mode | ||
62 | # | ||
63 | #lp hold,sniff; | ||
64 | # | ||
65 | lp rswitch,hold,sniff,park; | ||
66 | |||
67 | # Authentication and Encryption | ||
68 | auth enable; | ||
69 | encrypt enable; | ||
70 | } | ||