Logitech G25 force feedback

Apr 14, 2009 08:49

Вот так нынче (ядро 2.6.29) выглядит VDrift Wiki: Enabling force feedback in kernel
--- drivers/hid/hid-ids.h.orig 2009-04-13 20:07:34.000000000 +0300
+++ drivers/hid/hid-ids.h 2009-04-13 19:58:37.000000000 +0300
@@ -283,6 +283,7 @@ #define USB_DEVICE_ID_LOGITECH_WINGMAN_F3D 0xc283 ( Read more... )

linux, games

Leave a comment

Comments 1

virkony April 17 2009, 05:09:25 UTC
Для /etc/udev/rules.d/99-joy.rules:

SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c294", MODE="0660", GROUP="games"
SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c299", MODE="0660", GROUP="games"

SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c294", KERNEL=="event*", SYMLINK+="input/steering_wheel"
SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c299", KERNEL=="event*", SYMLINK+="input/steering_wheel"

SUBSYSTEM=="input", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c294", ATTRS{product}=="G25 Racing Wheel", RUN+="/usr/local/bin/G25manage --native"

Reply


Leave a comment

Up