summaryrefslogtreecommitdiffstats
path: root/daemon/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/usb.h')
-rw-r--r--daemon/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/usb.h b/daemon/usb.h
index 7e20dce..9b2cb1a 100644
--- a/daemon/usb.h
+++ b/daemon/usb.h
@@ -57,6 +57,8 @@ uint16_t usb_get_pid(struct usb_device *dev);
57void usb_get_fds(struct fdlist *list); 57void usb_get_fds(struct fdlist *list);
58int usb_get_timeout(void); 58int usb_get_timeout(void);
59int usb_send(struct usb_device *dev, const unsigned char *buf, int length); 59int usb_send(struct usb_device *dev, const unsigned char *buf, int length);
60int usb_discover(void);
61void usb_autodiscover(int enable);
60int usb_process(void); 62int usb_process(void);
61int usb_process_timeout(int msec); 63int usb_process_timeout(int msec);
62 64