All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olivier Bornet <Olivier.Bornet@smartdata.ch>
To: Charles Bueche <charles@bueche.ch>
Cc: BlueZ Developers List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] Logitech MX900 mouse with Dell Inspiron 8600
Date: Tue, 9 Dec 2003 23:42:17 +0100	[thread overview]
Message-ID: <20031209224217.GE26896@smartdata.ch> (raw)
In-Reply-To: <1071001915.13464.33.camel@bluez.bueche.ch>

[-- Attachment #1: Type: text/plain, Size: 2124 bytes --]

Hi Charles,

> 1. XFree patch
> 
> I patched my XFree (gentoo xfree-4.3.99.16) with this patch
> (http://www.yhbt.net/normalperson/files/linux/LogitechMX_kernel_and_X_patch/4.3.0-XFree86_logitech_ps2.patch),
> to make it understand PS/2+ protocol. Do I need this for the MX900 ?

I don't have applied this patch, so I think this is not needed. (but I
don't know anything about this patch.

> 2. bthid patches
> 
> - started with the bthid 0.8 stock source
> - applied Edd Dumbill's uinput patch
> - applied Olivier Bornet's patch-bthid-0.6-for-lt.txt
> - modified out.c to use /dev/misc/uinput (Marcel says devfs produce
> this, I don't see exactly what I do wrong or what I should do to get
> /dev/input/uinput).

OK. Almost the same for me, with a 2.6.0-test11 kernel.

> 3. XF86Config-4
> 
> --------
> Section "InputDevice"
>         Identifier              "LogitechUSBMouse"
>         Driver                  "mouse"
>         Option "Protocol"       "ExplorerPS/2"
>         Option "Device"         "/dev/input/mice"
>         Option "ZAxisMapping"   "7 8"
>         Option "Resolution"     "800"
>         Option "SmartScroll"    "1"
>         Option "Buttons"        "8"
>         Option "Emulate3Buttons" "false"
> EndSection
> ----------------

Usualy, the ZAxisMapping in on the buttons 4 and 5. Here is my
XF86Config-4 related section:

----------
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Buttons"               "5"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
----------

With this config, the mouse wheel is working ok.

Hope this help.

		Olivier
-- 
Olivier Bornet                      http://www.smartdata.ch/
Olivier.Bornet@smartdata.ch         SMARTDATA SA
GPG key ID: C53D9218                CH Martigny/Lausanne

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-12-09 22:42 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-30 14:12 [Bluez-devel] Logitech MX900 mouse with Dell Inspiron 8600 Charles Bueche
2003-11-30 18:51 ` Charles Bueche
2003-12-01 15:38   ` Peter Klausler
2003-12-02 15:55     ` Edd Dumbill
2003-12-02 16:01       ` Edd Dumbill
2003-12-03 20:18         ` Charles Bueche
2003-12-03 20:35           ` Marcel Holtmann
2003-12-04  8:53             ` Olivier Bornet
2003-12-04 13:52               ` Marcel Holtmann
2003-12-04 13:57                 ` Olivier Bornet
2003-12-04 14:10                   ` Marcel Holtmann
2003-12-04 16:35                     ` Olivier Bornet
2003-12-04 17:03                       ` Marcel Holtmann
2003-12-09 20:31               ` Charles Bueche
2003-12-09 22:42                 ` Olivier Bornet [this message]
2003-12-10  8:12                   ` Charles Bueche
2003-12-10  8:30                     ` Olivier Bornet
2003-12-13 15:56                       ` Charles Bueche
2003-12-13 16:39                         ` Marcel Holtmann
2003-12-13 18:51                           ` Charles Bueche
2003-12-13 19:04                             ` Marcel Holtmann
2003-12-14 13:55                               ` Charles Bueche
2003-12-14 14:22                                 ` Marcel Holtmann
2003-12-14 20:01                                   ` Charles Bueche
2003-12-14 20:09                                     ` Marcel Holtmann
2003-12-10  1:41                 ` Marcel Holtmann
2003-12-02 17:39       ` Marcel Holtmann
2003-12-02 17:42         ` Peter Klausler
2003-12-02 17:56           ` Marcel Holtmann
2003-12-03 10:10         ` Stephen Crane
2003-12-03 13:06           ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031209224217.GE26896@smartdata.ch \
    --to=olivier.bornet@smartdata.ch \
    --cc=bluez-devel@lists.sourceforge.net \
    --cc=charles@bueche.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.