summaryrefslogtreecommitdiff
path: root/switch.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-24 20:15:01 +0200
committerJohn Crispin <blogic@openwrt.org>2014-08-24 20:15:59 +0200
commit993a9a542791953c4804f7ddbb3a07756738e37a (patch)
tree7e46cd607dd9c2536fc728f44b43eb2eb8ed32f2 /switch.h
parent01ecc3b9764d1dd89cf36ede0a2d98f9adb0cd33 (diff)
add a mbim eject handler
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'switch.h')
-rw-r--r--switch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/switch.h b/switch.h
index 246a29a..97c14f3 100644
--- a/switch.h
+++ b/switch.h
@@ -7,6 +7,7 @@
struct usbdev_data {
struct libusb_device_descriptor desc;
struct libusb_config_descriptor *config;
+ libusb_device *dev;
libusb_device_handle *devh;
struct blob_attr *info;
int interface;