Logo by Nickman (anonymous IP: 3.135.202.38,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
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 |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |