zoukankan      html  css  js  c++  java
  • ThinkPad Bluetooth Laser Mouse(41U5008)

    About the mouse

    The Lenovo Bluetooth Laser Mouse is a small bluetooth mouse in the typical ThinkPad-design. Lenovo partnumber is 41U5008.

    Technical specifications

    • Three Buttons
    • Scrollwheel with tilt-functions
    • Infrared Laser
    • 800 dpi

    Using the mouse with Linux

    The first time you are using the mouse it has to be paired with your computer. Switch the mouse on, press the button next to the power-switch and use the following command to connect it:

    # hidd --search
    

    This will search for the mouse and connect it:

    Searching ...
           Connecting to device 00:02:76:XX:XX:XX
    

    Now you should be able to use the device. You do not have to pair the mouse every time you want to use it. For the next time, just make sure that hidd is started using the --server option. On debian your settings in /etc/default/bluetooth would look like this:

    BLUETOOTH_ENABLED=1
    HIDD_ENABLED=1
    HIDD_OPTIONS="--master --server"
    

    With these settings it should suffice to switch the mouse on and press the left button to make it connect.

  • 相关阅读:
    原码/反码/补码详解
    树剖LCA讲解
    code vs 2166 Bessie的体重问题
    code vs 3376 符号三角形
    洛谷 P3078 [USACO13MAR]扑克牌型Poker Hands
    vjudge B
    POJ 1013 Counterfeit Dollar
    POJ 1008 Maya Calendar
    POJ 1006 Biorhythms
    POJ 3252 Round Numbers
  • 原文地址:https://www.cnblogs.com/daocaoren/p/2153583.html
Copyright © 2011-2022 走看看