* [Bluez-devel] bluez-utils vs patches
@ 2006-05-04 12:28 Charles Majola
2006-05-04 23:50 ` David Woodhouse
0 siblings, 1 reply; 4+ messages in thread
From: Charles Majola @ 2006-05-04 12:28 UTC (permalink / raw)
To: bluez-devel
Hi all,
After a lot of testing and user input is seems that applying the patches
from git://.. ../holtmann/bluetooth-2.6.git bluez-utils blocks the
functionality of HID devices. disabling bluez-utils get everything to
work fine. dunno how to report this as a bug as of yet.
please see http://ubuntuforums.org/showthread.php?t=142987 and
http://ubuntuforums.org/showthread.php?t=143388
Regards
chmj
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] bluez-utils vs patches
2006-05-04 12:28 [Bluez-devel] bluez-utils vs patches Charles Majola
@ 2006-05-04 23:50 ` David Woodhouse
2006-05-05 6:09 ` Charles Majola
0 siblings, 1 reply; 4+ messages in thread
From: David Woodhouse @ 2006-05-04 23:50 UTC (permalink / raw)
To: bluez-devel
On Thu, 2006-05-04 at 14:28 +0200, Charles Majola wrote:
> After a lot of testing and user input is seems that applying the
> patches from git://.. ../holtmann/bluetooth-2.6.git bluez-utils blocks
> the functionality of HID devices. disabling bluez-utils get everything
> to work fine. dunno how to report this as a bug as of yet.
The problem seems to be just that we switch the Bluetooth device from
HID mode, where it automatically connects with the remote keyboard and
mouse, to HCI mode, where it expects _us_ to do that. And we don't
actually manage to reconnect to the existing keyboard and mouse.
Bluetooth HID devices _do_ work, to a certain extent, but not without
manually repairing the devices, I believe. We don't have it working
transparently, because I don't think we know how.
I suspect there must be a way to query a device in HID mode and find out
which remote HID devices it's connected to -- then we can immediately
try to reconnect to those devices after we switch to HCI mode. Or
there's something else we're missing.
--
dwmw2
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] bluez-utils vs patches
2006-05-04 23:50 ` David Woodhouse
@ 2006-05-05 6:09 ` Charles Majola
2006-05-05 21:13 ` David Woodhouse
0 siblings, 1 reply; 4+ messages in thread
From: Charles Majola @ 2006-05-05 6:09 UTC (permalink / raw)
To: bluez-devel
David Woodhouse wrote:
> On Thu, 2006-05-04 at 14:28 +0200, Charles Majola wrote:
>
>> After a lot of testing and user input is seems that applying the
>> patches from git://.. ../holtmann/bluetooth-2.6.git bluez-utils blocks
>> the functionality of HID devices. disabling bluez-utils get everything
>> to work fine. dunno how to report this as a bug as of yet.
>>
>
> The problem seems to be just that we switch the Bluetooth device from
> HID mode, where it automatically connects with the remote keyboard and
> mouse, to HCI mode, where it expects _us_ to do that. And we don't
> actually manage to reconnect to the existing keyboard and mouse.
>
> Bluetooth HID devices _do_ work, to a certain extent, but not without
> manually repairing the devices, I believe. We don't have it working
> transparently, because I don't think we know how.
>
We can have a GUI or something to manage the device, so that by default
we leave the device in HID mode and the user can manually change it to
HCI and start a HID daemon.
> I suspect there must be a way to query a device in HID mode and find out
> which remote HID devices it's connected to -- then we can immediately
> try to reconnect to those devices after we switch to HCI mode. Or
> there's something else we're missing.
>
>
I suppose we can do that.
--
chmj
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] bluez-utils vs patches
2006-05-05 6:09 ` Charles Majola
@ 2006-05-05 21:13 ` David Woodhouse
0 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2006-05-05 21:13 UTC (permalink / raw)
To: bluez-devel
On Fri, 2006-05-05 at 08:09 +0200, Charles Majola wrote:
> We can have a GUI or something to manage the device, so that by default
> we leave the device in HID mode and the user can manually change it to
> HCI and start a HID daemon.
Yes, that might work. You have to click the button in the GUI and then
stick both your bluetooth keyboard and mouse into 'discoverable' mode so
that they get picked up. It's a complete PITA though, and there _has_ to
be a better way. MacOS manages it better than this.
--
dwmw2
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-05-05 21:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-04 12:28 [Bluez-devel] bluez-utils vs patches Charles Majola
2006-05-04 23:50 ` David Woodhouse
2006-05-05 6:09 ` Charles Majola
2006-05-05 21:13 ` David Woodhouse
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.