public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] bluetooth.init enhance
@ 2004-07-10 10:16 Bc. Michal Semler
  2004-07-10 10:45 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Bc. Michal Semler @ 2004-07-10 10:16 UTC (permalink / raw)
  To: bluez-users

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-10 11:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-10 10:16 [Bluez-users] bluetooth.init enhance Bc. Michal Semler
2004-07-10 10:45 ` Marcel Holtmann
2004-07-10 10:51   ` Bc. Michal Semler
2004-07-10 11:01     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox