[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Keyboard/touchpad combo, only keyboard works



Hello,

I have a keyboad with embedded touchpad (attached via Bluetooth).
The keyboard works after having some fun with bluetooth/hidd, but the
mouse does not. AFAICS it's mentioned in the Xorg log, but it's not
registered as an input device. /proc/bus/input/devices lists the device
as:

I: Bus=0005 Vendor=0dc6 Product=3752 Version=0100
N: Name="PSTC Bluetooth Keyboard"
P: Phys=00:02:72:01:0E:2D
S: Sysfs=/class/input/input11
U: Uniq=00:18:00:00:75:E5
H: Handlers=kbd mouse1 event6 
B: EV=12001f
B: KEY=70000 1000002000007 ff983078d80007ff febeffdfffefffff fffffffffffffffe
B: REL=103
B: ABS=30000000000
B: MSC=10
B: LED=1f

so apparently both, keyboard and mouse, are controlled by the same input
device. Xorg log reports:

(**) PSTC Bluetooth Keyboard: always reports core events
(II) PSTC Bluetooth Keyboard: Found 2 absolute axes.
(II) PSTC Bluetooth Keyboard: Configuring as pointer.
(II) PSTC Bluetooth Keyboard: Found 3 relative axes.
(II) PSTC Bluetooth Keyboard: Configuring as pointer.
(EE) PSTC Bluetooth Keyboard: Unable to parse 'RelAxis 0' as a map specifier.
(EE) PSTC Bluetooth Keyboard: Unable to parse 'RelAxis 1' as a map specifier.
(**) PSTC Bluetooth Keyboard: Configuring 2 absolute axes.
(II) PSTC Bluetooth Keyboard: Checking button DIGI_STYLUS (74)
(II) PSTC Bluetooth Keyboard: Checking bit 330
(EE) PSTC Bluetooth Keyboard: AbsoluteTouch: 'DIGI_Touch' does not exist.
(II) PSTC Bluetooth Keyboard: Found 3 mouse buttons
(II) PSTC Bluetooth Keyboard: Configured 6 mouse buttons.
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "de"
(**) Option "xkb_variant" "nodeadkeys"
(II) XINPUT: Adding extended input device "PSTC Bluetooth Keyboard" (type: KEYBOARD)
(**) PSTC Bluetooth Keyboard: 2 valuators.
(**) PSTC Bluetooth Keyboard: Configuring in Absolute mode.
(**) PSTC Bluetooth Keyboard: Registering 6 buttons.
(II) PSTC Bluetooth Keyboard: Init
(II) PSTC Bluetooth Keyboard: On

And that's all, touchpad is not responsive.

Anyone having an idea on what to do now?

xorg.conf is attached. The primary USB mouse works as usual.

MfG,
Eduard.
-- 
Schulbildung schadet niemanden, sofern er sich später die Mühe macht,
etwas Ordentliches zu lernen.
		-- Karel Soltan
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (randy@juliet2)  Sat May 12 15:23:12 PDT 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

#Section "InputDevice"
#    # generated from default
#    Identifier     "Mouse0"
#    Driver         "mouse"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/psaux"
#    Option         "Emulate3Buttons" "no"
#    Option         "ZAxisMapping" "4 5"
#EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "EIZO L778"
    HorizSync       31.0 - 64.0
    VertRefresh     59.0 - 61.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
    #Option "FlatPanelProperties" "Scaling = Native"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "DFP-0: 1280x1024 +0+0, DFP-1: 1280x720 +1280+0"
            #Option "UseEDID" "FALSE"

    #Option "FlatPanelProperties" "Scaling = Native"
    #
    Option "FlatPanelProperties" "DFP-0: Scaling = Native; DFP-1: Scaling = Native"
    #
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Reply to: