Questions tagged [usb-hid]

19 questions
43
votes
3 answers

How do I figure out why systemctl service "systemd-modules-load" fails?

For some time I've seen some red text flashing by during boot. Today I decided to look into it. The systemctl service systemd-modules-load.service is failing with this text: tomas@bonus-debian:~$ sudo systemctl status systemd-modules-load ●…
Hubro
  • 6,016
2
votes
0 answers

What is the maximum number of characters per second that can theoretically be written using an HID device in Windows 10?

The underlying question that I am trying to answer is simple: What is the maximum number of characters per second that can theoretically be written using an HID device in Windows 10? In order to answer this, I must find out how the Windows 10 OS…
Psi
  • 201
2
votes
0 answers

Linux target device HID support

I want my Linux target 3.10 embedded ARM device to recv and send commands to a HOST PC via USB HID. The HOST PC will have a GUI that communicates via HID USB to the Linux target device. Usually I'd use a non-HID driver for this type of thing, but…
Crizzo
  • 36
1
vote
0 answers

Apply usbhid quirks

I have device 0x56a:0x350 (wacom cintiq pro 16) which accidentally (due to hardware issue), it's read by the system (on any machine or OS) as 0x56a:0x34e (wacom MobileStudio Pro 16) It's working fine, but the pen X and Y are inverted, so I would…
1
vote
0 answers

Windows 10 laptop will not recognise USB mice or keyboards

I am looking at a Windows 10 laptop (a surface pro 3), that will not recognise USB mice or keyboards. The USB port is happy with storage devices (including microcontrollers), USB UART devices, USB Video capture devices, USB Ethernet adaptors. It is…
1
vote
0 answers

Wine won't find HID USB device (Power Commander V interface)

I am trying to get Dynojet Power Commander V (PCV) software functioning in Wine 4.0 and 18.2x64. The program starts fine, but it cannot find the controller which is connected via USB as a HID. It works in VirtualBox (Windows 7), but that is bulky…
1
vote
0 answers

HID-device not recognized (anymore) in 1 certain USB port

In my current project, I'm working with an IPC (Industrial Windows 7 Ultimate PC), and 1 or more Hall sensors. These probes measure the magnetic field strength of a newly produced magnet, and return the value (Tesla) in a string. This setup works…
Belekz
  • 111
1
vote
1 answer

Can I mount /dev/usb/hiddevX as storage type?

I got an external HDD from a tv service provider which their receiver can access via eSATA + USB (y cable). When plugging the device into my computer, I get: This is dmesg: [290079.510263] usb 1-1.4: new low-speed USB device number 6 using…
1
vote
1 answer

How do I correct Nyko Airflo EX controller right analog stick behavior on Windows 10?

I have an old Nyko Air Flo EX which works great. With the exception that the right analog stick behaves incorrectly. After some digging this is what I've found: It's using HID-compliant Game Controller Hardware IDs: HID\VID_124B&PID_4D01&REV_0101…
Santiago
  • 111
1
vote
2 answers

unbind device from usbhid and bind to your own driver

OS: Debian 8 Problem: I'm writing usb driver module for my microcontroller, custom usb HID, but when I plug it to laptop it binds to usbhid driver, if I do rmmod usbhid it also disconnects a mouse and it's not very nice) I can unbind it via sudo sh…
JuicyKitty
  • 121
  • 1
  • 5
0
votes
0 answers

Change default driver for USB-device

I'm working on a small project which uses PlayStation Buzz!-controllers. The newer controller get automatically detected has HID-devices, but the older versions are unfortunately detected as a malfunctioning USB-Hub. It is possible to manually…
0
votes
1 answer

How to lower polling rate of Logitech MX518 mouse under Linux?

I am running Arch Linux and have an issue with my mouse (Logitech MX518 Gaming mouse). I would like to lower its polling rate. Right now, it is polling every single ms, which causes higher CPU usage in most applications, and is a bit of overkill for…
0
votes
1 answer

Can anyone help me how to interpret these numbers in USB HID?

I am using a device in my optical setup.http://www.ti.com/lit/ug/dlpu010g/dlpu010g.pdf. I can project any images( 1, 2, .., 8 bit). I am not a programmer and it makes even more difficult to explain my problem. I need to tell when which color should…
Sarah
  • 3
0
votes
0 answers

usb hid troubleshooting linux

I'm trying to get a java program to connect to a hid device on Fedora 30, but I get a 'errno 13' error when trying to connect The software library creator and a user over on stack overflow have confirmed it's not a software library problem My user…
0
votes
0 answers

Accidentally disables all HID devices - can't do anything

The title says it all. I was experimenting with devcon.exe and I accidentally disabled all HID devices. I have no way of doing anything with my computer except the power button and the windows key, and restarting doesn't seem to be doing anything.…
James A
  • 43
  • 1
  • 8
1
2