[no subject]

2017-08-21 Thread Ciprian
Good evening http://www.albit.ro/s2daddr.php?fight=27sfbr9drm6n4 Ciprian

[no subject]

2017-08-21 Thread Ciprian
Good evening http://www.albit.ro/s2daddr.php?fight=27sfbr9drm6n4 Ciprian

Re: Logitech G-series drivers

2015-02-23 Thread Ciprian Ciubotariu
On Saturday 21 February 2015 22:57:28 Bruno Prémont wrote: > On Sat, 21 February 2015 Ciprian Ciubotariu wrote: > > > On Sun, 15 Feb 2015 23:17:27 +0200 Ciprian Ciubotariu wrote: > > > Did you check for older work on Logitech keyboards that has been > > > proposed

Re: [PATCH] Add drivers for Logitech G110, G13, G15v2 and G19

2015-02-23 Thread Ciprian Ciubotariu
On Saturday 21 February 2015 18:21:20 Paul Bolle wrote: > On Sat, 2015-02-21 at 17:50 +0200, Ciprian Ciubotariu wrote: > > New modules: > > - hid-gcore - common functions > > - hid-gfb - framebuffer implementation > > - hid-g110 - G110 driver > > - h

Re: [PATCH] Add drivers for Logitech G110, G13, G15v2 and G19

2015-02-23 Thread Ciprian Ciubotariu
On Saturday 21 February 2015 18:21:20 Paul Bolle wrote: On Sat, 2015-02-21 at 17:50 +0200, Ciprian Ciubotariu wrote: New modules: - hid-gcore - common functions - hid-gfb - framebuffer implementation - hid-g110 - G110 driver - hid-g13 - G13 driver - hid-g15v2 - G15 v2

Re: Logitech G-series drivers

2015-02-23 Thread Ciprian Ciubotariu
On Saturday 21 February 2015 22:57:28 Bruno Prémont wrote: On Sat, 21 February 2015 Ciprian Ciubotariu cheepe...@gmx.net wrote: On Sun, 15 Feb 2015 23:17:27 +0200 Ciprian Ciubotariu wrote: Did you check for older work on Logitech keyboards that has been proposed on linux-input list some

[PATCH] Add drivers for Logitech G110, G13, G15v2 and G19

2015-02-21 Thread Ciprian Ciubotariu
*hdev) +{ + struct gcore_data *gdata = hid_get_drvdata(hdev); + struct g110_data *g110data = gdata->data; + + usb_poison_urb(g110data->ep1_urb); + + sysfs_remove_group(&(hdev->dev.kobj), _attr_group); + + gcore_leds_remove(gdata); + gcore_input_remove(

Re: Logitech G-series drivers

2015-02-21 Thread Ciprian Ciubotariu
Hi. Only now I realized you wrote some instructions. Below are my (quite lengthy) responses. On Thursday 19 February 2015 10:48:27 Bruno Prémont wrote: > Hi Ciprian, > > Adding linux-input and Jiri (HID maintainer) to CC. Should I register myself on the linux-input mailing lis

Re: Logitech G-series drivers

2015-02-21 Thread Ciprian Ciubotariu
Hi. Only now I realized you wrote some instructions. Below are my (quite lengthy) responses. On Thursday 19 February 2015 10:48:27 Bruno Prémont wrote: Hi Ciprian, Adding linux-input and Jiri (HID maintainer) to CC. Should I register myself on the linux-input mailing list as well

[PATCH] Add drivers for Logitech G110, G13, G15v2 and G19

2015-02-21 Thread Ciprian Ciubotariu
(g110_driver); +} + +module_init(g110_init); +module_exit(g110_exit); +MODULE_DESCRIPTION(Logitech G110 HID Driver); +MODULE_AUTHOR(Alistair Buxton (a.j.bux...@gmail.com)); +MODULE_AUTHOR(Ciubotariu Ciprian (cheepe...@gmx.net)); +MODULE_LICENSE(GPL); diff --git a/drivers/hid/hid-g13.c b/drivers/hid/hid-g13.c

Logitech G-series drivers

2015-02-15 Thread Ciprian Ciubotariu
Hello. I would like to submit to your attention for inclusion in the mainline kernel a series of drivers for a set of Logitech keybord devices. I forked the sources under a GPL/GPLv2 license and performed maintenance and stabilization work on them. The repository I am working on is at

Logitech G-series drivers

2015-02-15 Thread Ciprian Ciubotariu
Hello. I would like to submit to your attention for inclusion in the mainline kernel a series of drivers for a set of Logitech keybord devices. I forked the sources under a GPL/GPLv2 license and performed maintenance and stabilization work on them. The repository I am working on is at

[PATCH] rt-tests: hackbench: fix for uninitialized start time

2013-12-12 Thread Ciprian Barbu
. But if the program receives a signal before this is done, the start time is left uninitialized. I propose that in such situations an error message be displayed, like the following patch does. Please let me know if this is acceptable. Regards, /Ciprian --- diff -rupN rt-tests/src/hackbench/hackbench.c rt

[PATCH] rt-tests: hackbench: fix for uninitialized start time

2013-12-12 Thread Ciprian Barbu
. But if the program receives a signal before this is done, the start time is left uninitialized. I propose that in such situations an error message be displayed, like the following patch does. Please let me know if this is acceptable. Regards, /Ciprian --- diff -rupN rt-tests/src/hackbench/hackbench.c rt

CONFIG_TRANSPARENT_HUGEPAGE with PREEMPT_RT_FULL

2013-10-02 Thread Ciprian Barbu
basic ltp mm and ltp hugetlb on an rt image with transparent hugepages, on an ARM arndale, and didn't get any problems. Do you think it's possible that the problem got fixed somewhere along the way? Thanks and regards, Ciprian -- To unsubscribe from this list: send the line "unsubscribe

CONFIG_TRANSPARENT_HUGEPAGE with PREEMPT_RT_FULL

2013-10-02 Thread Ciprian Barbu
basic ltp mm and ltp hugetlb on an rt image with transparent hugepages, on an ARM arndale, and didn't get any problems. Do you think it's possible that the problem got fixed somewhere along the way? Thanks and regards, Ciprian -- To unsubscribe from this list: send the line unsubscribe linux

Linux v2.6.23.1 suspend/resume problem

2007-10-14 Thread Ciprian Dorin Craciun
12] PM: Writing back config space on device :00:1f.2 at offset 1 (was 2b5, writing 2b80005) And those PCI's corespond to: 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) 00:1f.2 IDE interface: Intel Corp

Linux v2.6.23.1 suspend/resume problem

2007-10-14 Thread Ciprian Dorin Craciun
) And those PCI's corespond to: 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) Thank you all! Ciprian. P.S.: For now I

Re: kernel 2.6 speed

2005-07-25 Thread Ciprian
Thanks guys for your help. I should have asked you this right from the beginning. :) Ciprian __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe from this list: send the line

Re: kernel 2.6 speed

2005-07-25 Thread Ciprian
Thanks guys for your help. I should have asked you this right from the beginning. :) Ciprian __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe from this list: send the line

kernel 2.6 speed

2005-07-24 Thread Ciprian
er. I thought the newer versions were supposed to work faster (or at least just as fast) AND to offer extra features. Any help would appreciate. Thanks, Ciprian __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

kernel 2.6 speed

2005-07-24 Thread Ciprian
faster. I thought the newer versions were supposed to work faster (or at least just as fast) AND to offer extra features. Any help would appreciate. Thanks, Ciprian __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around