* [Bluez-users] hidp and hidd related bugs
@ 2004-05-11 22:30 Michal Semler
2004-05-12 13:21 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Michal Semler @ 2004-05-11 22:30 UTC (permalink / raw)
To: bluez-users
Hi Marcel,
I did little research and here is output:
keys which are not reported in xev:
Eigene Dateien
Eigene Bilder
Eigene Musik
Messenger
Abmelden
Reported badly
Rechner is reported like Pause
Standby like Print
Do you want send keycodes which reports bthid in 2.4.26 to have the same
hotkeys events?
hidd --killall wants atribute BDADDR
Michal
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
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] hidp and hidd related bugs
2004-05-11 22:30 [Bluez-users] hidp and hidd related bugs Michal Semler
@ 2004-05-12 13:21 ` Marcel Holtmann
2004-05-12 19:09 ` Michal Semler
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2004-05-12 13:21 UTC (permalink / raw)
To: cijoml; +Cc: BlueZ Mailing List
Hi Michal,
> I did little research and here is output:
>
> keys which are not reported in xev:
> Eigene Dateien
> Eigene Bilder
> Eigene Musik
> Messenger
> Abmelden
>
> Reported badly
> Rechner is reported like Pause
> Standby like Print
>
> Do you want send keycodes which reports bthid in 2.4.26 to have the same
> hotkeys events?
you own a german keyboard ;)
However I can't help you in that case, because I have little interest to
fix this. The HID parser that is used by the HIDP kernel module is the
same parser as in the USB HID driver. In some near future they will be
joined to use the same generic parser. The parser in bthid was written
for the Microsoft keyboard and maybe did some assumptions that are wrong
for other keyboards. Try to get the buttons work with current HIDP and
some external programs like hotkeys.
> hidd --killall wants atribute BDADDR
Silly typo. I only tested "-K" and that was working. It is fixed in CVS
now.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
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] hidp and hidd related bugs
2004-05-12 13:21 ` Marcel Holtmann
@ 2004-05-12 19:09 ` Michal Semler
2004-05-12 19:20 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: Michal Semler @ 2004-05-12 19:09 UTC (permalink / raw)
To: bluez-users
On Wednesday 12 of May 2004 15:21, Marcel Holtmann wrote:
> Hi Michal,
>
> > I did little research and here is output:
> >
> > keys which are not reported in xev:
> > Eigene Dateien
> > Eigene Bilder
> > Eigene Musik
> > Messenger
> > Abmelden
> >
> > Reported badly
> > Rechner is reported like Pause
> > Standby like Print
> >
> > Do you want send keycodes which reports bthid in 2.4.26 to have the same
> > hotkeys events?
>
> you own a german keyboard ;)
Yes :) Microsoft don't sell it on our market and boarder is so near... :)
>
> However I can't help you in that case, because I have little interest to
> fix this. The HID parser that is used by the HIDP kernel module is the
> same parser as in the USB HID driver.
I know, I looked at it to fix it, but it's silly. When I use table from bthid,
colona doesn't work as with bthid - as expected :) I'll have time to make
closer look after graduate...
> In some near future they will be
> joined to use the same generic parser. The parser in bthid was written
> for the Microsoft keyboard and maybe did some assumptions that are wrong
> for other keyboards.
I have MS keyboard :)
> Try to get the buttons work with current HIDP and
> some external programs like hotkeys.
I described problem with hidp - with bthid only colona key doesn't work
>
> > hidd --killall wants atribute BDADDR
>
> Silly typo. I only tested "-K" and that was working. It is fixed in CVS
> now.
Nice :)
I find out, that l2ping pings from 200 not 0 - you remembered to include my
minor fix
>
> Regards
>
> Marcel
Michal
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
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] hidp and hidd related bugs
2004-05-12 19:09 ` Michal Semler
@ 2004-05-12 19:20 ` Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-05-12 19:20 UTC (permalink / raw)
To: cijoml; +Cc: BlueZ Mailing List
Hi Michal,
> I find out, that l2ping pings from 200 not 0 - you remembered to include my
> minor fix
I reverted it, because of this
/* Get next available identificator.
* 1 - 199 are used by kernel.
* 200 - 254 are used by utilities like l2ping, etc
*/
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
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-05-12 19:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-11 22:30 [Bluez-users] hidp and hidd related bugs Michal Semler
2004-05-12 13:21 ` Marcel Holtmann
2004-05-12 19:09 ` Michal Semler
2004-05-12 19:20 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox