Howdy!

I’m currently working on a platform_driver, where I want an attribute_group to 
be in effect for every platforn_device that went through the corresponding 
.probe() call. Now 
http://kroah.com/log/blog/2013/06/26/how-to-create-a-sysfs-file-correctly/ 
suggests to set this in the struct device, but as far as I understand it, this 
struct is already passed to me. So where can I feed it earlier in the 
instantiation? Or do I have to resort to sighs_create_group()?

Thanks,
J. Holzmayr

-- 
_____________________________________________________________
R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
Fon: +49 8444 9204-0
Fax: +49 8444 9204-50
www.rsi-elektrotechnik.de

_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to