Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] No scroll wheel or extra buttons for MS Wireless Notebook Presenter Mouse 8000
@ 2006-11-28 15:41 Russell Harrison
  2006-12-03 13:56 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Russell Harrison @ 2006-11-28 15:41 UTC (permalink / raw)
  To: bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 3097 bytes --]

I am able to get my new Microsoft Wireless Notebook Presenter Mouse 8000
working with the scroll wheel and extra buttons.  It does work with the
basic three buttons.  I haven't even attempted to get the extra presentation
features working as that is probably a lost cause.

http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=085

$ rpm -q bluez-libs
bluez-libs-3.7-1

$ uname -a
Linux rusharri-lnx2 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:45:28 EST 2006
i686 i686 i386 GNU/Linux

I'm not sure if this is related to the kernel bug described in the
bluez-users list or if its going to require new drivers for this device
entirely.  Hopefully its just misconfiguration on my part.  Does anyone know
if the patch made its way into the current FC6 kernel?

http://sourceforge.net/mailarchive/forum.php?thread_id=30640322&forum_id=1883

Any help would be much appreciated, Just let me know what information I can
get you.

Thanks in advance!

Russell

Here's what I suspect you'd probably ask for right off the bat.

$ hcitool info 00:12:5A:64:56:D9
Requesting information ...
        BD Address:  00:12:5A:64:56:D9
        Device Name: Microsoft� Wireless Notebook Presenter Mouse 8000
        LMP Version: 2.0 (0x3) LMP Subversion: 0x5cb2
        Manufacturer: Infineon Technologies AG (9)
        Features: 0xb8 0x02 0x04 0x38 0x18 0x00 0x00 0x00
                <slot offset> <timing accuracy> <role switch> <sniff mode>
                <RSSI> <power control> <enhanced iscan> <interlaced iscan>
                <interlaced pscan> <AFH cap. slave> <AFH class. slave>

$ cat /proc/bus/input/devices
. . .
I: Bus=0005 Vendor=045e Product=0701 Version=0080
N: Name="Bluetooth HID Boot Protocol Device"
P: Phys=
S: Sysfs=/class/input/input5
H: Handlers=mouse2 event4
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103

$ cat /etc/X11/xorg.conf
. . .
Section "InputDevice"
        Identifier  "BluetoothMouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Emulate3Buttons" "false"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "7"
        Option      "Name" "Bluetooth HID Boot Protocol Device"
        Option      "SendCoreEvents" "true"
        Option      "Vendor" "045e"
        Option      "Product" "0701"
EndSection
. . .

$ sudo /usr/sbin/hciconfig -a
Password:
hci0:   Type: USB
        BD Address: 00:16:CE:EE:CB:8B ACL MTU: 377:10 SCO MTU: 64:8
        UP RUNNING PSCAN
        RX bytes:24269 acl:1485 sco:0 events:475 errors:0
        TX bytes:693 acl:16 sco:0 commands:29 errors:0
        Features: 0xff 0xfe 0x0d 0x38 0x08 0x08 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy: RSWITCH HOLD SNIFF PARK
        Link mode: SLAVE ACCEPT
        Name: 'rusharri-lnx2-0'
        Class: 0x12010c
        Service Classes: Networking, Object Transfer
        Device Class: Computer, Laptop
        HCI Ver: 1.2 (0x2) HCI Rev: 0x9 LMP Ver: 1.2 (0x2) LMP Subver:
0x6963
        Manufacturer: Broadcom Corporation (15)

[-- Attachment #1.2: Type: text/html, Size: 5401 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- 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] 3+ messages in thread

* Re: [Bluez-users] No scroll wheel or extra buttons for MS Wireless Notebook Presenter Mouse 8000
  2006-11-28 15:41 [Bluez-users] No scroll wheel or extra buttons for MS Wireless Notebook Presenter Mouse 8000 Russell Harrison
@ 2006-12-03 13:56 ` Marcel Holtmann
  2006-12-03 14:03   ` Russell Harrison
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2006-12-03 13:56 UTC (permalink / raw)
  To: BlueZ users

Hi Russell,

> I am able to get my new Microsoft Wireless Notebook Presenter Mouse
> 8000 working with the scroll wheel and extra buttons.  It does work
> with the basic three buttons.  I haven't even attempted to get the
> extra presentation features working as that is probably a lost cause. 
> 
> http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=085
> 
> $ rpm -q bluez-libs
> bluez-libs-3.7-1 
> 
> $ uname -a
> Linux rusharri-lnx2 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:45:28 EST
> 2006 i686 i686 i386 GNU/Linux
> 
> I'm not sure if this is related to the kernel bug described in the
> bluez-users list or if its going to require new drivers for this
> device entirely.  Hopefully its just misconfiguration on my part.
> Does anyone know if the patch made its way into the current FC6
> kernel? 
> 
> http://sourceforge.net/mailarchive/forum.php?thread_id=30640322&forum_id=1883
> 
> Any help would be much appreciated, Just let me know what information
> I can get you. 

you have to use at least the -mh patch or wait until we merged that back
into the upstream kernel. This might happen with 2.6.20 or 2.6.21
depending how well testing goes.

Regards

Marcel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] No scroll wheel or extra buttons for MS Wireless Notebook Presenter Mouse 8000
  2006-12-03 13:56 ` Marcel Holtmann
@ 2006-12-03 14:03   ` Russell Harrison
  0 siblings, 0 replies; 3+ messages in thread
From: Russell Harrison @ 2006-12-03 14:03 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]

On 12/3/06, Marcel Holtmann <marcel@holtmann.org> wrote:
>
> Hi Russell,
>
> you have to use at least the -mh patch or wait until we merged that back
> into the upstream kernel. This might happen with 2.6.20 or 2.6.21
> depending how well testing goes.
>

Thanks Marcel!  Not the answer I wanted to hear, but at least I know what I
need to do to get it working.  Keep up the good work guys!  I guess I better
start helping out with that testing. ;-)

Russell

/me starts downloading kernel source packages.

[-- Attachment #1.2: Type: text/html, Size: 821 bytes --]

[-- Attachment #2: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- 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] 3+ messages in thread

end of thread, other threads:[~2006-12-03 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 15:41 [Bluez-users] No scroll wheel or extra buttons for MS Wireless Notebook Presenter Mouse 8000 Russell Harrison
2006-12-03 13:56 ` Marcel Holtmann
2006-12-03 14:03   ` Russell Harrison

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