Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46591 Details for
Bug 75255
net-wireless/bluez-utils : hid2hci needs to be run first with a delay
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bluetooth-init.patch
bluetooth-init.patch (text/plain), 872 bytes, created by
Alan Swanson
on 2004-12-21 16:17:29 UTC
(
hide
)
Description:
bluetooth-init.patch
Filename:
MIME Type:
Creator:
Alan Swanson
Created:
2004-12-21 16:17:29 UTC
Size:
872 bytes
patch
obsolete
>--- bluetooth.rc 2004-10-22 09:07:20.000000000 +0100 >+++ /etc/init.d/bluetooth 2004-12-19 21:10:16.000000000 +0000 >@@ -23,6 +23,13 @@ > start() { > ebegin "Starting Bluetooth" > >+ if [ "${HID2HCI_ENABLE}" = "true" -a -x /usr/sbin/hid2hci ]; then >+ ebegin " Running hid2hci" >+ /usr/sbin/hid2hci -0 -q #be quiet >+ /bin/sleep 1 >+ eend $? >+ fi >+ > if [ "${HCID_ENABLE}" = "true" -a -x /usr/sbin/hcid ]; then > if [ -f "${HCID_CONFIG}" ]; then > ebegin " Starting hcid" >@@ -49,13 +56,6 @@ > eend $? > fi > >- >- if [ "${HID2HCI_ENABLE}" = "true" -a -x /usr/sbin/hid2hci ]; then >- ebegin " Running hid2hci" >- /usr/sbin/hid2hci -0 -q #be quiet >- eend $? >- fi >- > if [ "${RFCOMM_ENABLE}" = "true" -a -x /usr/bin/rfcomm ]; then > if [ -f "${RFCOMM_CONFIG}" ]; then > ebegin " Starting rfcomm"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75255
: 46591