Giter Club home page Giter Club logo

Comments (10)

rene-aguirre avatar rene-aguirre commented on September 26, 2024

@idanstark42 HID class devices are "hard" configured by the USB descriptors.

This is a hardware configuration and capabilities restriction.

One way to work around this, would be to have an adaptor intermediate device, which still sounds to much and specific for a given device. If this is your device (or you have the choice to modify the firmware), I'd rather suggest to change its USB descriptors and operations. Still not straightforward for most people though.

from pywinusb.

rene-aguirre avatar rene-aguirre commented on September 26, 2024

@idanstark42 HID class devices are "hard" configured by the USB descriptors.

This is a hardware configuration and capabilities restriction.

One way to work around this, would be to have an adaptor intermediate device, which still sounds to much and specific for a given device. If this is your device (or you have the choice to modify the firmware), I'd rather suggest to change its USB descriptors and operations. Still not straightforward for most people though.

from pywinusb.

idanstark42 avatar idanstark42 commented on September 26, 2024

from pywinusb.

rene-aguirre avatar rene-aguirre commented on September 26, 2024

@idanstark42 interesting... Why do you think this happened? Did you manually install your device initially or had any "filter driver" dealing with it?

from pywinusb.

idanstark42 avatar idanstark42 commented on September 26, 2024

from pywinusb.

idanstark42 avatar idanstark42 commented on September 26, 2024

from pywinusb.

rene-aguirre avatar rene-aguirre commented on September 26, 2024

That looks like a valid descriptor.

In this case you only have a single input report, so your device is instructing the HID parser to skip any report Id.

This is kind of a common descriptor structure for very simple devices, likely these are implemented in very resource constrained small SoC silicon devices.

from pywinusb.

idanstark42 avatar idanstark42 commented on September 26, 2024

from pywinusb.

rene-aguirre avatar rene-aguirre commented on September 26, 2024

There is a big restriction for trying to use HID input devices with PyWinUSB: Windows would "own" the device, so it's just not possible to share access.

If you can actually find your device is because it might expose non input devices usage pages (e.g. LED usage items) and only output or feature reports are available.

Makes sense?

Anyway, this is not a dead end if you still want to capture your device input. Here is where a USB comes handy, but honestly for this you'd might be better off with libusb et. al. kind of libraries.

PyWinUSB "just works", no need for special drivers or config, for regular non input devices, but for keyboards, mice and some game input devices you might actually do it better using other Windows API access calls or events, which actually some are kind of standard events.

from pywinusb.

idanstark42 avatar idanstark42 commented on September 26, 2024

from pywinusb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.