CLI: Parse USB device version BCD (#14580)
* CLI: Parse USB device version BCD * Apply suggestions
This commit is contained in:
parent
557fbbd6af
commit
c72ed7c024
42 changed files with 88 additions and 52 deletions
|
@ -20,9 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4025
|
||||
#define PRODUCT_ID 0x0A0C
|
||||
#define DEVICE_VER 0x4A1F
|
||||
#define VENDOR_ID 0x4025 // 40%
|
||||
#define PRODUCT_ID 0x4A1F
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER di0ib
|
||||
#define PRODUCT half_n_half
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue