OS4 DepotLogo by Marko 
(anonymous IP: 3.133.160.156,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Driver » Input » mousedriver.lha

MouseDriver

Description: Some special mouse-driver
Download: mousedriver.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 118kb
Version: 1.0
Date: 30 Jun 2019
Author: A. Pankalla & Diverse
Submitter: A. Pankalla
Category: driver/input
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 10921
 
Comments: 7
Snapshots: 0
Videos: 0
Downloads: 2835  (Current version)
2835  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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 <cherry|logitech>.usbfd to DEVS:usb/fd/
copy <cherry|logitech>.fdclass to DEVS:usb/fdclasses/
restart the amiga and check if mouse is running correctly.

Deinstallation
Remove the files from the two directories.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved