Re: ARC "pressured out", how to control/stabilize ? (reformatted to text/plain)

2014-01-31 Thread Vitalij Satanivskij
Dear Andriy and FreeBSD community, Build world with path failed with error /usr/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c:4642:13: error: use of undeclared identifier 'l2hdr' ASSERT3P(l2hdr->b_tmp_cdata, ==, NULL);

Re: Apple Trackpad driver

2014-01-31 Thread Danilo E. Gondolfo
On 01/31/14 05:16, Hans Petter Selasky wrote: > On 01/31/14 02:46, Huang Wen Hui wrote: >> Hi Hans, >> >> pos_x[] is not non-inialized, it may be previous pos_x, it is still >> ok for >> getting dx. >> "n" var is trying to reduce "untouch" sensor data for post >> proccessing. I >> attach a new pat

Re: Apple Trackpad driver

2014-01-31 Thread Hans Petter Selasky
On 01/31/14 21:30, Danilo E. Gondolfo wrote: On 01/31/14 05:16, Hans Petter Selasky wrote: On 01/31/14 02:46, Huang Wen Hui wrote: Hi Hans, pos_x[] is not non-inialized, it may be previous pos_x, it is still ok for getting dx. "n" var is trying to reduce "untouch" sensor data for post procces

Re: Apple Trackpad driver

2014-01-31 Thread 黄文辉@Gmail
Hi Hans, Yes, I wrote wsp base on atp(4) and bcm5974.c from Linux. Of course we can add a notice about that. Table and some structure bt_data, tp_finger from Linux, I only wrote wsp_intr_callback base on usbdump, all other part should be belong to Hans. Cheers, Huang Wen Hui > 在 2014年2月1日,6:

Re: Apple Trackpad driver

2014-01-31 Thread Danilo E. Gondolfo
On 01/31/14 21:45, 黄文辉@Gmail wrote: > Hi Hans, > Yes, I wrote wsp base on atp(4) and bcm5974.c from Linux. Of course we can > add a notice about that. Table and some structure bt_data, tp_finger from > Linux, I only wrote wsp_intr_callback base on usbdump, all other part should > be belong to H

Re: Apple Trackpad driver

2014-01-31 Thread Huang Wen Hui
Hi, I tried to add to support modem macbooks into atp(4) at the beginning, but realized that atp(4) is very different from new touchpad hardware, so I give up, I think some one can do that. Cheers, Huang Wen Hui 2014-02-01 Danilo E. Gondolfo : > On 01/31/14 21:45, 黄文辉@Gmail wrote: > > Hi Hans,

Re: Apple Trackpad driver

2014-01-31 Thread Hans Petter Selasky
On 01/31/14 21:30, Danilo E. Gondolfo wrote: I noticed that your driver is based on the Linux driver [1] and some pieces of code are copied, are you sure that we won't have any problems with license? Hi, Hence Huang has only copied so-called "header file contents", I think this should be fine

Re: Apple Trackpad driver

2014-01-31 Thread Hans Petter Selasky
On 02/01/14 08:07, Hans Petter Selasky wrote: On 01/31/14 21:30, Danilo E. Gondolfo wrote: I noticed that your driver is based on the Linux driver [1] and some pieces of code are copied, are you sure that we won't have any problems with license? Hi, Hence Huang has only copied so-called "head