Public bug reported:

The device is recognized as mouse, added as 
XINPUT: Adding extended input device "SoundGraph,Inc.--- SoundGraph.Inc" (type: 
MOUSE, id 10)
and then ignored.

it seems that there is only a small missing link to make it work
properly


sudo cat /dev/hidraw5
2�V��2�Q�▒p2�Gg�o2�B��q2�Ap�s2�F�r2�F�r2�F�r2�F�s2�F��r2�I�▒r2�M��2�T��▒s2�

As you can see the device input is coming through.. if i cut
/dev/hidraw5 and touch the screen you see something like the line
above...


FingerVU is an USB composite device. This composite device consists of HID 
keyboard device, HID mouse device and HID compliant device. HID keyboard/mouse 
driver are used for IR input from remote control. The touch data is transferred 
through HID compliant device driver. If you'd like to get data from FingerVU 
touch panel, you might need to check this device.


I already tried to make it work it 2010 and spend several hours/days on it .. 
in this thread is everything else i tried 
http://ubuntuforums.org/showthread.php?t=1543833


more information about the device:

cat /proc/bus/input/devices 
___________________________

I: Bus=0003 Vendor=15c2 Product=3480 Version=0111
N: Name="SoundGraph,Inc.--- SoundGraph.Inc"
P: Phys=usb-0000:00:14.0-4.2/input0
S: 
Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:15C2:3480.0004/input/input8
U: Uniq=
H: Handlers=mouse1 event5 
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10

I: Bus=0003 Vendor=15c2 Product=3480 Version=0111
N: Name="SoundGraph,Inc.--- SoundGraph.Inc"
P: Phys=usb-0000:00:14.0-4.2/input1
S: 
Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:15C2:3480.0005/input/input9
U: Uniq=
H: Handlers=sysrq kbd event6 leds 
B: PROP=0
B: EV=120013
B: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=1f
_____________________________

cat /var/log/Xorg.0.log

