Device id fields are missing

Bug #1007595 reported by a
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-uinput
Fix Released
High
a

Bug Description

I have finally got around to try to update my project to the latest python-uinput, but have a hit a snag. The old version I was using (0.3), used to allow setting of USB vendor and product codes :-

 uinput_device = uinput.Device(name="gnome15-%s" % device_type,
                                          capabilities = caps,
                                          abs_parameters = abs_parms,
                                          vendor = GNOME15_USB_VENDOR_ID,
                                          product = virtual_product_id)

I would like to set those so my virtual devices can be given the right permissions by udev rules. Does 0.7 have anything like this?

a (tuomasjjrasanen)
Changed in python-uinput:
status: New → In Progress
assignee: nobody → Tuomas Jorma Juhani Räsänen (tuomasjjrasanen)
milestone: none → 0.8
importance: Undecided → High
a (tuomasjjrasanen)
Changed in python-uinput:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.