Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: third_party/libusb/README.chromium

Issue 2471623008: Use Chromium's USB descriptor parser on macOS and Windows. (Closed)
Patch Set: Remove unused variable. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « device/usb/usb_device_impl.cc ('k') | third_party/libusb/src/libusb/descriptor.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libusbx 1 Name: libusbx
2 URL: http://libusb.org 2 URL: http://libusb.org
3 Version: 1.0.17 3 Version: 1.0.17
4 License: LGPL 2.1 4 License: LGPL 2.1
5 License File: src/COPYING 5 License File: src/COPYING
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 libusbx provides a platform-agnostic API for accessing the USB subsystem on Mac, 9 libusbx provides a platform-agnostic API for accessing the USB subsystem on Mac,
10 Windows, and Linux systems. All the unused files are removed. 10 Windows, and Linux systems. All the unused files are removed.
11 11
12 Local Modifications: 12 Local Modifications:
13 - License headers fixed. 13 - License headers fixed.
14 - config.h has been created to satisfy includes within the tree. 14 - config.h has been created to satisfy includes within the tree.
15 - Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt 15 - Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt
16 libusb_handle_event. 16 libusb_handle_event.
17 - windows-build.patch has been applied. 17 - windows-build.patch has been applied.
18 - darwin-sigfpe.patch has been applied. 18 - darwin-sigfpe.patch has been applied.
19 - upstream-tick147.patch has been applied. 19 - upstream-tick147.patch has been applied.
20 - linux-udev.patch has been applied. 20 - linux-udev.patch has been applied.
21 - composite-hid-close.patch has been applied. 21 - composite-hid-close.patch has been applied.
22 - assign-endpoints-checks.patch has been applied. 22 - assign-endpoints-checks.patch has been applied.
23 - open-fd.patch has been applied. 23 - open-fd.patch has been applied.
24 - Added libusb_get_raw_config_descriptor and libusb_get_active_config_value
25 methods to avoid using the built-in parser.
OLDNEW
« no previous file with comments | « device/usb/usb_device_impl.cc ('k') | third_party/libusb/src/libusb/descriptor.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698