summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_freebsd.h
Commit message (Collapse)AuthorAgeFilesLines
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-0/+2
| | | | | | | | | | | | which does not support the no synchronize cache SCSI command. The __FreeBSD_version version macro has been bumped and external kernel modules needs to be recompiled after this patch. Approved by: re (kib) MFC after: 1 week PR: usb/160299
* Improve enumeration of Low- and Full-speed devices connected through ahselasky2011-06-061-0/+1
| | | | | | | | | High-speed USB HUB by resetting the transaction translator (TT) before trying re-enumeration. Also when clear-stall fails multiple times try a re-enumeration. Suggested by: Trevor Blackwell MFC after: 14 days
* Add more sanity checks for USB_HOST_ALIGN input values. Re-factor existinghselasky2011-01-241-3/+6
| | | | | | checks for readability. Approved by: thompsa (mentor)
* Allow USB_HOST_ALIGN to be configured at compile time. This patch ishselasky2011-01-221-0/+5
| | | | | | | | necessary for MIPS based RouterStation Pro board and maybe other MIPS based boards as well. Submitted by: Milan Obuch Approved by: thompsa (mentor)
* Make USB packet filtering code optional.hselasky2011-01-181-0/+1
| | | | Approved by: thompsa (mentor)
* Add possibility to generate devctl notifications regardless of UGEN presence.hselasky2010-10-221-0/+1
| | | | | Submitted by: Nick Hibma Approved by: thompsa (mentor)
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-4/+0
| | | | | | the illusion of a tunable setting but was always turned on regardless. MFC after: 1 week
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-0/+71
- Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
OpenPOWER on IntegriCloud