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

* Re: [Bluez-users] bluetooth.init enhance
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-07-10 10:45 UTC (permalink / raw)
  To: cijoml; +Cc: BlueZ Mailing List

Hi Michal,

> 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)

this is nice, but there exists already a backport of HIDP for 2.4 and I
submitted the HIDP support with boot protocol only for inclusion into
2.6 and my plan is to include the same into 2.4.28 and my patches if I
found time to do this.

Regards

Marcel




-------------------------------------------------------
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

* Re: [Bluez-users] bluetooth.init enhance
  2004-07-10 10:45 ` Marcel Holtmann
@ 2004-07-10 10:51   ` Bc. Michal Semler
  2004-07-10 11:01     ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Bc. Michal Semler @ 2004-07-10 10:51 UTC (permalink / raw)
  To: bluez-users

On Saturday 10 of July 2004 12:45, you wrote:
> Hi Michal,
>
> > 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)
>
> this is nice, but there exists already a backport of HIDP for 2.4 and I
> submitted the HIDP support with boot protocol only for inclusion into
> 2.6 and my plan is to include the same into 2.4.28 and my patches if I
> found time to do this.

Hmmm :) Few mounths ago you posted into mailing list that you don't plan to 
port hidp into 2.4. It's nice to hear that you changed your opinion :)

M.

>
> Regards
>
> Marcel


-------------------------------------------------------
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

* Re: [Bluez-users] bluetooth.init enhance
  2004-07-10 10:51   ` Bc. Michal Semler
@ 2004-07-10 11:01     ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-07-10 11:01 UTC (permalink / raw)
  To: cijoml; +Cc: BlueZ Mailing List

Hi Michal,

> > this is nice, but there exists already a backport of HIDP for 2.4 and I
> > submitted the HIDP support with boot protocol only for inclusion into
> > 2.6 and my plan is to include the same into 2.4.28 and my patches if I
> > found time to do this.
> 
> Hmmm :) Few mounths ago you posted into mailing list that you don't plan to 
> port hidp into 2.4. It's nice to hear that you changed your opinion :)

I don't really planned it, but at that point I also had no plans for the
boot protocol mode. The broken EPoX devices convinced me otherwise and
so a least the boot protocol mode should be possible for 2.4, but don't
ask me how soon I will do that. Is there anyone else who will fill this
gap right now?

Regards

Marcel




-------------------------------------------------------
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