Otherwise I have to write one myself. In which case anybody have a good guide on writing Linux kernel drivers in rust? Maybe specifically catered towards controllers

Otherwise I guess I can get chat gpt to do it

The thing has three ‘modes’ Pc,ps4, and ps5. But just connecting it to Pc doesn’t work

  • @frostphunkOP
    link
    8
    edit-2
    1 year ago

    Hey guys,

    Seems I had a bad USB port. Looks like ChatGPT won’t be coding us a driver anytime soon

    I do concede my lack of sleep has led to bad judgement

  • @[email protected]
    link
    fedilink
    41 year ago

    Asking ChatGPT to write a kernel module would be hilarious. I’d love to see what would happen with your kernel from a safe distance.

    That being said, it’s a usb controller, right? Chance that you don’t need new kernel module for it and you’ll just need to define a button mapping.

    https://wiki.archlinux.org/title/Gamepad

    • @frostphunkOP
      link
      11 year ago

      Someone’s gotta do it

      ——

      Ahh nice I will try this

  • @[email protected]
    link
    fedilink
    31 year ago

    If you want to write drivers you’ll need some really good documentation on how to interact with the device.

    Then when you have that ask ChatGPT how to write a driver, it’ll most likely not do the best job on writing it in Rush so for a sample code asking for C code will give better result.

    • @frostphunkOP
      link
      2
      edit-2
      1 year ago

      You’re right, I didn’t consider documentation being a problem never written a driver . I just assumed it was pretty easy for something with just 12 buttons. Any pointers on REing. I’m assuming victrix doesn’t put out any docs on their sticks

  • @mvirts
    link
    21 year ago

    I would bet that you just need to add the USB device id to the right driver and it will work. It’s PlayStation compatible and Windows compatible, so it should work as either a dual shock USB device or a generic hid controller of some sort.

    • @frostphunkOP
      link
      11 year ago

      Not at Pc atm but I’ll let you know ASAP

      also I’m running steam as steam deck in gamescope on wayland in case my hardware helps anyone. Should be recent versions b/c rolling release distro