[Bug 1721909] Re: Goodix GF3208 (fingerprint reader) not being recognised by lsusb(usbutils)

2019-10-20 Thread Antonio Ospite
As a usbutils bug this can be closed IMHO, the changes mentioned in #44 landed upstream and usb.ids has also been updated for better strings: https://usb-ids.gowdy.us/read/UD/27c6 These new string will be used at some point when hwdb syncs with usb.ids. As for an actual driver, experiments are st

[Bug 1721909] Re: Goodix GF3208 (fingerprint reader) not being recognised by kernel/system

2019-04-15 Thread Antonio Ospite
Some more info and some experimental tools can be found in lifprint issue tracker: https://gitlab.freedesktop.org/libfprint/libfprint/issues?scope=all&utf8=%E2%9C%93&state=opened&search=27c6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1242678]

2016-01-16 Thread Antonio Ospite
Created attachment 120955 This files result eventually in a pixman crash Hi, this rotation issue seems to be also causing a crash in pixman in some cases: https://bugs.freedesktop.org/show_bug.cgi?id=87588 I am attaching a file which makes the crash reproducible here. BTW another test-case f

[Bug 511401] Re: netstat doesn't display ipv6 addresses correctly (they are truncated)

2015-10-29 Thread Antonio Ospite
I think this bug can be closed, recent netstat versions have the -W (or --wide) option to show the full adresses. To restore tabulation alignment, a wrapper can be used: netstat -tunap --wide | \ sed -e '1d' -e '2s/ \(Address\)/_\1/g' -e '2s/\(Program\) /\1_/' -e 's/\([^0-9]*:\) /\1/' -e '

[Bug 366478] Re: 058f:6377 Alcor Micro Corp. Multimedia Card Reader don't work in Ubuntu 9.04/9.10

2013-10-15 Thread Antonio Ospite
Hi, I think I solved the problem here, maybe this can help the others who are experiencing it. The hardware: 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer it used to work in the past but after a software upgrade it stopped working. The problem: the hardware was recognized (I could see the

[Bug 1173723] Re: [PATCH] [media] gspca-ov534: don't call sd_start() from sd_init()

2013-08-20 Thread Antonio Ospite
hen have it picked up for inclusion in stable releases, I was just wondering why you didn't consider it as a fix for 3.11, the patch fixes an actual crash experienced by a user. Regards, Antonio -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally r

[Bug 1173723] [PATCH RFC] [media] gspca-ov534: don't call sd_start() from sd_init()

2013-08-04 Thread Antonio Ospite
--- Hi Yaroslav, the patch below should fix the Oops caused by sd_start() called too early, but I am not sure about why sd_start() was called from sd_init() for Hercules webcams in the first place, maybe the snippet marked with: /* (from ms-win trace) */ in sd_start() must be moved to sd_init