Re: a Linux device driver

2018-06-06 Thread Bjørn Mork
Abu Rasheda writes: > wondering which hardware is missing a driver, I can try yo buy/acquire the > hardware No need to buy any hardware. Just look around you and see what you already have. If you don't see anything you want to write a driver for, then maybe you shouldn't. Bjørn _

Re: a Linux device driver

2018-06-05 Thread Abu Rasheda
On Tue, Jun 5, 2018 at 2:06 PM, wrote: > On Tue, 05 Jun 2018 13:51:54 -0700, Abu Rasheda said: > > > right now, I am in a mood to write a driver, not testing :) > > Can you, in a few sentences, explain why the Linux community wants a driver > written by somebody who wanted to write a driver but

Re: a Linux device driver

2018-06-05 Thread valdis . kletnieks
On Tue, 05 Jun 2018 13:51:54 -0700, Abu Rasheda said: > right now, I am in a mood to write a driver, not testing :) Can you, in a few sentences, explain why the Linux community wants a driver written by somebody who wanted to write a driver but didn't want to do the testing needed to ensure it d

Re: a Linux device driver

2018-06-05 Thread Abu Rasheda
On Tue, Jun 5, 2018 at 1:51 AM, Ozgur Kara wrote: > > > 05.06.2018, 08:57, "valdis.kletni...@vt.edu" : > > On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > > > >> Any recommendations what device driver is missing and open source > >> community could benefit from a new driver or enhance s

Re: a Linux device driver

2018-06-05 Thread Ozgur Kara
05.06.2018, 08:57, "valdis.kletni...@vt.edu" : > On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > >>  Any recommendations what device driver is missing and open source >>  community could benefit from a new driver or enhance some existing driver? > > Short answer: One that you have the har

Re: a Linux device driver

2018-06-04 Thread valdis . kletnieks
On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > Any recommendations what device driver is missing and open source > community could benefit from a new driver or enhance some existing driver? Short answer: One that you have the hardware for so you can actually test your code. Nobody want

a Linux device driver

2018-06-04 Thread Abu Rasheda
Hello, I am an experienced Linux kernel and driver developer and have some time! I like to develop a driver for Linux open source. Any recommendations what device driver is missing and open source community could benefit from a new driver or enhance some existing driver? Where could I go for suc