X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fusbmode.git;a=blobdiff_plain;f=switch.h;fp=switch.h;h=a6d5297deea3a296436874b3561cbaae558bf520;hp=eda94c28fc9c07c81a5f89fb5897a2d3268465de;hb=a63255ff23043196fce74f143a6ebc79184fcdf2;hpb=ed61a16faf025671d9ff751b827980cc44f9f088 diff --git a/switch.h b/switch.h index eda94c2..a6d5297 100644 --- a/switch.h +++ b/switch.h @@ -6,8 +6,10 @@ struct usbdev_data { struct libusb_device_descriptor desc; + struct libusb_config_descriptor *config; libusb_device_handle *devh; struct blob_attr *info; + int interface; char idstr[10]; char mfg[128], prod[128], serial[128];