Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb mouse: buttons do not work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
m4rl0n
n00b
n00b


Joined: 20 Dec 2004
Posts: 44

PostPosted: Wed Apr 09, 2008 8:30 pm    Post subject: usb mouse: buttons do not work Reply with quote

Hi,

I have a usb mouse , I configure using evdev, but the buttons do not work, any ideas ?

Follow hardware information:

Code:

Bus 003 Device 003: ID 04b4:2003 Cypress Semiconductor Corp.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x04b4 Cypress Semiconductor Corp.
  idProduct          0x2003
  bcdDevice            0.01
  iManufacturer           1 Ever
  iProduct                2 RF Mouse
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          3 HID-Compliant Mouse
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.00
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              10
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled



xorg.conf:


Code:
  Identifier     "Mouse1"
    Driver         "evdev"
    Option         "CorePointer"
    Option         "Device" "/dev/input/event6"
    Option         "ZAxisMapping" "4 5"



evdev is configured as module on kernel:

Code:
arwen linux # grep -i evdev .config
CONFIG_INPUT_EVDEV=m


USB HID too:

Code:
arwen linux # grep -i hid .config
CONFIG_BT_HIDP=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_USB_HID=m



Regards,

Marlon
Back to top
View user's profile Send private message
m4rl0n
n00b
n00b


Joined: 20 Dec 2004
Posts: 44

PostPosted: Thu Apr 10, 2008 8:27 pm    Post subject: Reply with quote

Anyone had this experience with "Ever RF Mouse" ?

Regards,

Marlon
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum