Re: [PATCH] Input: add regulator haptic driver

2013-10-21 Thread Aristeu Sergio Rozanski Filho
On Fri, Oct 11, 2013 at 11:26:05AM +0900, hyunhee.kim wrote: > The regulator haptic driver function can be used to control motor by on/off > regulator. > User can control the haptic driver by using force feedback framework. > > Signed-off-by: Hyunhee Kim > Signed-off-by: Kyungmin Park > --- > d

Re: [PATCH] Input: add regulator haptic driver

2013-10-21 Thread Aristeu Sergio Rozanski Filho
Hi Hyunhee, On Fri, Oct 11, 2013 at 11:26:05AM +0900, hyunhee.kim wrote: > +static void regulator_haptic_work(struct work_struct *work) > +{ > + struct regulator_haptic *haptic = container_of(work, > +struct > regulator_haptic, you got a line

Re: 2.6.20.3 AMD64 oops in CFQ code

2007-03-22 Thread Aristeu Sergio Rozanski Filho
> This is a uniprocessor AMD64 system running software RAID-5 and RAID-10 > over multiple PCIe SiI3132 SATA controllers. The hardware has been very > stable for a long time, but has been acting up of late since I upgraded > to 2.6.20.3. ECC memory should preclude the possibility of bit-flip > err

Re: [PATCH] tty_io: fix race in master pty close/slave pty close path

2007-02-22 Thread Aristeu Sergio Rozanski Filho
> Would another possible trace look like this? > > idr_remove called for id=1 which is not allocated. > [] dump_trace+0x69/0x1af > [] show_trace_log_lvl+0x18/0x2c > [] show_trace+0xf/0x11 > [] dump_stack+0x15/0x17 > [] idr_remove+0xe2/0x143 > [] release_dev+0x63b/0x652 > [] tty_release+0x7/

[PATCH] tty_io: fix race in master pty close/slave pty close path

2007-02-22 Thread Aristeu Sergio Rozanski Filho
ty_open+0x1c5/0x340 [] tty_open+0x0/0x340 [] chrdev_open+0xaf/0x180 [] open_namei+0x8c/0x760 [] chrdev_open+0x0/0x180 [] __dentry_open+0xc9/0x210 [] do_filp_open+0x5c/0x70 [] get_unused_fd+0x61/0xd0 [] do_sys_open+0x53/0x100 [] sys_open+0x27/0x30 [] syscall_call+0x7/0xb using this test application avai

oz6812, yenta_socket and madwifi

2005-07-15 Thread Aristeu Sergio Rozanski Filho
Hi, for some time I was unable to use Atheros based cards on my notebook (O2Micro oz6812 Cardbus controller) because of lots of rx packets getting dropped by frame errors. running ping I got this: (~1m from access point) PING 192.168.67.1 (192.168.67.1): 56 data byt

Re: x25_create initializing socket data twice ...

2005-03-03 Thread Aristeu Sergio Rozanski Filho
Hi, > On the same path sk_set_owner also gets called twice, I think this > causes double module use count when creating sockets. Module use count > need some attention all over x25. I'm working on it already. I hope to send patches soon. Is linux-x25 list alive? if not, perhaps we should add netde