/* USB.find_devices */ static VALUE rusb_find_devices(VALUE cUSB) { return INT2NUM(usb_find_devices()); }