Revision add75088

b/hw/usb-hid.c
211 211
            .iConfiguration        = STR_CONFIG_MOUSE,
212 212
            .bmAttributes          = 0xa0,
213 213
            .bMaxPower             = 50,
214
            .nif = 1,
214 215
            .ifs = &desc_iface_mouse,
215 216
        },
216 217
    },
......
227 228
            .iConfiguration        = STR_CONFIG_TABLET,
228 229
            .bmAttributes          = 0xa0,
229 230
            .bMaxPower             = 50,
231
            .nif = 1,
230 232
            .ifs = &desc_iface_tablet,
231 233
        },
232 234
    },
......
243 245
            .iConfiguration        = STR_CONFIG_KEYBOARD,
244 246
            .bmAttributes          = 0xa0,
245 247
            .bMaxPower             = 50,
248
            .nif = 1,
246 249
            .ifs = &desc_iface_keyboard,
247 250
        },
248 251
    },
b/hw/usb-hub.c
119 119
            .bNumInterfaces        = 1,
120 120
            .bConfigurationValue   = 1,
121 121
            .bmAttributes          = 0xe0,
122
            .nif = 1,
122 123
            .ifs = &desc_iface_hub,
123 124
        },
124 125
    },
b/hw/usb-msd.c
119 119
            .bConfigurationValue   = 1,
120 120
            .iConfiguration        = STR_CONFIG_FULL,
121 121
            .bmAttributes          = 0xc0,
122
            .nif = 1,
122 123
            .ifs = &desc_iface_full,
123 124
        },
124 125
    },
......
153 154
            .bConfigurationValue   = 1,
154 155
            .iConfiguration        = STR_CONFIG_HIGH,
155 156
            .bmAttributes          = 0xc0,
157
            .nif = 1,
156 158
            .ifs = &desc_iface_high,
157 159
        },
158 160
    },
b/hw/usb-serial.c
146 146
            .bConfigurationValue   = 1,
147 147
            .bmAttributes          = 0x80,
148 148
            .bMaxPower             = 50,
149
            .nif = 1,
149 150
            .ifs = &desc_iface0,
150 151
        },
151 152
    },
b/hw/usb-wacom.c
108 108
            .bConfigurationValue   = 1,
109 109
            .bmAttributes          = 0x80,
110 110
            .bMaxPower             = 40,
111
            .nif = 1,
111 112
            .ifs = &desc_iface_wacom,
112 113
        },
113 114
    },

Also available in: Unified diff