linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* No Scancodes for "Logitech NuLOOQ"
@ 2009-02-19 11:16 Tobias Kaminsky
  2009-02-19 15:08 ` Jiri Kosina
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Kaminsky @ 2009-02-19 11:16 UTC (permalink / raw)
  To: linux-kernel

Hello,

I am trying to get the "Logitech NuLOOQ" USB jog/shuttle to work.
Here is a picture of it to see its capabilities:
http://technabob.com/blog/wp-content/uploads/2006/10/logitech_nulooq.jpg

getscancode gives me:

$./getscancodes /dev/input/event3
Input driver version is 1.0.0
Input device ID: bus 0x3 vendor 0x46d product 0xc640 version 0x110
Input device name: "3Dconnexion NuLOOQ Navigator"
589827 (0x90003)
589827 (0x90003)
589825 (0x90001)
589825 (0x90001)
589825 (0x90001)
589828 (0x90004)
589825 (0x90001)
589828 (0x90004)
589826 (0x90002)
589826 (0x90002)
589829 (0x90005)
589829 (0x90005) Button "II"

This represents the five buttons on top of it.
But the NuLOOQ has a "navring" which you can turn left/right.
This does not generates a scancode.

evbug gives me:
 Connected device: input3 (3Dconnexion NuLOOQ Navigator at 
usb-0000:00:02.0-2/input0)

Button "II" is represented like this:
 Event. Dev: input3, Type: 4, Code: 4, Value: 589829
 Event. Dev: input3, Type: 1, Code: 260, Value: 1
 Event. Dev: input3, Type: 0, Code: 0, Value: 0
 Event. Dev: input3, Type: 4, Code: 4, Value: 589829
 Event. Dev: input3, Type: 1, Code: 260, Value: 0
 Event. Dev: input3, Type: 0, Code: 0, Value: 0

For this one it seems as if the "value" is the scancode.

Turning the "navring" to the right results in:

 Event. Dev: input3, Type: 2, Code: 1, Value: 125
 Event. Dev: input3, Type: 2, Code: 5, Value: -148
 Event. Dev: input3, Type: 0, Code: 0, Value: 0
 Event. Dev: input3, Type: 2, Code: 0, Value: 71
 Event. Dev: input3, Type: 2, Code: 1, Value: 79
 Event. Dev: input3, Type: 2, Code: 5, Value: -86
 Event. Dev: input3, Type: 0, Code: 0, Value: 0
 Event. Dev: input3, Type: 2, Code: 0, Value: 71
 Event. Dev: input3, Type: 2, Code: 1, Value: 39
 Event. Dev: input3, Type: 2, Code: 5, Value: -56
 Event. Dev: input3, Type: 0, Code: 0, Value: 0
 Event. Dev: input3, Type: 2, Code: 0, Value: 32
 Event. Dev: input3, Type: 2, Code: 1, Value: 21
 Event. Dev: input3, Type: 2, Code: 5, Value: -23
 Event. Dev: input3, Type: 0, Code: 0, Value: 0
 Event. Dev: input3, Type: 2, Code: 0, Value: 10
 Event. Dev: input3, Type: 2, Code: 1, Value: 9
 Event. Dev: input3, Type: 2, Code: 5, Value: -3
 Event. Dev: input3, Type: 0, Code: 0, Value: 0


How can I verify these scancodes and get them into the kernel?

I have searched the web, but not found a howto/tutorial on getting/creating 
new scancodes.

Thanks in advance!

Tobias Kaminsky



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-03 16:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-19 11:16 No Scancodes for "Logitech NuLOOQ" Tobias Kaminsky
2009-02-19 15:08 ` Jiri Kosina
2009-02-19 16:09   ` Tobias Kaminsky
2009-02-20 10:59     ` Tobias Kaminsky
2009-03-03 16:23     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).