diff options
Diffstat (limited to 'usb.h')
| -rw-r--r-- | usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -26,6 +26,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
| 26 | #define BULK_IN 0x85 | 26 | #define BULK_IN 0x85 |
| 27 | #define BULK_OUT 0x04 | 27 | #define BULK_OUT 0x04 |
| 28 | 28 | ||
| 29 | #define USB_MTU 65536 | ||
| 30 | |||
| 29 | #define VID_APPLE 0x5ac | 31 | #define VID_APPLE 0x5ac |
| 30 | #define PID_IPHONE2G 0x1290 | 32 | #define PID_IPHONE2G 0x1290 |
| 31 | #define PID_ITOUCH1G 0x1291 | 33 | #define PID_ITOUCH1G 0x1291 |
| @@ -42,6 +44,7 @@ const char *usb_get_serial(struct usb_device *dev); | |||
| 42 | int usb_get_location(struct usb_device *dev); | 44 | int usb_get_location(struct usb_device *dev); |
| 43 | void usb_get_fds(struct fdlist *list); | 45 | void usb_get_fds(struct fdlist *list); |
| 44 | int usb_get_timeout(void); | 46 | int usb_get_timeout(void); |
| 47 | int usb_send(struct usb_device *dev, const unsigned char *buf, int length); | ||
| 45 | int usb_process(void); | 48 | int usb_process(void); |
| 46 | 49 | ||
| 47 | #endif | 50 | #endif |
