Comment 36 for bug 1641290

Revision history for this message
Timur Celik (clktmr) wrote :

Current official master branch works for me (UX430UA [04f3:0903]).

The only change I made was adding my device to the driver:

@@ -608,6 +608,7 @@ static void dev_deactivate(struct fp_img_dev *dev)

 static const struct usb_id id_table[] = {
  {.vendor = 0x04f3,.product = 0x0907},
+ {.vendor = 0x04f3,.product = 0x0903},
  {0, 0, 0,},
 };