Logitech Elite Duo Keyboard and Mouse

Brad Hards bhards at bigpond.net.au
Thu Jan 16 21:07:42 EST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 16 Jan 2003 21:14, Matthew Hawkins wrote:
> Both are setup as USB devices (though the documentation cluelessly
> claims that the USB connector is only for laptops!) and function fine.
> XFree86 comes with some keyboard mappings for the extra keys for similar
> logitech models, so I simply configured XKB to use that model (logiinav
> iirc).  I got a bit of a shock first time I plugged it in, there's this
> extra scroll wheel on the left hand side of the keyboard, and the linux
> kernel had already mapped it to up and down arrow, so it was immediately
> useful to scroll through shell history ;)
struct device_table {
    int idVendor;
    int idProduct;
    char* Model;
    char* Name;
    int flags;
} device_table[] = {
    { VENDOR_LOGITECH, 0xC00E, "M-BJ58", "Wheel Mouse Optical", HAS_RES },
    { VENDOR_LOGITECH, 0xC00F, "M-BJ79", "MouseMan Traveler", HAS_RES },
    { VENDOR_LOGITECH, 0xC012, "M-BL63B", "MouseMan Dual Optical", HAS_RES },
    { VENDOR_LOGITECH, 0xC024, "M-BP82", "MX300 Optical Mouse", HAS_RES },
    { VENDOR_LOGITECH, 0xC025, "M-BP81A", "MX500 Optical Mouse", HAS_RES | HAS_SS },
    { VENDOR_LOGITECH, 0xC031, "M-UT58A", "iFeel Mouse (silver)", HAS_RES },
    { VENDOR_LOGITECH, 0xC501, "C-BA4-MSE", "Mouse Receiver", HAS_CSR },
    { VENDOR_LOGITECH, 0xC502, "C-UA3-DUAL", "Dual Receiver", HAS_CSR },
    { VENDOR_LOGITECH, 0xC504, "C-BD9-DUAL", "Cordless Freedom Optical", HAS_CSR },
    { VENDOR_LOGITECH, 0xC505, "C-BG17-DUAL", "Cordless Elite Duo", HAS_SS | HAS_CSR },
    { VENDOR_LOGITECH, 0xC506, "C-BF16-MSE", "MX700 Optical Mouse", HAS_SS | HAS_CSR },
    { VENDOR_LOGITECH, 0xC508, "C-BA4-MSE", "Cordless Optical TrackMan", HAS_SS | HAS_CSR },
    { VENDOR_LOGITECH, 0xC702, "C-UF15", "Receiver for Cordless Presenter", HAS_CSR },
}
Does any of that look like your mouse? If so, I can help a bit with the battery problem :-)

Brad
- -- 
http://linux.conf.au. 22-25Jan2003. Perth, Aust. I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+JoRvW6pHgIdAuOMRAs8qAJ9nTcgN5e0WQ7FNQOPvz17pRZZ4ZgCeOur2
LXe2G+BTbEICcnJW04S661s=
=4n//
-----END PGP SIGNATURE-----




More information about the linux mailing list