USB HID interface now supported in RDOS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
rdos
Member
Member
Posts: 3276
Joined: Wed Oct 01, 2008 1:55 pm

USB HID interface now supported in RDOS

Post by rdos »

I just completed the USB HID framework that parses the HID descriptor and thus doesn't rely on the simplified boot protocol. I now have working drivers for both mouse and keyboard, and I'm working on a multitouch-driver for my laptop as well.

Edit: The USB touch driver also works, but I currently lack support for multitouch and width of area pressed, which the hardware supports.
User avatar
Bender
Member
Member
Posts: 449
Joined: Wed Aug 21, 2013 3:53 am
Libera.chat IRC: bender|
Location: Asia, Singapore

Re: USB HID interface now supported in RDOS

Post by Bender »

Is it this?
http://www.rdos.net/rdos/
Sorry if this looks a bit OT.
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
rdos
Member
Member
Posts: 3276
Joined: Wed Oct 01, 2008 1:55 pm

Re: USB HID interface now supported in RDOS

Post by rdos »

sid123 wrote:Is it this?
http://www.rdos.net/rdos/
Sorry if this looks a bit OT.
Yes, but the web site is severly out-of-date. I'm still waiting for a stable version of Open Watcom which incorporates the required RDOS fixes. Currently, I need to use the OW fork and build it from source. Most of the code can be found in the SVN-link, but it requires building Jiri Malaks fork of OW in order to work.

Edit: Alternatively, people can use this pre-built OW package which would install a working compiler for RDOS: http://rdos.net/rdos/ow-win32.exe
Post Reply