|   | e551384a | 2022-04-26T14:54:14 |  | Added functions to get the platform dependent name for a joystick or game controller | 
            
              |   | 120c76c8 | 2022-01-03T09:40:00 |  | Updated copyright for 2022 | 
            
              |   | 6fb50bd0 | 2021-11-22T11:16:23 |  | Don't use "exp" as a name so that it's doesn´t  show up with searching for the function | 
            
              |   | 1ccfbf96 | 2021-11-11T11:13:08 |  | joystick: Convert HasLED() into a generic GetCapabilities() function | 
            
              |   | 08ae7904 | 2021-09-14T20:38:03 |  | Replace calls to asprintf with SDL_asprintf | 
            
              |   | bf97c5a2 | 2021-09-08T14:47:40 |  | Make sure SDL file descriptors don't leak into child processes | 
            
              |   | d135c076 | 2021-07-08T13:22:41 |  | Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
See testgamecontroller.c for an example of a custom PS5 trigger effect | 
            
              |   | 23764588 | 2021-01-23T17:24:28 |  | renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_H | 
            
              |   | 9130f7c3 | 2021-01-02T10:25:38 |  | Updated copyright for 2021 | 
            
              |   | ee180efd | 2020-12-20T12:08:49 |  | Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from David Carlier) | 
            
              |   | 34bea84a | 2020-11-23T23:03:55 |  | Fixed bug 5335 - Patch: enable joystick/haptic/evdev support by default on FreeBSD
Alex S
Ah, that's not quite enough. You need to:
  1. rename src/joystick/bsd/SDL_sysjoystick.c to something;
  2. regenerate configure. |