Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded libusb_open_device_with_bus_dev | Nikolai Kondrashov | 2010-11-18 | 1 | -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_open | Nikolai Kondrashov | 2010-11-17 | 1 | -4/+4 |
| | | | | Renamed vendor/product parameters to uhd_dev_list_open to vid/pid. | ||||
* | Move common generic constants to a separate file | Nikolai Kondrashov | 2010-11-17 | 1 | -5/+8 |
| | | | | Move common generic constants to a separate header file misc.h. | ||||
* | Add multi-device dumping with limiting | Nikolai Kondrashov | 2010-11-17 | 5 | -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 module | Nikolai Kondrashov | 2010-11-15 | 1 | -2/+2 |
| | | | | | Use interface list iteration macro in two functions in the interface list module. | ||||
* | Split iface into iface and iface_list | Nikolai Kondrashov | 2010-11-15 | 3 | -150/+182 |
| | | | | Split iface.[hc] into iface.[hc] and iface_list.[hc]. | ||||
* | Break iface list functions into iface functions | Nikolai Kondrashov | 2010-11-15 | 1 | -168/+149 |
| | | | | | Break interface list functions into interface functions and use list iteration macro instead. | ||||
* | Sync directory and file names with prefix update | Nikolai Kondrashov | 2010-11-14 | 4 | -7/+7 |
| | | | | | Rename directories and files to match prefix replacement done in the commit before the previous one. | ||||
* | Refine formatting after prefix update | Nikolai Kondrashov | 2010-11-14 | 1 | -8/+8 |
| | | | | | Refine source code formatting after replacing prefixes done in the previous commit. | ||||
* | Replace usbhid_dump_ prefix with uhd_ | Nikolai Kondrashov | 2010-11-14 | 2 | -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-dump | Nikolai Kondrashov | 2010-08-19 | 4 | -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 .gitignore | Nikolai Kondrashov | 2010-08-18 | 1 | -0/+4 |
| | | | | Added .gitignore generated from svn:ignore. | ||||
* | Added unsupported HID request response handling. | Nikolai Kondrashov | 2010-07-30 | 1 | -2/+12 |
| | |||||
* | Added transfer cancellation. | Nikolai Kondrashov | 2010-07-22 | 1 | -0/+1 |
| | |||||
* | Added (somewhat dummy) Set_Protocol and Set_Idle requests to stream dumping ↵ | Nikolai Kondrashov | 2010-07-22 | 1 | -0/+60 |
| | | | | setup. | ||||
* | Fixed stream dumping. | Nikolai Kondrashov | 2010-07-21 | 1 | -10/+24 |
| | |||||
* | Implemented a stream dump draft. | Nikolai Kondrashov | 2010-07-05 | 1 | -12/+67 |
| | |||||
* | Added interface claiming/releasing. | Nikolai Kondrashov | 2010-07-05 | 1 | -1/+42 |
| | |||||
* | Added interface detaching/attaching. | Nikolai Kondrashov | 2010-07-05 | 2 | -11/+60 |
| | |||||
* | Modularized and cleaned up a bit. | Nikolai Kondrashov | 2010-07-05 | 4 | -0/+366 |