[5543:0005] Genius MousePen 8x6 Tablet

Bug #659426 reported by AlejandroÑext
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wizardpen
New
Undecided
Unassigned

Bug Description

Genius MousePen 8x6 Tablet

the cursor does not move from the top left. as if he recognized the driver. This occurs only 10.10 per than with previous versions worked to perfection.

~# lsusb
Bus 004 Device 006: ID 5543:0005 UC-Logic Technology Corp. Genius MousePen 8x6 Tablet
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f2:b091 Chicony Electronics Co., Ltd Webcam
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I've included a log of xorg

Tags: error
Revision history for this message
AlejandroÑext (alejonext) wrote :
Revision history for this message
Peter Gervai (grin) wrote :

[ 5457.074] (II) config/udev: Adding input device UC-LOGIC Tablet WP8060U (/dev/input/mouse1)
[ 5457.074] (II) No input driver/identifier specified (ignoring)
[ 5457.076] (II) config/udev: Adding input device UC-LOGIC Tablet WP8060U (/dev/input/event12)
[ 5457.076] (**) UC-LOGIC Tablet WP8060U: Applying InputClass "evdev pointer catchall"
[ 5457.076] (**) UC-LOGIC Tablet WP8060U: Applying InputClass "evdev tablet catchall"

the device wasn't identified as wizardpen but general evdev tablet.

you need something like that:

Section "InputClass"
   Identifier "wizardpen ignore mouse dev"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/by-id/usb-UC-LOGIC_Tablet_WP8060U-mouse"
   MatchVendor "UC-LOGIC|KYE Systems|Ace Cad"
   Driver ""
EndSection

Section "InputClass"
   Identifier "wizardpen-general-UC-LOGIC"
   MatchIsTablet "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "UC-LOGIC"
   Driver "wizardpen"
EndSection

Admittedly I wasn't able to use matchdevicepath as I would've liked... but this works for me(tm).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.