Re: [libhid-discuss] get report size in python

2009-09-30 Thread Charles Lepple
On Sep 30, 2009, at 6:12 AM, Gabriel Rossetti wrote: I am trying to get the report size from my device (in python). I tried (omitted tests & Co.): hid.hid_init() __hidDevice = hid.hid_new_HIDInterface() matcher = hid.HIDInterfaceMatcher() matcher.vendor_id = vendorId matcher.product

[libhid-discuss] get report size in python

2009-09-30 Thread Gabriel Rossetti
Hello everyone, I am trying to get the report size from my device (in python). I tried (omitted tests & Co.): hid.hid_init() __hidDevice = hid.hid_new_HIDInterface() matcher = hid.HIDInterfaceMatcher() matcher.vendor_id = vendorId matcher.product_id = productId hid.hid_force_