Short: Some special mouse drivers Author: Diverse Uploader: A. Pankalla Type: driver/input Version: 1.1 Architecture: ppc-amigaos >= 4.1.0 Kurz: Einige spezielle Maustreiber MouseDriver This mouse drivers based on open-source code from diverse authors and was changed in two manners. First, some functions are changed, because they deprecrated and second i changed some lines of codes to fit to severale mouse types. The changed source code you find in the source directory, it is based on the xero-driver from W. Hosemann. You can recompile it with different constants to genrate the special drivers. The main new function of the driver's is to provide a possibility to scroll also in horizontal direction, this is usesd, for example, in the directory windows or the notepad. This function is mapped to special hardware buttons. Check the hardware id's with tools like usbinspector or devinfos(ng). the driver only works with this deticated hardware! ###Attention### There is no garantee, that the drivers runs without any error, crash. It maybe can also damage your hardware or the installation. maybe the driver works not with your mouse-hardware, then there no mouse-support in your installation, the remove the driver. You use this driver on your own risk!!! Supported mouse-hardware: Logitech B100/M100 (Vendor: 0x046d Product: 0xc077) Pushing the mouse-wheel and move the mouse to scroll horizontal and vertically. Logitech RX-250 (Vendor: 0x046d Product: 0xc050) This driver now support the tilt of the mouse-wheel to scroll in horizontal. Logitech Optical Tilt Wheel Mouse or AEON Amiga-Mouse (Vendor: 0x046d Product: 0xc019) This driver now support the tilt of the mouse-wheel to scroll in horizontal. Cherry MC3000 (Vendor: 0x046a Product: 0xb103) This driver now support the two button on the left side of the device. Press the lower one to scroll with the wheel in horizontal or press the upper one to scroll in both sides by moving the mouse. Microsoft (Vendor: 0x045e Product: 0x00cb) Standard three button mouse with scrollwheel. PixArt (Vendor: 0x093A Product: 0x2510) This is the FairMouse from https://fairityourself.de Scroll vertical with scrollwheel and scroll horizontal with pushed scrollwheel (Third button). Installation Check the vendorID and productID with a usb-tool like usb-inspector (sys:utilities) or devinfos/devinfosng from aminet/os4depot. choose the right driver with the vendorID. logitech (0x046d) or cherry (0x04da). then look into this directory and search for the correct productID. copy the files from this directory. copy .usbfd to DEVS:usb/fd/ copy .fdclass to DEVS:usb/fdclasses/ restart the amiga and check if mouse is running correctly. Deinstallation Remove the files from the two directories.