aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg
Commit message (Expand)AuthorAgeFilesLines
...
* opkg: expose lists_dir option as command line argumentJo-Philipp Wich2015-09-142-3/+43
* opkg: work around unconditional libopenssl build dependencyFelix Fietkau2015-09-111-1/+1
* opkg: ensure image provided feeds are available after sysupgradeJonas Gorski2015-07-253-4/+21
* opkg: fix duplicate check_signature line for smime variant (#19863)Felix Fietkau2015-06-161-3/+3
* opkg: Fix --force-checksum when using SHA256John Crispin2015-06-051-0/+31
* feeds: use common macro "FeedSourcesAppend" to populate opkg configurationsJo-Philipp Wich2015-05-281-12/+1
* opkg: fix md5 related #ifdef (thx, swalker)Felix Fietkau2015-04-141-1/+1
* opkg: drop md5 in favour of sha256John Crispin2015-04-143-1/+976
* build: add integration for managing opkg package feed keysFelix Fietkau2015-04-062-2/+71
* opkg: add patch to circumvent signature checks on the command lineFelix Fietkau2015-04-061-0/+70
* opkg: add patch for supporting signature checking through usignFelix Fietkau2015-04-061-0/+91
* opkg: make PKG_UPGRADE available during preinst hookJohn Crispin2014-12-081-16/+19
* opkg: the PKG_UPGRADE env was not set properlyJohn Crispin2014-12-021-2/+2
* license info - revert r43155John Crispin2014-11-031-1/+1
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-1/+1
* Add a few SPDX tagsSteven Barth2014-11-021-1/+1
* build: improve feed handling for opkg.confJo-Philipp Wich2014-10-161-1/+1
* opkg: indicate upgrade vs installJohn Crispin2014-09-111-0/+46
* build: add new option to add disabled feeds commented out to opkg.confJo-Philipp Wich2014-08-061-0/+5
* build: introduce per feed repository supportJo-Philipp Wich2014-08-053-2/+8
* opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatchi...Jo-Philipp Wich2014-05-142-2/+87
* opkg: switch to git repository (#14655)Jo-Philipp Wich2013-12-211-3/+3
* opkg: do not add blank "Provides:" fields to package metadataFelix Fietkau2013-12-131-0/+11
* opkg: ignore empty fields in package listsSteven Barth2013-10-142-1/+17
* opkg: add support for SHA256 verificationSteven Barth2013-10-041-2/+2
* Add package signing infrastructureSteven Barth2013-10-022-2/+6
* opkg: add build variant with signature supportSteven Barth2013-09-263-14/+56
* packages: clean up the package folderJohn Crispin2013-06-2116-0/+1199
CDC_SET_AUX_LINE_STATE 0x10U #define CDC_SET_HOOK_STATE 0x11U #define CDC_PULSE_SETUP 0x12U #define CDC_SEND_PULSE 0x13U #define CDC_SET_PULSE_TIME 0x14U #define CDC_RING_AUX_JACK 0x15U #define CDC_SET_LINE_CODING 0x20U #define CDC_GET_LINE_CODING 0x21U #define CDC_SET_CONTROL_LINE_STATE 0x22U #define CDC_SEND_BREAK 0x23U #define CDC_SET_RINGER_PARMS 0x30U #define CDC_GET_RINGER_PARMS 0x31U #define CDC_SET_OPERATION_PARMS 0x32U #define CDC_GET_OPERATION_PARMS 0x33U /** @} */ /** * @name CDC classes * @{ */ #define CDC_COMMUNICATION_INTERFACE_CLASS 0x02U #define CDC_DATA_INTERFACE_CLASS 0x0AU /** @} */ /** * @name CDC subclasses * @{ */ #define CDC_ABSTRACT_CONTROL_MODEL 0x02U /** @} */ /** * @name CDC descriptors * @{ */ #define CDC_CS_INTERFACE 0x24U /** @} */ /** * @name CDC subdescriptors * @{ */ #define CDC_HEADER 0x00U #define CDC_CALL_MANAGEMENT 0x01U #define CDC_ABSTRACT_CONTROL_MANAGEMENT 0x02U #define CDC_UNION 0x06U /** @} */ /** * @name Line Control bit definitions. * @{ */ #define LC_STOP_1 0U #define LC_STOP_1P5 1U #define LC_STOP_2 2U #define LC_PARITY_NONE 0U #define LC_PARITY_ODD 1U #define LC_PARITY_EVEN 2U #define LC_PARITY_MARK 3U #define LC_PARITY_SPACE 4U /** @} */ /*===========================================================================*/ /* Driver pre-compile time settings. */ /*===========================================================================*/ /*===========================================================================*/ /* Derived constants and error checks. */ /*===========================================================================*/ /*===========================================================================*/ /* Driver data structures and types. */ /*===========================================================================*/ /** * @brief Type of Line Coding structure. */ typedef struct { uint8_t dwDTERate[4]; uint8_t bCharFormat; uint8_t bParityType; uint8_t bDataBits; } cdc_linecoding_t; /*===========================================================================*/ /* Driver macros. */ /*===========================================================================*/ /*===========================================================================*/ /* External declarations. */ /*===========================================================================*/ #endif /* USB_CDC_H */ /** @} */