Re: [linux-sunxi] GSL1680 on A20

2015-03-12 Thread Priit Laes
On Wed, 2015-03-11 at 20:08 -0300, Leonardo wrote: Hello everybody. I'm having such a hard time trying to get the GSL1680 touch panel working on my A20 device. Actually it's a INET K70 tablet and I would like to replace it's Android for a full Linux distro. This one?

Re: [linux-sunxi] Re: [PATCH] ARM: sun6i: dt: Add new Mele I7 device

2015-03-12 Thread Hans de Goede
Hi, On 11-03-15 14:41, Maxime Ripard wrote: On Tue, Mar 10, 2015 at 11:33:51PM +0100, Hans de Goede wrote: and we have no way to replace U-Boot in NAND so far (afaik). But replacing them by stdout-path is a very good solution too. You mean putting stdout-path in the dts, I'm not sure if I

[linux-sunxi] [PATCH v3] input: Add support for ChipOne icn8318 based touchscreens

2015-03-12 Thread Hans de Goede
The ChipOne icn8318 is an i2c capacitive touchscreen controller typically used in cheap android tablets, this commit adds a driver for it. Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in v2: -Fix spurious events after a close + open of the evdev node. Changes in v3: -Add a msleep

Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Luc Verhaegen
On Wed, Mar 11, 2015 at 06:29:50PM +0100, Luc Verhaegen wrote: The only workable solution for Allwinner now is full support of the cedrus REing project, and using the code that comes from that, across the board. As was suggested on August 23rd last year, when i publically exposed the

Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Rosimildo DaSilva
Wow!! Search and Replace is not the same as coming clean from license violations! Do you really believe that one could do: a) Replace all strings, b) replace all function name and claim they're now good ? People are smarter than that! On Tuesday, March 10, 2015 at 11:32:28 AM UTC-5,

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Simos Xenitellis
On Wed, Mar 11, 2015 at 3:48 PM, Benjamin Henrion zoo...@gmail.com wrote: On Wed, Mar 11, 2015 at 12:34 PM, Simos Xenitellis simos.li...@googlemail.com wrote: On Wed, Mar 11, 2015 at 9:39 AM, Benjamin Henrion zoo...@gmail.com wrote: On Tuesday, March 10, 2015, Quink wantl...@gmail.com wrote:

Re: [linux-sunxi] Hans Fosdem video is here

2015-03-12 Thread Simos Xenitellis
On Wed, Mar 11, 2015 at 5:18 PM, Benjamin Henrion zoo...@gmail.com wrote: Hi, Just to let you know that FOSDEM videos are being released, if you have not yet seen Hans's presentation: http://video.fosdem.org/2015/devroom-embedded/allwinner_upstream__CROPPED_PRES.mp4 The video seems to

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Luc Verhaegen
On Thu, Mar 12, 2015 at 11:25:19AM +0200, Simos Xenitellis wrote: On Wed, Mar 11, 2015 at 3:48 PM, Benjamin Henrion zoo...@gmail.com wrote: On Wed, Mar 11, 2015 at 12:34 PM, Simos Xenitellis simos.li...@googlemail.com wrote: On Wed, Mar 11, 2015 at 9:39 AM, Benjamin Henrion zoo...@gmail.com

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread 'John S' via linux-sunxi
On Thu, 12/3/15, Simos Xenitellis simos.li...@googlemail.com wrote: [snip] communicate with Allwinner How? Where ARE Allwinner in this? If they're contactable WHERE IS THE SOURCE? I see a big, bad, unresponsive, uncaring company stealing other people's code and not obeying licences. Shame

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Simon Kenyon
On 03/12/15 12:12, Simos Xenitellis wrote: However, that analysis would refer to a prior version of the library. In this thread the discussion is about the March 2015 libvdecode.so/libvencode.so libraries. releasing a binary that removes GPL code does not discharge the obligation to release

Re: [linux-sunxi] GSL1680 on A20

2015-03-12 Thread Leonardo
Yes, that one. Later I've decided to give this driver a try: https://github.com/rastersoft/gsl1680 It worked like a charm. I just had to swap the x and y coordinates on code, because it was working in portrait mode, but that's all. 2015-03-12 5:17 GMT-03:00 Priit Laes pl...@plaes.org: On Wed,

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Rodrigo Pereira
Hi, if someone want to make a binary analysis/reverse engineering of proprietary driver I would donate to the project. Is there some paypal accepting donations to this project? Or some donation box for the linux-sunxi project as well? Em quinta-feira, 12 de março de 2015 06:25:41 UTC-3, Simos

Re: [linux-sunxi] fyi: sun4i-ts, TP_SENSITIVE_ADJUST

2015-03-12 Thread Julian Calaby
Hi Jens, On Fri, Mar 13, 2015 at 2:56 AM, Jens Thiele ka...@karme.de wrote: Julian Calaby julian.cal...@gmail.com writes: Modified Documentation/devicetree/bindings/input/touchscreen/sun4i.txt diff --git a/Documentation/devicetree/bindings/input/touchscreen/sun4i.txt

[linux-sunxi] [PATCH] Input: sun4i-ts - allow to adjust some settings via device-tree properties.

2015-03-12 Thread Jens Thiele
This commit introduces two new optional device-tree properties: tp-sensitive-adjust: adjust sensitivity of pen down detection filter-type: select median and averaging filter The previous fixed defaults, didn't work well for the Olimex A13-LCD10TS (I have). Signed-off-by: Jens Thiele

Re: [linux-sunxi] fyi: sun4i-ts, TP_SENSITIVE_ADJUST

2015-03-12 Thread Jens Thiele
Julian Calaby julian.cal...@gmail.com writes: Modified Documentation/devicetree/bindings/input/touchscreen/sun4i.txt diff --git a/Documentation/devicetree/bindings/input/touchscreen/sun4i.txt b/Documentation/devicetree/bindings/input/touchscreen/sun4i.txt index aef5779..b4ea9c4

[linux-sunxi] Re: [PATCH] touchscreen: sun4i-ts: Really fix A10 temperature reporting

2015-03-12 Thread Dmitry Torokhov
On Mon, Mar 09, 2015 at 10:37:50AM +0100, Hans de Goede wrote: The commit titled: touchscreen: sun4i-ts: A10 (sun4i) has a different temperature curve contains a math error, the offset it uses is in degrees, but the actual code applies the offset before multiplying by stepsize :| Given that

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Simos Xenitellis
On Thu, Mar 12, 2015 at 12:20 PM, Luc Verhaegen l...@skynet.be wrote: On Thu, Mar 12, 2015 at 11:25:19AM +0200, Simos Xenitellis wrote: On Wed, Mar 11, 2015 at 3:48 PM, Benjamin Henrion zoo...@gmail.com wrote: On Wed, Mar 11, 2015 at 12:34 PM, Simos Xenitellis simos.li...@googlemail.com

Re: OFFTOPIC: Re: [linux-sunxi] Derailed thread

2015-03-12 Thread 'John S' via linux-sunxi
On Thu, 12/3/15, Simos Xenitellis simos.li...@googlemail.com wrote: [snip] The code has been rewrote completely, has no relationship with FFmpeg Even if true, Allwinner still must release previous versions of infringing code. WHERE IS THE SOURCE LOTS IS MISSING. Sorry for shouting but

Re: [linux-sunxi] Derailed thread

2015-03-12 Thread Quink
I have communicated with the author of source code of libvdecoder.so. The code has been rewrote completely, has no relationship with FFmpeg, except some function names. This is a silly mistake, but maybe it's true. Does anybody know how to prove that? If the LGPL violations of libvdecoder.so can