Re: [PATCH 1/2] staging: kpc2000: export more device attributes via sysfs.

2019-06-03 Thread Greg KH
On Mon, Jun 03, 2019 at 02:08:56PM +0200, Greg KH wrote: > On Fri, May 31, 2019 at 11:52:30AM +0100, Jeremy Sowden wrote: > > Added more read-only device attributes in order to expose all the > > information about the hardware which is available by calling read() or > > ioct() on the misc device

Re: [PATCH 1/2] staging: kpc2000: export more device attributes via sysfs.

2019-06-03 Thread Greg KH
On Fri, May 31, 2019 at 11:52:30AM +0100, Jeremy Sowden wrote: > Added more read-only device attributes in order to expose all the > information about the hardware which is available by calling read() or > ioct() on the misc device associated with it. > > Signed-off-by: Jeremy Sowden > --- >

[PATCH 1/2] staging: kpc2000: export more device attributes via sysfs.

2019-05-31 Thread Jeremy Sowden
Added more read-only device attributes in order to expose all the information about the hardware which is available by calling read() or ioct() on the misc device associated with it. Signed-off-by: Jeremy Sowden --- drivers/staging/kpc2000/kpc2000/core.c | 57 ++ 1 file