USB Mouse: Working then stopped working

Hi All,

New here, and new to raspberry pi in general. Have used Linux a little in the past but not much.
I have a RPi 3 and the official 7" touch screen and i am running a dual boot with raspbian and OSMC.
However i have only booted into Raspbian once and it is OSMC i am playing with for the most part.

I have a razer lachesis mouse that i wasnt using because the case was damaged but i decided to program it as a controller for OSMC. E.g. scroll up was F10, scroll down was F9, for volume control, and scroll click was F8.
I programmed it on my pc. I plugged it into rapsberry pi, and it worked great! I could scroll up or down to control volume. I only tested it for a short time, and moved the mouse to a different position on my desk and noticed that the mouse movement caused the screen in OSMC to move. I did this a couple times but then…mouse turned off.

Now i have tried it on different ports. Rebooted etc and it does not seem to power up.
lsusb shows my memory stick, 2x standard microsystems corp and linux foundation root hub. I plugged in a wireless mouse adapter and a usb drive and both were recognised and shown in lsusb but not the razer mouse. If i plug it into my pc, it turns on, but not when i plug into raspberry pi. I tested in Raspbian as well as OSMC and lsusb doesnt show it in either. I power the touchscreen and raspberry pi separately, each with a 2A psu.

Has anyone seen this before? I don’t know if it is a driver issue or something else. it was working for a short time and then stopped and the mouse works in my PC.
Any advice would be much appreciated, regards,

osmc@A3Console:~$ dmesg | grep -i usb
[ 0.329109] usbcore: registered new interface driver usbfs
[ 0.329186] usbcore: registered new interface driver hub
[ 0.329281] usbcore: registered new device driver usb
[ 1.528856] usbcore: registered new interface driver smsc95xx
[ 1.930097] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.930135] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.930171] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 1.930431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.930446] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.930459] usb usb1: Product: DWC OTG Controller
[ 1.930471] usb usb1: Manufacturer: Linux 4.4.13-5-osmc dwc_otg_hcd
[ 1.930484] usb usb1: SerialNumber: 3f980000.usb
[ 1.931326] hub 1-0:1.0: USB hub found
[ 1.932237] usbcore: registered new interface driver usb-storage
[ 1.933574] usbcore: registered new interface driver usbtouchscreen
[ 2.073195] usbcore: registered new interface driver usbhid
[ 2.073200] usbhid: USB HID core driver
[ 2.312801] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.512963] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.512975] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.513503] hub 1-1:1.0: USB hub found
[ 2.792839] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.893019] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.893032] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.954700] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:57:04:17
[ 3.032819] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
[ 3.135526] usb 1-1.4: New USB device found, idVendor=03f0, idProduct=3407
[ 3.135538] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.135544] usb 1-1.4: Product: v135w
[ 3.135551] usb 1-1.4: Manufacturer: HP
[ 3.135557] usb 1-1.4: SerialNumber: AA04012700007560
[ 3.136074] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 3.146818] scsi host0: usb-storage 1-1.4:1.0
[ 4.089529] usbcore: registered new interface driver uas
[ 4.148486] usbcore: registered new interface driver brcmfmac

osmc@A3Console:~$ dmesg | tail -20
[ 6.565572] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.651149] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 6.777501] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 6.833510] FAT-fs (mmcblk0p6): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.903377] EXT4-fs (mmcblk0p7): recovery complete
[ 6.904598] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 8.624782] Console: switching to colour dummy device 80x30
[ 8.964067] Bluetooth: Core ver 2.21
[ 8.964122] NET: Registered protocol family 31
[ 8.964128] Bluetooth: HCI device and connection manager initialized
[ 8.964142] Bluetooth: HCI socket layer initialized
[ 8.964153] Bluetooth: L2CAP socket layer initialized
[ 8.964173] Bluetooth: SCO socket layer initialized
[ 8.969772] Bluetooth: HCI UART driver ver 2.3
[ 8.969784] Bluetooth: HCI UART protocol H4 registered
[ 8.969789] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 8.969891] Bluetooth: HCI UART protocol BCM registered
[ 9.112947] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 9.112959] Bluetooth: BNEP filters: protocol multicast
[ 9.112972] Bluetooth: BNEP socket layer initialized

No clues as to why this mouse isn’t working? I since connected a logitech g502 mouse and that worked without any problems. The Razer mouse is older and the driver is separate from all of razers other mice. Wondering if this is the issue or if there is something else that could be the problem.