Lines Matching +full:0 +full:x0802
36 int field_count = 0; in axff_play()
43 dbg_hid("called with 0x%04x 0x%04x", left, right); in axff_play()
45 left = left * 0xff / 0xffff; in axff_play()
46 right = right * 0xff / 0xffff; in axff_play()
48 for (i = 0; i < report->maxfield; i++) { in axff_play()
49 for (j = 0; j < report->field[i]->report_count; j++) { in axff_play()
56 dbg_hid("running with 0x%02x 0x%02x", left, right); in axff_play()
59 return 0; in axff_play()
69 int field_count = 0; in axff_init()
86 for (i = 0; i < report->maxfield; i++) { in axff_init()
87 for (j = 0; j < report->field[i]->report_count; j++) { in axff_init()
88 report->field[i]->value[j] = 0x00; in axff_init()
93 if (field_count < 4 && hid->product != 0xf705) { in axff_init()
114 return 0; in axff_init()
123 return 0; in axff_init()
167 return 0; in ax_probe()
177 { HID_USB_DEVICE(USB_VENDOR_ID_ACRUX, 0x0802), },
178 { HID_USB_DEVICE(USB_VENDOR_ID_ACRUX, 0xf705), },