hid

  1. O

    Solved Problems writing to usb as gadget

    I am trying to mimic an existing device (ps4 and ps5 gamepads). My device is a Raspberry Pi Zero 2. USB Gadget mode seems to be working. I copied the report descriptor and all settings/information of the device I am trying to mimic. My host correctly detect the device and lsusb shows everything...
  2. Y

    Set up USB port for storage only

    I am building a system that is designed to transfer user files into a closed system automatically using Raspberry Pi. I want to set up the USB connection to get a connection only from an on-key disk (or other volume), to prevent a keyboard or mouse connection (HID). I would be happy for any...
  3. fredcobain

    Disable SONY-HID driver (hid ignore special drivers)

    Hi guys, I have a fake wired ps3 controller that works fine on RPI3 build only when I add this line on /boot/cmdline.txt file: hid.ignore_special_drivers=1 (which I believe that disables the sony-hid and the default usb hid driver assumes control) I want to use this same controller on a x86...
Top