linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gerald Folcher <geraldf2@free.fr>
To: Anssi Hannula <anssi@mandriva.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	linux-input@atrey.karlin.mff.cuni.cz
Subject: Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c
Date: Mon, 16 Jul 2007 20:37:58 +0200	[thread overview]
Message-ID: <469BBB06.2020507@free.fr> (raw)
In-Reply-To: <57857.84.250.84.4.1184606500.squirrel@mail.onse.fi>

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

Anssi Hannula wrote:
> Could you perhaps provide the kernel log output when you plug your device
> in with CONFIG_HID_DEBUG enabled in kernel configuration?

Ok, after setting CONFIG_HID_DEBUG=y here's what got appended in the
'/var/log/kern.log' file when I plugged the device (see attachment).

(Btw it's from the kernel with my little modification if that would make 
any difference)

-- 
Gerald Folcher

[-- Attachment #2: ThrustmasterFGTFF_plug_kernlog.txt --]
[-- Type: text/plain, Size: 28477 bytes --]

Jul 16 20:19:41 starship kernel: usb 4-1: new full speed USB device using uhci_hcd and address 2
Jul 16 20:19:41 starship kernel: usb 4-1: configuration #1 chosen from 1 choice
Jul 16 20:19:41 starship kernel: drivers/hid/usbhid/hid-core.c: report descriptor (size 144, read 144) =  05 01 09 04 a1 01 09 01 a1 00 85 81 06 00 ff 15 00 27 ff ff 00 00 09 01 09 02 75 10 95 02 b1 a2 85 82 09 03 09 04 25 7f 75 08 95 02 b1 02 85 01 05 09 19 01 29 0a 25 01 75 01 95 0a 81 02 75 08 95 01 81 01 05 01 09 39 25 07 35 00 46 3b 01 65 14 75 04 81 42 09 30 46 ff 03 16 00 fe 26 ff 01 65 00 75 0a 95 01 81 02 09 31 46 ff 00 15 00 26 ff 00 75 08 81 02 09 35 81 02 c0 85 40 09 bb 15 00 26 ff 00 35 00 46 ff 00 75 08 95 04 91 02 c0
Jul 16 20:19:41 starship kernel: drivers/hid/hid-core.c: report (size 1) (numbered)
Jul 16 20:19:41 starship kernel: drivers/hid/hid-core.c: report 1 (size 0) = 
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0004 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0005 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0006 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0007 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0008 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.0009 = 0
Jul 16 20:19:41 starship kernel: hid-debug: input Button.000a = 0
Jul 16 20:19:41 starship kernel: hid-debug: input GenericDesktop.HatSwitch = 0
Jul 16 20:19:41 starship kernel: hid-debug: input GenericDesktop.X = 0
Jul 16 20:19:41 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:19:41 starship kernel: hid-debug: input GenericDesktop.Rz = 0
Jul 16 20:19:41 starship kernel:   INPUT(1)[INPUT]
Jul 16 20:19:41 starship kernel:     Field(0)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(10)
Jul 16 20:19:41 starship kernel:         Button.0001
Jul 16 20:19:41 starship kernel:         Button.0002
Jul 16 20:19:41 starship kernel:         Button.0003
Jul 16 20:19:41 starship kernel:         Button.0004
Jul 16 20:19:41 starship kernel:         Button.0005
Jul 16 20:19:41 starship kernel:         Button.0006
Jul 16 20:19:41 starship kernel:         Button.0007
Jul 16 20:19:41 starship kernel:         Button.0008
Jul 16 20:19:41 starship kernel:         Button.0009
Jul 16 20:19:41 starship kernel:         Button.000a
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(1)
Jul 16 20:19:41 starship kernel:       Report Size(1)
Jul 16 20:19:41 starship kernel:       Report Count(10)
Jul 16 20:19:41 starship kernel:       Report Offset(0)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel:     Field(1)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(1)
Jul 16 20:19:41 starship kernel:         GenericDesktop.HatSwitch
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(7)
Jul 16 20:19:41 starship kernel:       Physical Minimum(0)
Jul 16 20:19:41 starship kernel:       Physical Maximum(315)
Jul 16 20:19:41 starship kernel:       Unit(English Rotation : Degrees)
Jul 16 20:19:41 starship kernel:       Report Size(4)
Jul 16 20:19:41 starship kernel:       Report Count(1)
Jul 16 20:19:41 starship kernel:       Report Offset(18)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute NullState )
Jul 16 20:19:41 starship kernel:     Field(2)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(1)
Jul 16 20:19:41 starship kernel:         GenericDesktop.X
Jul 16 20:19:41 starship kernel:       Logical Minimum(-512)
Jul 16 20:19:41 starship kernel:       Logical Maximum(511)
Jul 16 20:19:41 starship kernel:       Physical Minimum(0)
Jul 16 20:19:41 starship kernel:       Physical Maximum(1023)
Jul 16 20:19:41 starship kernel:       Report Size(10)
Jul 16 20:19:41 starship kernel:       Report Count(1)
Jul 16 20:19:41 starship kernel:       Report Offset(22)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel:     Field(3)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(1)
Jul 16 20:19:41 starship kernel:         GenericDesktop.Y
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(255)
Jul 16 20:19:41 starship kernel:       Physical Minimum(0)
Jul 16 20:19:41 starship kernel:       Physical Maximum(255)
Jul 16 20:19:41 starship kernel:       Report Size(8)
Jul 16 20:19:41 starship kernel:       Report Count(1)
Jul 16 20:19:41 starship kernel:       Report Offset(32)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel:     Field(4)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(1)
Jul 16 20:19:41 starship kernel:         GenericDesktop.Rz
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(255)
Jul 16 20:19:41 starship kernel:       Physical Minimum(0)
Jul 16 20:19:41 starship kernel:       Physical Maximum(255)
Jul 16 20:19:41 starship kernel:       Report Size(8)
Jul 16 20:19:41 starship kernel:       Report Count(1)
Jul 16 20:19:41 starship kernel:       Report Offset(40)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel:   OUTPUT(64)[OUTPUT]
Jul 16 20:19:41 starship kernel:     Field(0)
Jul 16 20:19:41 starship kernel:       Usage(4)
Jul 16 20:19:41 starship kernel:         GenericDesktop.00bb
Jul 16 20:19:41 starship last message repeated 3 times
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(255)
Jul 16 20:19:41 starship kernel:       Physical Minimum(0)
Jul 16 20:19:41 starship kernel:       Physical Maximum(255)
Jul 16 20:19:41 starship kernel:       Report Size(8)
Jul 16 20:19:41 starship kernel:       Report Count(4)
Jul 16 20:19:41 starship kernel:       Report Offset(0)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel:   FEATURE(129)[FEATURE]
Jul 16 20:19:41 starship kernel:     Field(0)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(2)
Jul 16 20:19:41 starship kernel:         ff00.0001
Jul 16 20:19:41 starship kernel:         ff00.0002
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(65535)
Jul 16 20:19:41 starship kernel:       Report Size(16)
Jul 16 20:19:41 starship kernel:       Report Count(2)
Jul 16 20:19:41 starship kernel:       Report Offset(0)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute NoPrefferedState Volatile )
Jul 16 20:19:41 starship kernel:   FEATURE(130)[FEATURE]
Jul 16 20:19:41 starship kernel:     Field(0)
Jul 16 20:19:41 starship kernel:       Physical(GenericDesktop.Pointer)
Jul 16 20:19:41 starship kernel:       Usage(2)
Jul 16 20:19:41 starship kernel:         ff00.0003
Jul 16 20:19:41 starship kernel:         ff00.0004
Jul 16 20:19:41 starship kernel:       Logical Minimum(0)
Jul 16 20:19:41 starship kernel:       Logical Maximum(127)
Jul 16 20:19:41 starship kernel:       Report Size(8)
Jul 16 20:19:41 starship kernel:       Report Count(2)
Jul 16 20:19:41 starship kernel:       Report Offset(0)
Jul 16 20:19:41 starship kernel:       Flags( Variable Absolute )
Jul 16 20:19:41 starship kernel: Mapping: Button.0001 ---> Key.Trigger
Jul 16 20:19:41 starship kernel: Mapping: Button.0002 ---> Key.ThumbBtn
Jul 16 20:19:41 starship kernel: Mapping: Button.0003 ---> Key.ThumbBtn2
Jul 16 20:19:41 starship kernel: Mapping: Button.0004 ---> Key.TopBtn
Jul 16 20:19:41 starship kernel: Mapping: Button.0005 ---> Key.TopBtn2
Jul 16 20:19:41 starship kernel: Mapping: Button.0006 ---> Key.PinkieBtn
Jul 16 20:19:41 starship kernel: Mapping: Button.0007 ---> Key.BaseBtn
Jul 16 20:19:41 starship kernel: Mapping: Button.0008 ---> Key.BaseBtn2
Jul 16 20:19:41 starship kernel: Mapping: Button.0009 ---> Key.BaseBtn3
Jul 16 20:19:41 starship kernel: Mapping: Button.000a ---> Key.BaseBtn4
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.HatSwitch ---> Absolute.Hat0X
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.X ---> Absolute.X
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.Y ---> Absolute.Y
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.Rz ---> Absolute.Rz
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.00bb ---> Absolute.Misc
Jul 16 20:19:41 starship kernel: Mapping: GenericDesktop.00bb ---> Absolute.?
Jul 16 20:19:41 starship last message repeated 2 times
Jul 16 20:19:41 starship kernel: input: Thrustmaster Thrustmasterforce feedback wheel as /class/input/input6
Jul 16 20:19:41 starship kernel: Force feedback for Logitech force feedback devices by Johann Deneux <johann.deneux@it.uu.se>
Jul 16 20:19:41 starship kernel: input: USB HID v1.10 Joystick [Thrustmaster Thrustmasterforce feedback wheel] on usb-0000:00:13.1-1
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe 01 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 01 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe fe 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 fe ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -2
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:11 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff ff 00
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:11 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff ff 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff ff 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 00 ff 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 ff 00 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report (size 4) (unnumbered)
Jul 16 20:20:12 starship kernel: drivers/hid/hid-core.c: report 0 (size 4) =  00 00 ff 00
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0001 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0002 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input Button.0003 = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.X = 0
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Y = -1
Jul 16 20:20:12 starship kernel: hid-debug: input GenericDesktop.Wheel = 0

  reply	other threads:[~2007-07-16 18:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-16 13:48 Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c Gerald Folcher
2007-07-16 16:05 ` Dmitry Torokhov
2007-07-16 17:14   ` Gerald Folcher
2007-07-16 17:21     ` Anssi Hannula
2007-07-16 18:37       ` Gerald Folcher [this message]
2007-07-16 21:00         ` Anssi Hannula
2007-07-16 20:50     ` Dmitry Torokhov
2007-07-16 21:03       ` Dmitry Torokhov
2007-07-16 21:21         ` Dmitry Torokhov
2007-07-17  9:14           ` Gerald Folcher
2007-07-17 13:50             ` Dmitry Torokhov
2007-07-30 13:13               ` Jiri Kosina
2007-08-22  2:30                 ` Gerald Folcher
2007-08-22  8:16                   ` Jiri Kosina
2007-08-22 10:30                     ` Gerald Folcher
2007-07-17 13:14     ` Gerald Folcher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469BBB06.2020507@free.fr \
    --to=geraldf2@free.fr \
    --cc=anssi@mandriva.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@atrey.karlin.mff.cuni.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).