11.610] (II) config/udev: Adding input device SoundGraph,Inc.--- SoundGraph.Inc 
(/dev/input/event5)
[    11.610] (**) SoundGraph,Inc.--- SoundGraph.Inc: Applying InputClass "evdev 
pointer catchall"
[    11.610] (II) Using input driver 'evdev' for 'SoundGraph,Inc.--- 
SoundGraph.Inc'
[    11.610] (**) SoundGraph,Inc.--- SoundGraph.Inc: always reports core events
[    11.610] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Device: 
"/dev/input/event5"
[    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Vendor 0x15c2 
Product 0x3480
[    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found 3 mouse 
buttons
[    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found scroll 
wheel(s)
[    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found relative axes
[    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found x and y 
relative axes
[    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Configuring as mouse
[    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Adding scrollwheel 
support
[    11.664] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: YAxisMapping: 
buttons 4 and 5
[    11.664] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: EmulateWheelButton: 
4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.664] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:15C2:3480.0004/input/input8/event5"
[    11.664] (II) XINPUT: Adding extended input device "SoundGraph,Inc.--- 
SoundGraph.Inc" (type: MOUSE, id 10)
[    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: initialized for 
relative axes.
[    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) keeping 
acceleration scheme 1
[    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
profile 0
[    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
factor: 2.000
[    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
threshold: 4
[    11.664] (II) config/udev: Adding input device SoundGraph,Inc.--- 
SoundGraph.Inc (/dev/input/mouse1)
[    11.664] (II) No input driver specified, ignoring this device.
[    11.664] (II) This device may have been added with another device file.
___________________________________________________

** Affects: xserver-xorg-input-evdev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-input-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/1526169

Title:
  Soundgraph Finguer Vue 706 - evdev is not grabbing the device

Status in xserver-xorg-input-evdev package in Ubuntu:
  New

Bug description:
  The device is recognized as mouse, added as 
  XINPUT: Adding extended input device "SoundGraph,Inc.--- SoundGraph.Inc" 
(type: MOUSE, id 10)
  and then ignored.

  it seems that there is only a small missing link to make it work
  properly

  
  sudo cat /dev/hidraw5
  2�V��2�Q�▒p2�Gg�o2�B��q2�Ap�s2�F�r2�F�r2�F�r2�F�s2�F��r2�I�▒r2�M��2�T��▒s2�

  As you can see the device input is coming through.. if i cut
  /dev/hidraw5 and touch the screen you see something like the line
  above...

  
  FingerVU is an USB composite device. This composite device consists of HID 
keyboard device, HID mouse device and HID compliant device. HID keyboard/mouse 
driver are used for IR input from remote control. The touch data is transferred 
through HID compliant device driver. If you'd like to get data from FingerVU 
touch panel, you might need to check this device.

  
  I already tried to make it work it 2010 and spend several hours/days on it .. 
in this thread is everything else i tried 
  http://ubuntuforums.org/showthread.php?t=1543833



  more information about the device:

  cat /proc/bus/input/devices 
  ___________________________

  I: Bus=0003 Vendor=15c2 Product=3480 Version=0111
  N: Name="SoundGraph,Inc.--- SoundGraph.Inc"
  P: Phys=usb-0000:00:14.0-4.2/input0
  S: 
Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:15C2:3480.0004/input/input8
  U: Uniq=
  H: Handlers=mouse1 event5 
  B: PROP=0
  B: EV=17
  B: KEY=70000 0 0 0 0
  B: REL=103
  B: MSC=10

  I: Bus=0003 Vendor=15c2 Product=3480 Version=0111
  N: Name="SoundGraph,Inc.--- SoundGraph.Inc"
  P: Phys=usb-0000:00:14.0-4.2/input1
  S: 
Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:15C2:3480.0005/input/input9
  U: Uniq=
  H: Handlers=sysrq kbd event6 leds 
  B: PROP=0
  B: EV=120013
  B: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
  B: MSC=10
  B: LED=1f
  _____________________________

  cat /var/log/Xorg.0.log

  11.610] (II) config/udev: Adding input device SoundGraph,Inc.--- 
SoundGraph.Inc (/dev/input/event5)
  [    11.610] (**) SoundGraph,Inc.--- SoundGraph.Inc: Applying InputClass 
"evdev pointer catchall"
  [    11.610] (II) Using input driver 'evdev' for 'SoundGraph,Inc.--- 
SoundGraph.Inc'
  [    11.610] (**) SoundGraph,Inc.--- SoundGraph.Inc: always reports core 
events
  [    11.610] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Device: 
"/dev/input/event5"
  [    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Vendor 0x15c2 
Product 0x3480
  [    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found 3 mouse 
buttons
  [    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found scroll 
wheel(s)
  [    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found relative 
axes
  [    11.664] (--) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Found x and y 
relative axes
  [    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Configuring as 
mouse
  [    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: Adding 
scrollwheel support
  [    11.664] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: YAxisMapping: 
buttons 4 and 5
  [    11.664] (**) evdev: SoundGraph,Inc.--- SoundGraph.Inc: 
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  [    11.664] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:15C2:3480.0004/input/input8/event5"
  [    11.664] (II) XINPUT: Adding extended input device "SoundGraph,Inc.--- 
SoundGraph.Inc" (type: MOUSE, id 10)
  [    11.664] (II) evdev: SoundGraph,Inc.--- SoundGraph.Inc: initialized for 
relative axes.
  [    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) keeping 
acceleration scheme 1
  [    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
profile 0
  [    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
factor: 2.000
  [    11.664] (**) SoundGraph,Inc.--- SoundGraph.Inc: (accel) acceleration 
threshold: 4
  [    11.664] (II) config/udev: Adding input device SoundGraph,Inc.--- 
SoundGraph.Inc (/dev/input/mouse1)
  [    11.664] (II) No input driver specified, ignoring this device.
  [    11.664] (II) This device may have been added with another device file.
  ___________________________________________________

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1526169/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to