summaryrefslogtreecommitdiffstats
path: root/common/usbgadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* usbgadget: autostart: add usbgadget_autostart() for board codeAhmad Fatoum2022-08-171-5/+32
* usb: gadget: don't register UMS with empty functionAhmad Fatoum2022-03-281-1/+1
* usb: gadget: implement and use system_partitions_get_nullAhmad Fatoum2022-03-281-3/+1
* file_list: add file_list_parse_null()Rouven Czerwinski2021-10-051-20/+4
* usbgadget: add support for USB mass storage gadgetAhmad Fatoum2021-06-251-1/+9
* usbgadget: refactor usbgadget_register to accept arrayAhmad Fatoum2021-06-251-11/+17
* fastboot/dfu: use system partitions as fall backAhmad Fatoum2021-05-121-29/+48
* usbgadget: allow DFU and Fastboot functions to coexistAhmad Fatoum2021-05-121-7/+6
* usbgadget: autostart: fix indeterminism around usbgadget.autostartAhmad Fatoum2021-05-121-6/+10
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-10/+1
* usbgadget: autostart: don't print error on repeated nv.usbgadget.autostart=1Ahmad Fatoum2020-11-241-2/+8
* Merge branch 'for-next/reboot-mode' into masterSascha Hauer2020-10-141-3/+3
|\
| * Merge branch 'for-next/magicvar-unique-id' into for-next/reboot-modeSascha Hauer2020-10-071-9/+6
| |\
| * | usbgadget: autostart: support delayed usbgadget.autostart=1Ahmad Fatoum2020-09-291-3/+3
* | | Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-141-2/+1
|\ \ \ | |_|/ |/| |
| * | vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-2/+1
| |/
* / magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-9/+6
|/
* fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-191-15/+6
* usbgadget: autostart: add DFU supportLadislav Michl2018-10-291-0/+144