| .. |
|
controller
|
For Intel Panther/Lynx Point USB 3.0 xHCI controllers enable SuperSpeed USB
|
2012-07-17 14:03:04 +00:00 |
|
input
|
Fix for the r235558: interrupt output pipe is optional, so fix the driver
|
2012-05-17 22:04:17 +00:00 |
|
misc
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
net
|
The JP1082 device doesn't respond to the MII_BMSR command and it turns
|
2012-07-15 05:49:02 +00:00 |
|
quirk
|
Quirk MS keyboard so that function keys work
|
2012-07-23 15:14:28 +00:00 |
|
serial
|
The baud rate on CP1201/2/3 devices can be set in one of two ways:
|
2012-07-25 20:46:22 +00:00 |
|
storage
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
template
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
wlan
|
- Add support of the following USB devices to run(4):
|
2012-07-09 06:34:15 +00:00 |
|
ufm_ioctl.h
|
|
|
|
usb.h
|
Add definitions and structures for USB 2.0 Link Power Management, LPM.
|
2012-04-02 07:51:30 +00:00 |
|
usb_bus.h
|
Implement better support for USB controller suspend and resume.
|
2011-12-14 00:28:54 +00:00 |
|
usb_busdma.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_busdma.h
|
|
|
|
usb_cdc.h
|
USB network (NCM driver):
|
2010-10-13 22:04:55 +00:00 |
|
usb_compat_linux.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_compat_linux.h
|
|
|
|
usb_controller.h
|
Add support for Multi-TT mode of modern USB HUBs.
|
2012-04-29 17:12:33 +00:00 |
|
usb_core.c
|
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
|
2011-01-11 13:59:06 +00:00 |
|
usb_core.h
|
|
|
|
usb_debug.c
|
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
|
2011-01-11 13:59:06 +00:00 |
|
usb_debug.h
|
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
|
2010-04-22 21:31:34 +00:00 |
|
usb_dev.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_dev.h
|
|
|
|
usb_device.c
|
Improve support for detaching kernel drivers on a per interface basis.
|
2012-06-01 16:30:54 +00:00 |
|
usb_device.h
|
This patch adds automatic detection of USB mass storage devices
|
2011-09-02 18:50:44 +00:00 |
|
usb_dynamic.c
|
Refactor auto-quirk solution so that we break as few external
|
2011-09-10 15:55:36 +00:00 |
|
usb_dynamic.h
|
Refactor auto-quirk solution so that we break as few external
|
2011-09-10 15:55:36 +00:00 |
|
usb_endian.h
|
|
|
|
usb_error.c
|
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
|
2011-01-11 13:59:06 +00:00 |
|
usb_freebsd.h
|
This patch adds automatic detection of USB mass storage devices
|
2011-09-02 18:50:44 +00:00 |
|
usb_generic.c
|
Improve support for detaching kernel drivers on a per interface basis.
|
2012-06-01 16:30:54 +00:00 |
|
usb_generic.h
|
|
|
|
usb_handle_request.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_hid.c
|
HID Report ID is unsigned value, so clear the rest of bits from possible
|
2012-05-16 17:51:56 +00:00 |
|
usb_hub.c
|
Add support for Multi-TT mode of modern USB HUBs.
|
2012-04-29 17:12:33 +00:00 |
|
usb_hub.h
|
Add support for Multi-TT mode of modern USB HUBs.
|
2012-04-29 17:12:33 +00:00 |
|
usb_if.m
|
Implement better support for USB controller suspend and resume.
|
2011-12-14 00:28:54 +00:00 |
|
usb_ioctl.h
|
- This patch adds custom IOCTLs to read and write the 4 GPIO pins on the
|
2011-11-12 08:40:52 +00:00 |
|
usb_lookup.c
|
- Export the USB device ID format to userspace tools.
|
2011-06-25 15:51:44 +00:00 |
|
usb_mbuf.c
|
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
|
2011-01-11 13:59:06 +00:00 |
|
usb_mbuf.h
|
|
|
|
usb_msctest.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_msctest.h
|
This patch adds automatic detection of USB mass storage devices
|
2011-09-02 18:50:44 +00:00 |
|
usb_parse.c
|
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
|
2011-01-11 13:59:06 +00:00 |
|
usb_pci.h
|
|
|
|
usb_pf.c
|
Merge from r234532:
|
2012-07-11 02:57:32 +00:00 |
|
usb_pf.h
|
- Improvements to USB PF solution
|
2011-04-03 20:03:45 +00:00 |
|
usb_process.c
|
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
|
2011-11-07 15:43:11 +00:00 |
|
usb_process.h
|
Use software interrupt priorities for USB kthreads instead of hardware
|
2011-01-13 14:15:36 +00:00 |
|
usb_request.c
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usb_request.h
|
Add definitions and structures for USB 2.0 Link Power Management, LPM.
|
2012-04-02 07:51:30 +00:00 |
|
usb_transfer.c
|
Consistently use USB_PAGE_SIZE. Currently, this is cosmetic.
|
2012-05-26 08:33:53 +00:00 |
|
usb_transfer.h
|
This commit marks the beginning of a new internal USB
|
2011-11-28 09:54:41 +00:00 |
|
usb_util.c
|
Simplify the usb_pause_mtx() function by factoring out the generic parts
|
2011-11-19 11:17:27 +00:00 |
|
usb_util.h
|
Move the device_delete_all_children() function from usb_util.c
|
2011-11-19 10:11:50 +00:00 |
|
usbdevs
|
Add vendor.product for a mouse I have laying around
|
2012-07-25 21:32:55 +00:00 |
|
usbdi.h
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |
|
usbdi_util.h
|
This commit adds full support for USB 3.0 devices in host and device
|
2010-10-04 23:18:05 +00:00 |
|
usbhid.h
|
Fix compiler warnings, mostly signed issues,
|
2012-04-02 10:50:42 +00:00 |