Revision ba02430f hw/usb-wacom.c

b/hw/usb-wacom.c
373 373

  
374 374
static void usb_wacom_register_devices(void)
375 375
{
376
    usb_qdev_register(&wacom_info, "wacom-tablet", NULL);
376
    usb_qdev_register(&wacom_info);
377
    usb_legacy_register("usb-wacom-tablet", "wacom-tablet", NULL);
377 378
}
378 379
device_init(usb_wacom_register_devices)

Also available in: Unified diff