*** ukbd.c.orig Thu Dec 20 09:58:08 2018 --- ukbd.c Fri Dec 28 18:13:42 2018 *************** *** 1052,1058 **** return (ENXIO); if (hid_is_keyboard(d_ptr, d_len)) { ! if (hid_is_mouse(d_ptr, d_len)) { /* * NOTE: We currently don't support USB mouse * and USB keyboard on the same USB endpoint. --- 1052,1059 ---- return (ENXIO); if (hid_is_keyboard(d_ptr, d_len)) { ! if (hid_is_mouse(d_ptr, d_len) ! && !usb_test_quirk(uaa, UQ_UMS_IGNORE)) { /* * NOTE: We currently don't support USB mouse * and USB keyboard on the same USB endpoint.