Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/controller/dwc_otg.c 246122 2013-01-30 15:26:04Z hselasky $ */
---
> /* $FreeBSD: head/sys/dev/usb/controller/dwc_otg.c 246123 2013-01-30 15:46:26Z hselasky $ */
3494,3496d3493
< #define STRING_LANG \
< 0x09, 0x04, /* American English */
<
3505d3501
< USB_MAKE_STRING_DESC(STRING_LANG, dwc_otg_langtab);
3707,3708c3703,3704
< len = sizeof(dwc_otg_langtab);
< ptr = (const void *)&dwc_otg_langtab;
---
> len = sizeof(usb_string_lang_en);
> ptr = (const void *)&usb_string_lang_en;