diff options
author | alfred <alfred@FreeBSD.org> | 2009-07-30 00:11:41 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2009-07-30 00:11:41 +0000 |
commit | 6c89a5f102e50c4c64fe2243108d70c38997ccec (patch) | |
tree | 35d9a81dcb5e49cb309382bf22adb81c31afeef6 /lib/libusb/libusb20_int.h | |
parent | eafde3dc55d5265075b824d9b12983759e0e2c50 (diff) | |
download | FreeBSD-src-6c89a5f102e50c4c64fe2243108d70c38997ccec.zip FreeBSD-src-6c89a5f102e50c4c64fe2243108d70c38997ccec.tar.gz |
LibUSB v1.0:
- Significantly improve libusb10 support.
- Many minor issues fixed.
- P4 ID: 166189, 165853, 165991, 166052, 166069
Submitted by: hps
Approved by: re
Diffstat (limited to 'lib/libusb/libusb20_int.h')
-rw-r--r-- | lib/libusb/libusb20_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb20_int.h b/lib/libusb/libusb20_int.h index aa89611..004b0cf 100644 --- a/lib/libusb/libusb20_int.h +++ b/lib/libusb/libusb20_int.h @@ -191,8 +191,8 @@ struct libusb20_device { /* private backend data */ void *privBeData; - /* libUSB v0.1 compat data */ - void *priv01Data; + /* libUSB v0.1 and v1.0 compat data */ + void *privLuData; /* claimed interface */ uint8_t claimed_interface; |