|
From: Xiaofan C. <xia...@gm...> - 2013-11-22 01:24:04
|
On Mon, Nov 11, 2013 at 1:59 PM, leiliu3040 <met...@gm...> wrote: > Hi > I'm new to Linux os. Now I'm trying to implement a Joystick driver in Linux > RT platform. > The plan is to support the common joysticks made by major manufacture. I can > get the button and axis info from the device and read the control command > from it. > I'm using the 3rd party library: HIDAPI which does not provide the parser > for the joystick. So I need to write a general parser for the standard > joystick devices which is quite time costing. > I'm wondering where I can find such kind of parser or library which can help > to do the report parser and data analysis. > > Thanks for any help. Not so sure if libhid can help you or not. It has an HID parser. http://libhid.alioth.debian.org/ -- Xiaofan |