/* USB.first_bus */ static VALUE rusb_first_bus(VALUE cUSB) { struct usb_bus *bus = usb_get_busses(); return rusb_bus_make(bus, Qnil); }