public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] current state of Microsoft bluetooth mouse (scroll wheel)
@ 2005-08-18 23:04 Scott Gilliland
  2005-08-19 14:49 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Gilliland @ 2005-08-18 23:04 UTC (permalink / raw)
  To: bluez-users

I've got a "Microsoft Intellimouse Explorer for Bluetooth", and while it
does mouse properly, neither the scroll wheel or the extra buttons work.
I've just patched my kernel with patch-2.6.12-mh2.gz from
http://www.bluez.org/patches.html, and I have bluetooth-utils 18.1, but
still no luck. I get nothing out of /dev/input/mice for those buttons or
the scroll wheel. 

hidd --show output:
00:0D:3A:A3:C2:5A HID Boot Device [0000:0000] connected [boot-protocol]

Does any one have any clues? Do I need to grab something out of the
bitkeeper repository where the patch came from?

Thanks for any help,
Scott G.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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] current state of Microsoft bluetooth mouse (scroll wheel)
  2005-08-18 23:04 [Bluez-users] current state of Microsoft bluetooth mouse (scroll wheel) Scott Gilliland
@ 2005-08-19 14:49 ` Marcel Holtmann
  2005-08-19 15:58   ` Scott Gilliland
  2005-08-24 15:42   ` Scott Gilliland
  0 siblings, 2 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-08-19 14:49 UTC (permalink / raw)
  To: bluez-users

Hi Scott,

> I've got a "Microsoft Intellimouse Explorer for Bluetooth", and while it
> does mouse properly, neither the scroll wheel or the extra buttons work.
> I've just patched my kernel with patch-2.6.12-mh2.gz from
> http://www.bluez.org/patches.html, and I have bluetooth-utils 18.1, but
> still no luck. I get nothing out of /dev/input/mice for those buttons or
> the scroll wheel. 

is this the first or second genration of the mouse. I own the first
generation and it works fine in report protocol mode with my -mh patch.
The Bitkeeper repository is out of date, because we don't use Bitkeeper
anymore. The latest stuff is inside the Git repostiories at kernel.org.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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] current state of Microsoft bluetooth mouse (scroll wheel)
  2005-08-19 14:49 ` Marcel Holtmann
@ 2005-08-19 15:58   ` Scott Gilliland
  2005-08-19 15:59     ` Marcel Holtmann
  2005-08-24 15:42   ` Scott Gilliland
  1 sibling, 1 reply; 6+ messages in thread
From: Scott Gilliland @ 2005-08-19 15:58 UTC (permalink / raw)
  To: bluez-users

It doesn't actually say what version it is (so i maybe ought to assume
version 1, but you never know with M$). Is there a good way to tell if
that patch made a difference? Or should my hidd output have been
different?

Could you explain the details of "report mode" vs "boot mode"? I only
have a vauge idea of what the difference is.

Also, is this to say that if i use a git kernel, there's no reason it
shouldn't work perfectly? 

Thanks again,
Scott.

On Fri, 2005-08-19 at 16:49 +0200, Marcel Holtmann wrote:
> Hi Scott,
> is this the first or second genration of the mouse. I own the first
> generation and it works fine in report protocol mode with my -mh patch.
> The Bitkeeper repository is out of date, because we don't use Bitkeeper
> anymore. The latest stuff is inside the Git repostiories at kernel.org.
> 
> Regards
> 
> Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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] current state of Microsoft bluetooth mouse (scroll wheel)
  2005-08-19 15:58   ` Scott Gilliland
@ 2005-08-19 15:59     ` Marcel Holtmann
  2005-08-19 16:16       ` Scott Gilliland
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-08-19 15:59 UTC (permalink / raw)
  To: bluez-users

Hi Scott,

> It doesn't actually say what version it is (so i maybe ought to assume
> version 1, but you never know with M$). Is there a good way to tell if
> that patch made a difference? Or should my hidd output have been
> different?

use "hcitool info ..." as root and show us the output.

> Could you explain the details of "report mode" vs "boot mode"? I only
> have a vauge idea of what the difference is.

Look at the mailing list archive or the USB HID specification.

> Also, is this to say that if i use a git kernel, there's no reason it
> shouldn't work perfectly? 

Using a 2.6.12-mh2 kernel should be fine.

Regards

Marcel




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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] current state of Microsoft bluetooth mouse (scroll wheel)
  2005-08-19 15:59     ` Marcel Holtmann
@ 2005-08-19 16:16       ` Scott Gilliland
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Gilliland @ 2005-08-19 16:16 UTC (permalink / raw)
  To: bluez-users

Here's that output

> use "hcitool info ..." as root and show us the output.

hcitool info 00:0D:3A:A3:C2:5A
Requesting information ...
        BD Address:  00:0D:3A:A3:C2:5A
        Device Name: Microsoft Mouse
        LMP Version: 1.2 (0x2) LMP Subversion: 0x100
        Manufacturer: Broadcom Corporation (15)
        Features: 0xbc 0x02 0x04 0x28 0x08 0x08 0x00 0x00
                <encryption> <slot offset> <timing accuracy> <role
switch>
                <sniff mode> <RSSI> <power control> <enhanced iscan>
                <interlaced pscan> <AFH cap. slave> <AFH cap. master>


Thanks again,
Scott
aim: gtg902r




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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] current state of Microsoft bluetooth mouse (scroll wheel)
  2005-08-19 14:49 ` Marcel Holtmann
  2005-08-19 15:58   ` Scott Gilliland
@ 2005-08-24 15:42   ` Scott Gilliland
  1 sibling, 0 replies; 6+ messages in thread
From: Scott Gilliland @ 2005-08-24 15:42 UTC (permalink / raw)
  To: bluez-users

Marcel,

Thanks again for helping with this. It's a "Microsoft intelliMouse
Explorer for Bluetooth",  model 1001. No mention anywhere of it being a
second version. I'll try re-patching and building my kernel with a git
kernel from kernel.org when I have a chance (first week of school here,
kinda busy). I'll drop a line to say how that goes.

--Scott
 
On Fri, 2005-08-19 at 16:49 +0200, Marcel Holtmann wrote:
> Hi Scott,
> 
> is this the first or second genration of the mouse. I own the first
> generation and it works fine in report protocol mode with my -mh patch.
> The Bitkeeper repository is out of date, because we don't use Bitkeeper
> anymore. The latest stuff is inside the Git repostiories at kernel.org.
> 
> Regards
> 
> Marcel
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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:[~2005-08-24 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-18 23:04 [Bluez-users] current state of Microsoft bluetooth mouse (scroll wheel) Scott Gilliland
2005-08-19 14:49 ` Marcel Holtmann
2005-08-19 15:58   ` Scott Gilliland
2005-08-19 15:59     ` Marcel Holtmann
2005-08-19 16:16       ` Scott Gilliland
2005-08-24 15:42   ` Scott Gilliland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox