Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/controller/musb_otg.c 246122 2013-01-30 15:26:04Z hselasky $ */
---
> /* $FreeBSD: head/sys/dev/usb/controller/musb_otg.c 246123 2013-01-30 15:46:26Z hselasky $ */
2214,2216d2213
< #define STRING_LANG \
< 0x09, 0x04, /* American English */
<
2226d2222
< USB_MAKE_STRING_DESC(STRING_LANG, musbotg_langtab);
2428,2429c2424,2425
< len = sizeof(musbotg_langtab);
< ptr = (const void *)&musbotg_langtab;
---
> len = sizeof(usb_string_lang_en);
> ptr = (const void *)&usb_string_lang_en;