mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
11 lines
150 B
Objective-C
11 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;
|
|
};
|
|
|