From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261336AbVFNVHq (ORCPT ); Tue, 14 Jun 2005 17:07:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261338AbVFNVHq (ORCPT ); Tue, 14 Jun 2005 17:07:46 -0400 Received: from mail.kroah.org ([69.55.234.183]:2718 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261336AbVFNVHj (ORCPT ); Tue, 14 Jun 2005 17:07:39 -0400 Date: Tue, 14 Jun 2005 14:07:29 -0700 From: Greg KH To: Jon Smirl Cc: lkml Subject: Re: off by one in sysfs Message-ID: <20050614210729.GC19875@kroah.com> References: <9e47339105061120007061d7b1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9e47339105061120007061d7b1@mail.gmail.com> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 11, 2005 at 11:00:00PM -0400, Jon Smirl wrote: > My attribute is a color_map described by 255 lines of 15 chars plus \n. Heh, that's pretty big for a single attribute. Would it be easier to just use the binary sysfs file interface for this attribute? thanks, greg k-h