* [Bluez-users] bthid,ppc,sdp
@ 2004-05-18 22:24 Sunnan
2004-05-19 9:04 ` Marcel Holtmann
2004-05-19 21:21 ` Ben Wilson
0 siblings, 2 replies; 6+ messages in thread
From: Sunnan @ 2004-05-18 22:24 UTC (permalink / raw)
To: bluez-users
I've been away from the "under-the-cover" part of geekdom for a while,
including bluez-user, but on whim decided to check out the new sdp
from cvs.
I just wanted to say that my mouse (Apple Wireless Mouse) works fine
on my iBook now, and I wanted to say thanks, and I wanted to say that
I'm sorry that I couldn't be of more help.
Thanks a bunch!
Sunnan
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bthid,ppc,sdp
2004-05-18 22:24 [Bluez-users] bthid,ppc,sdp Sunnan
@ 2004-05-19 9:04 ` Marcel Holtmann
2004-05-19 21:21 ` Ben Wilson
1 sibling, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-05-19 9:04 UTC (permalink / raw)
To: Sunnan; +Cc: BlueZ Mailing List
Hi Sunnan,
> I've been away from the "under-the-cover" part of geekdom for a while,
> including bluez-user, but on whim decided to check out the new sdp
> from cvs.
>
> I just wanted to say that my mouse (Apple Wireless Mouse) works fine
> on my iBook now, and I wanted to say thanks, and I wanted to say that
> I'm sorry that I couldn't be of more help.
then go ahead and try 2.6.6-mh1 with hidd from bluez-utils-2.7. This
will be the official way of supporting Bluetooth HID devices.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bthid,ppc,sdp
2004-05-18 22:24 [Bluez-users] bthid,ppc,sdp Sunnan
2004-05-19 9:04 ` Marcel Holtmann
@ 2004-05-19 21:21 ` Ben Wilson
2004-05-19 21:37 ` Marcel Holtmann
1 sibling, 1 reply; 6+ messages in thread
From: Ben Wilson @ 2004-05-19 21:21 UTC (permalink / raw)
To: bluez-users
* On Wed, May 19, 2004 at 12:24:20AM +0200, I received from Sunnan:
> I've been away from the "under-the-cover" part of geekdom for a while,
> including bluez-user, but on whim decided to check out the new sdp
> from cvs.
>
> I just wanted to say that my mouse (Apple Wireless Mouse) works fine
> on my iBook now, and I wanted to say thanks, and I wanted to say that
> I'm sorry that I couldn't be of more help.
What kernel and bluez-libs/utils are you using?
I am still having the same problem with bthid dying when I try and
connect my MS bluetooth mouse with a PowerBook running
2.6.6-rc2.
I did try patch-2.6.6-mh1, but get the following errors:
net/built-in.o(.text+0x71360): In function `hid_output_report':
: multiple definition of `hid_output_report'
drivers/built-in.o(.text+0xf23c0): first defined here
net/built-in.o(.text+0x715f0): In function
`hid_find_field_in_report':
: multiple definition of `hid_find_field_in_report'
drivers/built-in.o(.text+0xf2650): first defined here
net/built-in.o(.text+0x714a8): In function `hid_find_field':
: multiple definition of `hid_find_field'
...(etc.)
Any ideas?
> Thanks a bunch!
>
> Sunnan
Thanks!
Ben
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-users] bthid,ppc,sdp
2004-05-19 21:21 ` Ben Wilson
@ 2004-05-19 21:37 ` Marcel Holtmann
2004-05-19 21:42 ` Ben Wilson
0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2004-05-19 21:37 UTC (permalink / raw)
To: Ben Wilson; +Cc: BlueZ Mailing List
Hi Ben,
> I did try patch-2.6.6-mh1, but get the following errors:
>
> net/built-in.o(.text+0x71360): In function `hid_output_report':
> : multiple definition of `hid_output_report'
> drivers/built-in.o(.text+0xf23c0): first defined here
> net/built-in.o(.text+0x715f0): In function
> `hid_find_field_in_report':
> : multiple definition of `hid_find_field_in_report'
> drivers/built-in.o(.text+0xf2650): first defined here
> net/built-in.o(.text+0x714a8): In function `hid_find_field':
> : multiple definition of `hid_find_field'
> ...(etc.)
build the hidp support as module, because it looks like that some
function will collide with the usbhid driver.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-05-19 23:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-18 22:24 [Bluez-users] bthid,ppc,sdp Sunnan
2004-05-19 9:04 ` Marcel Holtmann
2004-05-19 21:21 ` Ben Wilson
2004-05-19 21:37 ` Marcel Holtmann
2004-05-19 21:42 ` Ben Wilson
2004-05-19 23:05 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox