Thread: I made a custom driver in C for a USB controller

  1. #1
    Registered User
    Join Date
    Jun 2019
    Posts
    1

    I made a custom driver in C for a USB controller

    I wanted to play an old SNES emulator with a matching USB controller. The manufacturer didn't provide a driver for Linux, so I built my own. It's a fun little project to try if you want to learn some libraries in C.

    YouTube

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I'd much rather read the code in a github than watch 15 minutes of you waffle on about your life history and watching you type code.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User catacombs's Avatar
    Join Date
    May 2019
    Location
    /home/
    Posts
    81
    Quote Originally Posted by Salem View Post
    I'd much rather read the code in a github than watch 15 minutes of you waffle on about your life history and watching you type code.
    Lmao. I'm dead.

    Salem does have a point. Let's see the code.

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    There you go. The link was in the description.
    GitHub - alugocp/gamepad
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 12-13-2012, 01:06 AM
  2. Using custom made DLLs
    By Mastadex in forum Windows Programming
    Replies: 3
    Last Post: 05-13-2006, 09:23 AM
  3. Problems with a custom-made class
    By Kylecito in forum C++ Programming
    Replies: 9
    Last Post: 02-06-2006, 01:35 PM
  4. Custom Made Safe Input Function
    By Beast() in forum C Programming
    Replies: 6
    Last Post: 08-21-2004, 10:19 PM
  5. Creating a custom USB driver
    By bennyandthejets in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-01-2004, 06:59 AM

Tags for this Thread