chrysn
|
e65f3f372b
|
USB VID/PID: Set whitelist define for internals that use usb.h
This list is probably incomplete as it was created experimentally.
|
2020-01-30 15:04:10 +01:00 |
|
Leandro Lanzieri
|
15bd4897c1
|
usb: Move configuration macros to 'CONFIG_' namespace
Macros that changed:
USB_CONFIG_VID -> CONFIG_USB_VID
USB_CONFIG_PID -> CONFIG_USB_PID
USB_CONFIG_MANUF_STR -> CONFIG_USB_MANUF_STR
USB_CONFIG_PRODUCT_STR -> CONFIG_USB_PRODUCT_STR
USB_CONFIG_CONFIGURATION_STR -> CONFIG_USB_CONFIGURATION_STR
USB_CONFIG_PRODUCT_BCDVERSION -> CONFIG_USB_PRODUCT_BCDVERSION
USB_CONFIG_SPEC_BCDVERSION -> CONFIG_USB_SPEC_BCDVERSION
USB_CONFIG_SELF_POWERED -> CONFIG_USB_SELF_POWERED
USB_CONFIG_MAX_POWER -> CONFIG_USB_MAX_POWER
USB_CONFIG_DEFAULT_LANGID -> CONFIG_USB_DEFAULT_LANGID
|
2020-01-14 10:34:53 +01:00 |
|
benpicco
|
341d23dded
|
Merge pull request #12504 from bergzand/pr/usbus/descr_terminology
usbus: Unify terminology to use 'descriptor' everywhere
|
2019-11-12 11:41:10 +01:00 |
|
|
3db4678384
|
usbus: Unify terminology to use 'descriptor' everywhere
|
2019-11-12 10:29:19 +01:00 |
|
|
b32ec6b864
|
usbus: add find_endpoint function for interfaces
|
2019-10-23 10:10:54 +02:00 |
|
Kees Bakker
|
4a06b9109b
|
usbus: simplify adding entry to list
|
2019-06-19 22:22:10 +02:00 |
|
|
4b4c63f797
|
usbus: Allow setting USB thread flags outside IRQ
|
2019-06-11 14:14:36 +02:00 |
|
|
74e0b5b85b
|
usbus: Initial work to a unified USB stack
|
2019-06-05 14:22:16 +02:00 |
|