freebsd-dev/sys/dev/usb/misc
Andrew Thompson 4eae601ebd MFp4 //depot/projects/usb@159909
- make usb2_power_mask_t 16-bit
- remove "usb2_config_sub" structure from "usb2_config". To compensate for this
  "usb2_config" has a new field called "usb_mode" which select for which mode
  the current xfer entry is active. Options are: a) Device mode only b) Host
  mode only (default-by-zero) c) Both modes.  This change was scripted using
  the following sed script: "s/\.mh\././g".
- the standard packet size table in "usb_transfer.c" is now a function, hence
  the code for the function uses less memory than the table itself.

Submitted by:	Hans Petter Selasky
2009-04-05 18:20:38 +00:00
..
udbp.c MFp4 //depot/projects/usb@159909 2009-04-05 18:20:38 +00:00
udbp.h
ufm.c Rename the ushub device class back to uhub as it was in the old usb stack, 2009-03-02 05:37:05 +00:00