diff options
Diffstat (limited to 'src/device.c')
| -rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index bb12310..9f45ea9 100644 --- a/src/device.c +++ b/src/device.c | |||
| @@ -808,7 +808,7 @@ int device_add(struct usb_device *usbdev) | |||
| 808 | dev->preflight_cb_data = NULL; | 808 | dev->preflight_cb_data = NULL; |
| 809 | dev->version = 0; | 809 | dev->version = 0; |
| 810 | struct version_header vh; | 810 | struct version_header vh; |
| 811 | vh.major = htonl(1); | 811 | vh.major = htonl(2); |
| 812 | vh.minor = htonl(0); | 812 | vh.minor = htonl(0); |
| 813 | vh.padding = 0; | 813 | vh.padding = 0; |
| 814 | if((res = send_packet(dev, MUX_PROTO_VERSION, &vh, NULL, 0)) < 0) { | 814 | if((res = send_packet(dev, MUX_PROTO_VERSION, &vh, NULL, 0)) < 0) { |
