gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Merge DeviceInfo into Device to simplify API #6

Closed gary-rowe closed 9 years ago

gary-rowe commented 9 years ago

There is no good reason to separate DeviceInfo from Device.

gary-rowe commented 9 years ago

Performed the merge. Small change to the external API as a result.

gary-rowe commented 9 years ago

Seen working in downstream projects (MultiBit Hardware).