Commit Graph

3 Commits (2fd5f29adefcfe8a1b380c1e6601eef579c5a92d)

Author SHA1 Message Date
Nirenjan Krishnan 2fd5f29ade Correct handling of URB for stick axes - closes #1
The le32_to_cpu function doesn't quite work for some reason. Manually
writing the 32-bit conversion seems to fix the axes reporting for
ABS_X, ABS_Y and ABS_RZ.
2012-10-25 00:01:05 -07:00
nirenjan 75346c745a Fix params to input_set_abs_params - should fix #1
This still could use a bit of investigation to see why
input_set_abs_params called with non-zero values for fuzz and flat
causes axis motion to be ignored, although it may be a driver
subsystem issue in Linux.
2012-10-24 15:14:33 -07:00
Nirenjan Krishnan 76aaf6a6d8 Rename driver folder to kernel_module
Due to plans to scrap the kernel module approach and go with a full-fledged
userspace application, this commit renames the driver folder to kernel_module
so the folder contents are clear.
2012-10-14 12:55:52 -07:00