zephyr/subsys/usb
Aurelien Jarno 0cd3daacba usb: truncate the most significant part of the serial number
When the Hardware Information Driver (HWINFO) provides a device ID
longer than the configured USB serial number, truncate the most
significant part instead of the least significant part. The lower part
is usually having more entropy, e.g. on STM32.

Fixes #34550

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2021-07-24 21:26:06 -04:00
..
class usb: audio: prevent unaligned memory access 2021-07-20 16:56:26 +03:00
bos.c usb: fix BOS descriptor registration 2021-02-02 21:29:23 -05:00
CMakeLists.txt usb: add optional work queue 2020-09-16 13:32:22 -05:00
Kconfig usb: store alternate interface settings 2021-06-17 12:41:33 +02:00
os_desc.c
os_desc.h
usb_descriptor.c usb: truncate the most significant part of the serial number 2021-07-24 21:26:06 -04:00
usb_descriptor.h
usb_device.c usb: remove useless len argument from usb_data_to_host() 2021-07-19 04:01:22 -04:00
usb_transfer.c usb: fix possible deadlock in usb_transfer_sync() 2021-01-26 07:21:13 -05:00
usb_transfer.h usb: fix header language linkage 2020-09-16 13:32:22 -05:00
usb_work_q.c usb: conversion of k_work API 2021-04-15 12:29:34 -04:00
usb_work_q.h usb: add optional work queue 2020-09-16 13:32:22 -05:00