~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/input/devices/cs461x.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 Crystal SoundFusion CS4610/CS4612/CS461 joystick
  2 ================================================
  3 
  4 This is a new low-level driver to support analog joystick attached to
  5 Crystal SoundFusion CS4610/CS4612/CS4615. This code is based upon
  6 Vortex/Solo drivers as an example of decoration style, and ALSA
  7 0.5.8a kernel drivers as an chipset documentation and samples.
  8 
  9 This version does not have cooked mode support; the basic code
 10 is present here, but have not tested completely. The button analysis
 11 is completed in this mode, but the axis movement is not.
 12 
 13 Raw mode works fine with analog joystick front-end driver and cs461x
 14 driver as a backend. I've tested this driver with CS4610, 4-axis and
 15 4-button joystick; I mean the jstest utility. Also I've tried to
 16 play in xracer game using joystick, and the result is better than
 17 keyboard only mode.
 18 
 19 The sensitivity and calibrate quality have not been tested; the two
 20 reasons are performed: the same hardware cannot work under Win95 (blue
 21 screen in VJOYD); I have no documentation on my chip; and the existing
 22 behavior in my case was not raised the requirement of joystick calibration.
 23 So the driver have no code to perform hardware related calibration.
 24 
 25 This driver have the basic support for PCI devices only; there is no
 26 ISA or PnP ISA cards supported.
 27 
 28 The driver works with ALSA drivers simultaneously. For example, the xracer
 29 uses joystick as input device and PCM device as sound output in one time.
 30 There are no sound or input collisions detected. The source code have
 31 comments about them; but I've found the joystick can be initialized
 32 separately of ALSA modules. So, you can use only one joystick driver
 33 without ALSA drivers. The ALSA drivers are not needed to compile or
 34 run this driver.
 35 
 36 There are no debug information print have been placed in source, and no
 37 specific options required to work this driver. The found chipset parameters
 38 are printed via printk(KERN_INFO "..."), see the /var/log/messages to
 39 inspect cs461x: prefixed messages to determine possible card detection
 40 errors.
 41 
 42 Regards,
 43 Viktor

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php