Short: Some special mouse drivers Author: Diverse Uploader: A. Pankalla Type: driver/input Version: 1.0 Architecture: ppc-amigaos >= 4.1.0 Kurz: Einige spezielle Maustreiber MouseDriver This mouse drivers based on open-source code from diverse authors (look into the source-code) 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 used, for example, in a directory window 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! Supported mouse-hardware: Logitech B100 (Vendor: 0x046d Product: 0xc077) Pushing the mouse-wheel and move the mouse to scroll horizontal and vertically. Logitech RX-250 or AEON Amiga-Mouse (Vendor: 0x046d Product: 0xc050) This driver now support the tilt of the mouse-wheel to scroll in horizontal. Logitech Optical Tilt Wheel 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. 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.