Commit aad1346
committed
de38189 Enable linux netlink event monitoring for Android OS platform services
7bc88c0 macos: Fix Zero-Length Packet for multiple packets per frame
7adb291 docs: Fix broken doxygen references
0b4eda6 docs: Hide internal descriptor.c structure from doxygen
28a6afb docs: Document internal_ssplus_capability_descriptor
467b6a8 winusb: Fix winusb_get_device_list() failing to find port numbers
8776b80 descriptor: Fix clang -Wimplicit-int-conversion warnings
a319969 xcode: Adjust file indentation settings
30ec25f examples/ezusb: Fix error checking regression in recent commit
4528752 windows: Base HID device descriptor on cached values
d04fc0e openbsd: Use default clause in _errno_to_libusb()
bc12cda netbsd: Debug print all errors
9d595d4 Replace atoi() with strtol() which allows error checking
bd0fcdb Add KEYS file for release files verification
c3873d5 xusb: Define proper exit status
e8d76b1 clang-tidy: Stop suppressing readability-misleading-indentation warnings
197e305 libusb.h: Match parameter names in declaration and definition
55f8c95 descriptor: Fix addition overflow by correcting casts
e3ccc46 descriptor: Eliminate all duplicate branch bodies, as they are bug-prone
9cf8457 Avoid assignments within `if` statements
a18a964 darwin: Fix multiplication overflow by better matching type sizes
6883f84 darwin: Explicitly compare string compare function results to -1, 0, or 1
418aadc darwin: Always use uppercase literal suffixes for improved readability
3616e75 examples/xusb: Match size of loop index to what is iterated
a7e471d examples/xusb: Make some parameters const where possible
85055a4 examples/xusb: Make all macro replacement lists parenthesized
9ffdb7f examples/fxload: Eliminate all reserved C identifiers (leading underscores)
00454ab examples/ezusb: Replace rewind with fseek, to check for errors
e678b3f Emscripten: Avoid uncaught TypeError on browsers without USB support
916c740 descriptor: Avoid buffer over-increment in parse_iad_array function
678c812 descriptor: Small clarifications with no behaviour change
016a0de descriptor: Fix potential offsetting of pointer by too much
5144b1c descriptor: Restore implicitly casted-away const
d795c0b descriptor: Defer potentially truncating cast to last minute
2c32efa descriptor: Replace parse_descriptor() function
2a138c6 Consistent use of C-style comment markers
de1398d windows: Downgrade get_guid DeviceInterfaceGUID message to debug level
48c6bde Cosmetic cleanup of SuperSpeedPlus comments
34d2ca5 xusb: Only retrieve BOS descriptor for bcdUSB 0x0201 or higher
42e8a9f linux: ioctl() request number is unsigned long
8b50743 linux: Fix type of open() flags argument
b00332d SuperSpeedPlus: Fix typo mantisa -> mantissa in struct field
fef78a9 windows: Restore behaviour of skipping malformed device GUIDs
5b17c38 Add API support for LIBUSB_SPEED_SUPER_PLUS_X2 20Gbps USB 3.2 gen 2x2
f00f06e Add support for SuperSpeed+ Capability Descriptors
f8a6c41 darwin: Cleanup of usbi_backend structure
a99a258 Increase usbi_get_tid() size from int to long
2f2e072 haiku: Use gcc atomic builtins to fix build
git-subtree-dir: libusb
git-subtree-split: de38189
1 parent 67fcf8a commit aad1346
File tree
29 files changed
+799
-272
lines changed- Xcode/libusb.xcodeproj
- android/examples
- examples
- libusb
- os
- tests
29 files changed
+799
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 6 | | |
12 | | - | |
13 | 7 | | |
14 | | - | |
15 | 8 | | |
16 | | - | |
17 | | - | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
| |||
36 | 27 | | |
37 | 28 | | |
38 | 29 | | |
39 | | - | |
40 | 30 | | |
41 | 31 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 32 | | |
46 | 33 | | |
47 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
0 commit comments