diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2012-07-11 13:43:55 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2012-07-11 13:43:55 +0000 |
commit | 6d17cf6962cf8f7c9c0d01d649a0d3a09d259fb7 (patch) | |
tree | aaf3837d63c984311ab4cf3aef1a1935ef112684 /lib/libusbhid/shlib_version | |
parent | 601c20e821989aba859af7d3b8590d460941ee25 (diff) |
- port multiple report ID support for HID parser from FreeBSD code
(rev. 205728, 224511 and 225839)
- add hid_get_report_id(3) to get id of a descriptor.
- crank the major in shlib_version 3.0 -> 4.0
ok deraadt@, mpi@
Diffstat (limited to 'lib/libusbhid/shlib_version')
-rw-r--r-- | lib/libusbhid/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusbhid/shlib_version b/lib/libusbhid/shlib_version index 012c14171d3..d9961ea9fef 100644 --- a/lib/libusbhid/shlib_version +++ b/lib/libusbhid/shlib_version @@ -1,2 +1,2 @@ -major=3 +major=4 minor=0 |