/*
 * Return the name of this Joystick::Device object.
 *
 * Note: not all joysticks have descriptive names.
 *
 * Example:
 *   puts "Joystick Name: #{joy.name}"
 *
 */
static VALUE j_dev_name(VALUE self) {