search for: hidiocsreport

Displaying 2 results from an estimated 2 matches for "hidiocsreport".

2008 Jan 21
1
help writing a usb hid driver for existing ups
...ment) 653 ioctl(3, HIDIOCGUSAGE, {report_type=3, report_id=ffffffff, field_index=0, usage_index=0, usage_code=8400ff, value=0}) = -1 EINVAL (Invalid argument) 653 ioctl(3, HIDIOCSUSAGE, {report_type=3, report_id=0, field_index=0, usage_index=0, usage_code=ffa00003, value=95}) = 0 653 ioctl(3, HIDIOCSREPORT, {report_type=3,report_id=0,num_fields=0}) = 0 653 ioctl(3, HIDIOCSUSAGE, {report_type=3, report_id=0, field_index=0, usage_index=1, usage_code=ffa00003, value=4}) = 0 653 ioctl(3, HIDIOCSREPORT, {report_type=3,report_id=0,num_fields=0}) = 0 653 ioctl(3, HIDIOCSUSAGE, {report_type=3, report_i...
2005 Oct 18
2
usb doesn't build on mac os x (10.4)
...ion) hidups.c:369: error: 'HIDIOCGREPORT' undeclared (first use in this function) hidups.c:372: error: 'HID_REPORT_TYPE_OUTPUT' undeclared (first use in this function) hidups.c:374: error: 'HIDIOCSUSAGE' undeclared (first use in this function) hidups.c:379: error: 'HIDIOCSREPORT' undeclared (first use in this function) hidups.c:349: warning: unused variable 'rinfo' hidups.c:348: warning: unused variable 'uref' hidups.c:403: warning: control reaches end of non-void function hidups.c:543:2: warning: #warning "kernel doesn't return HIDDEV phys...