* [Bluez-users] "Connect" button on Logitech bluetooth receiver
@ 2006-11-08 21:00 Paul LeoNerd Evans
2006-11-13 8:14 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Paul LeoNerd Evans @ 2006-11-08 21:00 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 1080 bytes --]
I've got a Logitech bluetooth keyboard/mouse combo that comes with a
charging base for the mouse, which server also as the BT receiver. On it
is a button marked "connect".
When the receiver is working in "I'll do the bluetooth bit and just
pretend to be a USB keyboard and mouse", this is used to connect it to
the keyboard or mouse in question. When it is running as a real Bluetooth
receiver with the HID being done by Linux, this button appears to have no
effect.
I was wondering whether it might be possible to watch for this button
being pressed, and if so, trigger a
hidd --search
command.
I ask because sometimes lately I've noticed the keyboard and/or mouse
will become disconnected, requiring the above command to be run
simultaneously to pressing the "connect" button on the keyboard/mouse.
When the mouse has done that, not too difficult. But if the keyboard
goes, it's obviously more difficult to recover :)
--
Paul "LeoNerd" Evans
leonerd@leonerd.org.uk
ICQ# 4135350 | Registered Linux# 179460
http://www.leonerd.org.uk/
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
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
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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] "Connect" button on Logitech bluetooth receiver
2006-11-08 21:00 [Bluez-users] "Connect" button on Logitech bluetooth receiver Paul LeoNerd Evans
@ 2006-11-13 8:14 ` Marcel Holtmann
2006-11-13 10:07 ` Stefan Seyfried
2006-11-13 22:39 ` Paul LeoNerd Evans
0 siblings, 2 replies; 4+ messages in thread
From: Marcel Holtmann @ 2006-11-13 8:14 UTC (permalink / raw)
To: BlueZ users
Hi Paul,
> I've got a Logitech bluetooth keyboard/mouse combo that comes with a
> charging base for the mouse, which server also as the BT receiver. On it
> is a button marked "connect".
>
> When the receiver is working in "I'll do the bluetooth bit and just
> pretend to be a USB keyboard and mouse", this is used to connect it to
> the keyboard or mouse in question. When it is running as a real Bluetooth
> receiver with the HID being done by Linux, this button appears to have no
> effect.
>
> I was wondering whether it might be possible to watch for this button
> being pressed, and if so, trigger a
>
> hidd --search
>
> command.
I personally don't think that this button event is reported through HID
in any way. So we can't react on it.
> I ask because sometimes lately I've noticed the keyboard and/or mouse
> will become disconnected, requiring the above command to be run
> simultaneously to pressing the "connect" button on the keyboard/mouse.
> When the mouse has done that, not too difficult. But if the keyboard
> goes, it's obviously more difficult to recover :)
A Bluetooth mouse and keyboard re-connects to you after the initial
connect. Make sure "hidd --server" is running to accept these connects.
Regards
Marcel
-------------------------------------------------------------------------
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-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] "Connect" button on Logitech bluetooth receiver
2006-11-13 8:14 ` Marcel Holtmann
@ 2006-11-13 10:07 ` Stefan Seyfried
2006-11-13 22:39 ` Paul LeoNerd Evans
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Seyfried @ 2006-11-13 10:07 UTC (permalink / raw)
To: BlueZ users
Hi Marcel,
On Mon, Nov 13, 2006 at 09:14:54AM +0100, Marcel Holtmann wrote:
> Hi Paul,
=
> > I ask because sometimes lately I've noticed the keyboard and/or mouse
> > will become disconnected, requiring the above command to be run
> > simultaneously to pressing the "connect" button on the keyboard/mouse.
> > When the mouse has done that, not too difficult. But if the keyboard
> > goes, it's obviously more difficult to recover :)
> =
> A Bluetooth mouse and keyboard re-connects to you after the initial
> connect. Make sure "hidd --server" is running to accept these connects.
Although this is generally true and works fine for me most of the time
(going away on vacation, coming back 10 days later and the keyboard/mouse
reconnects immediately), sometimes it fails. Then i have to massage the
system quite a bit (replug the BT dongle, multiple hidd --search and
pressing the connect button on the keyboard/mouse required until it
suddenly works again).
So there might still be a bug in there. Unfortunately i was unable to
reproduce it (and in the way of doing so write down what i _exactly_
had to do to get it working) and after me fixing it in "headless chicken
mode" the logs are probably too polluted to be useful.
If i encounter it the next time, i try to be more careful and capture
hcidump -V -X etc.
Oh - and it seems to happen more often on some hardware (never had it
on my epox CSR based keyboard/mouse, but the Microsoft BT Desktop shows
it more often). Generally, this seems to be happen less frequently with
a recent system than, say, a year ago.
-- =
Stefan Seyfried
QA / R&D Team Mobile Devices | "Any ideas, John?"
SUSE LINUX Products GmbH, N=FCrnberg | "Well, surrounding them's out." =
-------------------------------------------------------------------------
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 easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
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] "Connect" button on Logitech bluetooth receiver
2006-11-13 8:14 ` Marcel Holtmann
2006-11-13 10:07 ` Stefan Seyfried
@ 2006-11-13 22:39 ` Paul LeoNerd Evans
1 sibling, 0 replies; 4+ messages in thread
From: Paul LeoNerd Evans @ 2006-11-13 22:39 UTC (permalink / raw)
To: BlueZ users; +Cc: marcel
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
On Mon, 13 Nov 2006 09:14:54 +0100
Marcel Holtmann <marcel@holtmann.org> wrote:
> I personally don't think that this button event is reported through HID
> in any way. So we can't react on it.
Perhaps a question for the USB people?
--
Paul "LeoNerd" Evans
leonerd@leonerd.org.uk
ICQ# 4135350 | Registered Linux# 179460
http://www.leonerd.org.uk/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-13 22:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 21:00 [Bluez-users] "Connect" button on Logitech bluetooth receiver Paul LeoNerd Evans
2006-11-13 8:14 ` Marcel Holtmann
2006-11-13 10:07 ` Stefan Seyfried
2006-11-13 22:39 ` Paul LeoNerd Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox