1# USB interface description 2# 3 4INTERFACE usb; 5 6# The device should start probing for new children again 7# 8METHOD int reconfigure { 9 device_t dev; 10}; 11 12