summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded libusb_open_device_with_bus_devNikolai Kondrashov2010-11-181-72/+0
| | | | | Remove now unneeded libusb_open_device_with_bus_dev, it is replaced with uhd_dev_list_open.
* Minor naming cleanup in uhd_dev_list_openNikolai Kondrashov2010-11-171-4/+4
| | | | Renamed vendor/product parameters to uhd_dev_list_open to vid/pid.
* Move common generic constants to a separate fileNikolai Kondrashov2010-11-171-5/+8
| | | | Move common generic constants to a separate header file misc.h.
* Add multi-device dumping with limitingNikolai Kondrashov2010-11-175-66/+337
| | | | | | Add multi-device dumping. Add independent limiting by bus number, device address, vendor, product and interface number.
* Use iteration macro in iface list moduleNikolai Kondrashov2010-11-151-2/+2
| | | | | Use interface list iteration macro in two functions in the interface list module.
* Split iface into iface and iface_listNikolai Kondrashov2010-11-153-150/+182
| | | | Split iface.[hc] into iface.[hc] and iface_list.[hc].
* Break iface list functions into iface functionsNikolai Kondrashov2010-11-151-168/+149
| | | | | Break interface list functions into interface functions and use list iteration macro instead.
* Sync directory and file names with prefix updateNikolai Kondrashov2010-11-144-7/+7
| | | | | Rename directories and files to match prefix replacement done in the commit before the previous one.
* Refine formatting after prefix updateNikolai Kondrashov2010-11-141-8/+8
| | | | | Refine source code formatting after replacing prefixes done in the previous commit.
* Replace usbhid_dump_ prefix with uhd_Nikolai Kondrashov2010-11-142-40/+40
| | | | | Replace usbhid_dump_ and USBHID_DUMP_ symbol prefixes with uhd_ and UHD_ respectively to make them shorter.
* Renamed the package from hid-dump to usbhid-dumpNikolai Kondrashov2010-08-194-72/+72
| | | | | | | | In preparation for integration with usbutils, the package is given a more globally correct name "usbhid-dump". All the relevant directories and files are renamed. All the relevant symbols in the code are renamed. The resulting binary is renamed. All the license notices in the files are updated with the new name.
* Add .gitignoreNikolai Kondrashov2010-08-181-0/+4
| | | | Added .gitignore generated from svn:ignore.
* Added unsupported HID request response handling.Nikolai Kondrashov2010-07-301-2/+12
|
* Added transfer cancellation.Nikolai Kondrashov2010-07-221-0/+1
|
* Added (somewhat dummy) Set_Protocol and Set_Idle requests to stream dumping ↵Nikolai Kondrashov2010-07-221-0/+60
| | | | setup.
* Fixed stream dumping.Nikolai Kondrashov2010-07-211-10/+24
|
* Implemented a stream dump draft.Nikolai Kondrashov2010-07-051-12/+67
|
* Added interface claiming/releasing.Nikolai Kondrashov2010-07-051-1/+42
|
* Added interface detaching/attaching.Nikolai Kondrashov2010-07-052-11/+60
|
* Modularized and cleaned up a bit.Nikolai Kondrashov2010-07-054-0/+366