[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101111090015.GG24415@core.coreip.homeip.net>
Date: Thu, 11 Nov 2010 01:00:16 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Stefan Achatz <erazor_de@...rs.sourceforge.net>
Cc: Randy Dunlap <rdunlap@...otime.net>, Jiri Kosina <jkosina@...e.cz>,
Bruno Prémont <bonbons@...ux-vserver.org>,
Stephane Chatty <chatty@...c.fr>,
Don Prince <dhprince-devel@...oo.co.uk>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org
Subject: Re: [PATCH] HID: roccat: Add support for Roccat Kone[+]
Hi Stefan,
On Sun, Oct 24, 2010 at 07:57:05PM +0200, Stefan Achatz wrote:
> +
> +static int koneplus_create_sysfs_attributes(struct usb_interface *intf)
> +{
> + int retval;
> +
> + retval = sysfs_create_group(&intf->dev.kobj, &koneplus_attribute_group);
> + if (retval)
> + goto exit_1;
> +
> + retval = sysfs_create_bin_file(&intf->dev.kobj,
> + &koneplus_profile_settings_attr);
> + if (retval)
> + goto exit_2;
> +
> + retval = sysfs_create_bin_file(&intf->dev.kobj,
> + &koneplus_profile1_settings_attr);
> + if (retval)
> + goto exit_3;
> +
...
> +
> + retval = sysfs_create_bin_file(&intf->dev.kobj,
> + &koneplus_sensor_attr);
> + if (retval)
> + goto exit_17;
> +
I think we are ready to sysfs_binary_attribute_group ;) Please add it to
sysfs code and send it to GregKH.
Thanks.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists