Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932677AbWAFSPw (ORCPT ); Fri, 6 Jan 2006 13:15:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932680AbWAFSPw (ORCPT ); Fri, 6 Jan 2006 13:15:52 -0500 Received: from mail1.kontent.de ([81.88.34.36]:60615 "EHLO Mail1.KONTENT.De") by vger.kernel.org with ESMTP id S932677AbWAFSPw (ORCPT ); Fri, 6 Jan 2006 13:15:52 -0500 From: Oliver Neukum To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: need for packed attribute Date: Fri, 6 Jan 2006 19:15:43 +0100 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601061915.43961.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 491 Lines: 17 Hi, is there any architecture for which packed is required in structures like this: /* All standard descriptors have these 2 fields at the beginning */ struct usb_descriptor_header { __u8 bLength; __u8 bDescriptorType; }; Regards Oliver - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/