cvs commit: src/sys/dev/usb usb_subr.c usbdi.c usbdi.h
usbdi_util.c usbdi_util.h
Maxim Sobolev
sobomax at FreeBSD.org
Tue Mar 1 08:01:23 GMT 2005
sobomax 2005-03-01 08:01:22 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb_subr.c usbdi.c usbdi.h usbdi_util.c
usbdi_util.h
Log:
Merge from NetBSD.
o usb_subr.c, add delta 1.119:
Move usb_get_string() and make it public.
o usbdi.c, bring on par with 1.106, this includes:
- Make an iterator abstraction for looping through all descriptors.
- Whine about not being able to figure out default language if we are debugging.
- Move usb_get_string() and make it public.
o usbdi.h, bring on par with 1.64, this includes:
- Make an iterator abstraction for looping through all descriptors.
- Move usb_get_string() and make it public.
o usbdi_util.c, bring on par with 1.42, this includes:
- Add usbd_get_protocol().
- Use NULL instead of 0.
- Fix (mostly harmless) typo.
- Move utility routine from uirda.c to usbdi_util.c.
o usbdi_util.h, bring on par with 1.31, this includes:
- Add usbd_get_protocol().
- Move utility routine from uirda.c to usbdi_util.c.
MFC after: 3 days
Revision Changes Path
1.76 +9 -48 src/sys/dev/usb/usb_subr.c
1.91 +83 -1 src/sys/dev/usb/usbdi.c
1.56 +10 -0 src/sys/dev/usb/usbdi.h
1.34 +42 -6 src/sys/dev/usb/usbdi_util.c
1.19 +6 -1 src/sys/dev/usb/usbdi_util.h
More information about the cvs-src
mailing list