| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This codepath used uint64_t's in place of pointers in structs and
arrays to allow 32-bit code to use 64-bit version of ioctls. Now
that we support 32-bit compat natively this is no longer needed.
Reviewed by: hselasky, jrtc27 (prior version)
|
|
|
|
|
|
|
|
|
|
| |
This function is useful when debugging USB device issues.
MFC after: 1 week
Sponsored by: Mellanox Technologies
Notes:
svn path=/head/; revision=356136
|
|
|
|
|
|
|
|
|
|
|
| |
USB device is closed. This fixes a compatibility issue with upstream
libusb.
Found by: romain@
MFC after: 1 week
Notes:
svn path=/head/; revision=331419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Notes:
svn path=/head/; revision=326219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"product vendor". This is consistent with how it's generally done.
The ordering is visible eg in usbconfig(8) output.
Note to self: MFC this to 9 and 8.
Reviewed by: hselasky@
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D8258
Notes:
svn path=/head/; revision=307774
|
|
|
|
| |
Notes:
svn path=/head/; revision=255242
|
|
|
|
| |
Notes:
svn path=/head/; revision=253339
|
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Requested by: emaste @
Notes:
svn path=/head/; revision=250201
|
|
|
|
|
|
|
|
|
|
| |
- Fix a compile warning where the return value of a call
to a write() function was ignored.
- Remove redundant include files from userland USB header files.
- Add some now needed include files to various C-files.
Notes:
svn path=/head/; revision=248236
|
|
|
|
|
|
|
|
|
|
| |
Update usbconfig to print power draw on USB devices.
MFC after: 2 weeks
Submitted by: Matt Burke @ icritical.com
Notes:
svn path=/head/; revision=246789
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=239239
|
|
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=234491
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
about the parent USB device:
- libusb20_dev_get_parent_address
- libusb20_dev_get_parent_port
- Rename libusb20_compat01.c into libusb01.c
MFC after: 3 days
Notes:
svn path=/head/; revision=223495
|
|
|
|
|
|
|
|
| |
MFC after: 14 days
Approved by: thompsa (mentor)
Notes:
svn path=/head/; revision=219100
|
|
|
|
|
|
|
| |
Approved by: thompsa (mentor)
Notes:
svn path=/head/; revision=213852
|
|
|
|
|
|
|
|
|
|
| |
is expected after this commit.
Tested by: make buildworld
Reviewed by: hps (patch without .h changes)
Notes:
svn path=/head/; revision=203815
|
|
|
|
|
|
|
| |
Reviewed by: hps@
Notes:
svn path=/head/; revision=203775
|
|
|
|
|
|
|
| |
Submitted by: Hans Petter Selasky
Notes:
svn path=/head/; revision=203147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix a memory leak on the USB backend
- fix invalid pointer computations (in one case memory outside the allocated
area was written in LibUSB v1.0)
- make sure memory is always initialised, also in failing cases
- add missing functions from v1.0.4
PR: usb/140325
Reported by: Robert Jenssen
Submitted by: Hans Petter Selasky
MFC After: 3 days
Notes:
svn path=/head/; revision=199055
|
|
|
|
|
|
|
| |
Submitted by: HPS
Notes:
svn path=/head/; revision=198376
|
|
|
|
|
|
|
| |
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
Notes:
svn path=/head/; revision=194677
|
|
|
|
|
|
|
|
|
| |
claim and release interface support from libusb v2.0, because it is not useful.
Submitted by: Hans Petter Selasky
Notes:
svn path=/head/; revision=194069
|
|
|
|
| |
Notes:
svn path=/head/; revision=192984
|
|
directory name.
Notes:
svn path=/head/; revision=189587
|