Whats this
----------
Well its my atempt to make a (boot)mouse driver for OS4's usb stack.
This driver is based on the offcial driver from Thomas Graff. So many thanks
to him for the source code.
My hope is that some one can use this source for further driver development for
OS4.
Any bug report is gladley recived on ac()rebels.com
Signing off
Rene W. Olsen
Installtion
-----------
copy rMouse.usbfd to devs:usb/fd/
copy rMouse.fdclass to devs:usb/fdclasses/
Now you'll think thats its all done, but think again.
First OS4's usb stack comes with a bootmouse already so you have to
remove the bootmouse (bootmouse.fdclass) from the dir (devs:USB/fdclasses/)
Second there is a HID class (Human Interface Device) meaning a mouse and
keyboard class, that also have to go.
Now you can start the usb stack (sys:System/USBStart) and run USBInspector
(sys:Tools/USBInspector) to check that the driver got loaded.
History
-------
v1.6 - 05.Dec.2005 - Added support for Mouse Whells
v1.5 - 09.Jul.2005 - Seglist wasent returned to the system, so memory werent
free'd
at library flush.
v1.4 - 01.May.2005 - Cleaned the source and added debug info
and aligned the internal structs
v1.3 - 13.Feb.2005 - Added Error Logging (see T:usb.log on error)
> 11.Feb.2005 < - Official release --
v1.2 - 10.Feb.2005 - Added AboutIO() and WaitIO() to exit code, seem to remove
the crach on exit
v1.1 - 04.Feb.2005 - Mouse buttons now works
v1.0 - 24.Jan.2005 - First version movement works
| |