12 lines
150 B
Objective-C
12 lines
150 B
Objective-C
# USB interface description
|
|
#
|
|
|
|
INTERFACE usb;
|
|
|
|
# The device should start probing for new children again
|
|
#
|
|
METHOD int reconfigure {
|
|
device_t dev;
|
|
};
|
|
|