I am trying to write a custom driver for the Logitech LX6 cordless mouse. It appears to use the standard PS/2 codes and four-byte data packet structure for everything except the horizontal scroll (i.e. tilting the scroll wheel right and left to click).
Does anyone know where the horizontal scroll data is supposed to be in the mouse's data packet? And what if any sequence of bytes needs to be sent to the mouse to activate the horizontal scroll function?
Any suggestions would be greatly appreciated. Thanks!