On Mon, Apr 30, 2012 at 12:27 PM, David Herrmann <dh.herrmann@xxxxxxxxxxxxxx> wrote: > Hi > > This implements a hid_ll_driver user-space interface similar to uinput for the > input devices. It allows to implement the HID transport-layer in user-space as > required by Bluetooth Low-Energy (HoG). > > This is my "first final revision" for the module. Please review and test. > Changes from the previous RFCs include: > - The feature-report mechanism is now implemented > - Several min_t() fixes > - Minor coding-style issues > > I did not change __attribute__((__packed__)) to __packed as the latter one is > not provided to user-space. > > If there are any more issues, please tell me. And for the record, the HoG devs > told me that they are working since several months with it now so we have a real > user-space application that needs it ;) > > If there are no more issues (which i doubt) I can also resend this splitted into > multiple patches. > Thanks for your work, David. I'll test and review this new version. Did you find out the what is the problem when passing BUS_BLUETOOTH on the 'bus' field of the create request? Also, how does the HID subsystem differentiate from HID protocol versions? We've just found out that HoG exposes what HID protocol version the device implements, is it the case of having an extra field on the uhid_create_req structure to pass this information, or is it already present on the HID descriptor (sorry for my limited knowledge on the HID protocol itself)? -- João Paulo Rechi Vita Openbossa Labs - INdT -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html