summaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template_msc.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize USB device mode bus power reporting, and addEdward Tomasz Napierala2018-05-231-2/+2
* Add new PIDs for Audio, CDCE, MTP, and Mass Storage, fromEdward Tomasz Napierala2018-05-221-1/+1
* Use USB Vendor Identifiers and Product Identifiers provided by V-USBEdward Tomasz Napierala2018-05-211-2/+2
* Add #defines for vendor/product USB IDs. No functional changes.Edward Tomasz Napierala2018-05-191-2/+4
* Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collisionHans Petter Selasky2018-02-071-1/+1
* Add sysctls to control device side USB identifiers. This makes itEdward Tomasz Napierala2018-01-201-42/+102
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use string literals in string descriptors for marginallyHans Petter Selasky2013-01-301-23/+6
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-6/+3
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-3/+5
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-231-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+21
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-9/+9
* Also use proper capitalisation of FreeBSD in other source files.Ed Schouten2009-02-241-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+199