diff options
Diffstat (limited to 'daemon/usb.h')
| -rw-r--r-- | daemon/usb.h | 2 |
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); | |||
| 57 | void usb_get_fds(struct fdlist *list); | 57 | void usb_get_fds(struct fdlist *list); |
| 58 | int usb_get_timeout(void); | 58 | int usb_get_timeout(void); |
| 59 | int usb_send(struct usb_device *dev, const unsigned char *buf, int length); | 59 | int usb_send(struct usb_device *dev, const unsigned char *buf, int length); |
| 60 | int usb_discover(void); | ||
| 61 | void usb_autodiscover(int enable); | ||
| 60 | int usb_process(void); | 62 | int usb_process(void); |
| 61 | int usb_process_timeout(int msec); | 63 | int usb_process_timeout(int msec); |
| 62 | 64 | ||
