From: "Bc. Michal Semler" <cijoml@volny.cz>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] bluetooth.init enhance
Date: Sat, 10 Jul 2004 12:16:11 +0200 [thread overview]
Message-ID: <200407101216.11706.cijoml@volny.cz> (raw)
Hi Marcel,
maybe you should tweak this script little bit:
add this into HIDD start section to allow others to use hidd and bthid at the
same time, if they have bthid from CVS (I know you want remove it at all, but
now in 2.4 we don't have any other way to use hid devices)
case `uname -r` in
1.*)
echo "This kernel does not support BlueZ"
exit 255
;;
2.[01235].*)
echo "This kernel does not support BlueZ"
exit 255
;;
2.4.*)
if [ -x /opt/bluetooth/sbin/bthid ] ; then
/opt/bluetooth/sbin/bthid -d
echo -n " hidd"
fi
;;
2.[6].*)
if [ -x "$HIDD" ] ; then
"$HIDD" --server
echo -n " hidd"
fi
;;
*)
# Huh?
echo "Unrecognized kernel version"
exit 255
;;
esac
Michal
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next reply other threads:[~2004-07-10 10:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-10 10:16 Bc. Michal Semler [this message]
2004-07-10 10:45 ` [Bluez-users] bluetooth.init enhance Marcel Holtmann
2004-07-10 10:51 ` Bc. Michal Semler
2004-07-10 11:01 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200407101216.11706.cijoml@volny.cz \
--to=cijoml@volny.cz \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox