freebsd-nq/sys/dev/usb
Hans Petter Selasky 7a27d904bd Minor style nit:
Use the interface number from the USB interface descriptor
like in the other USB serial drivers. These numbers are not
supposed to be different, though in theory they can. Make sure
that the driver then uses the interface number given by the USB
descriptor, and not the logical index of the USB stack.

For the future:
Whenever the term "index" is used in the USB code, it refers to
a number computed by the USB stack.
Whenever the term "number" is used in the USB code, it refers to
a number in a USB descriptor.

MFC after:	2 weeks
2012-08-05 08:56:29 +00:00
..
controller Make this compile again. Also note that it is AT91RM9200+KB9202B 2012-07-27 17:28:11 +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
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 Minor style nit: 2012-08-05 08:56:29 +00:00
storage
template
wlan - Add support of the following USB devices to run(4): 2012-07-09 06:34:15 +00:00
ufm_ioctl.h
usb_bus.h
usb_busdma.c
usb_busdma.h
usb_cdc.h
usb_compat_linux.c
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
usb_core.h
usb_debug.c
usb_debug.h
usb_dev.c
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
usb_dynamic.c
usb_dynamic.h
usb_endian.h
usb_error.c
usb_freebsd.h
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
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
usb_ioctl.h
usb_lookup.c
usb_mbuf.c
usb_mbuf.h
usb_msctest.c
usb_msctest.h
usb_parse.c
usb_pci.h
usb_pf.c Merge from r234532: 2012-07-11 02:57:32 +00:00
usb_pf.h
usb_process.c
usb_process.h
usb_request.c
usb_request.h
usb_transfer.c Consistently use USB_PAGE_SIZE. Currently, this is cosmetic. 2012-05-26 08:33:53 +00:00
usb_transfer.h
usb_util.c
usb_util.h
usb.h
usbdevs Improve descriptions for several devices supported by uslcom(4). 2012-07-26 12:18:23 +00:00
usbdi_util.h
usbdi.h
usbhid.h