Am Monday 12 January 2009 14:52:57 schrieb Denis Joseph Barrow: > > You can change that back, although if you need flags, you shouldn't > > use types that indicate a specific word length. That's outright evil. > Well chars are 1 byte in most architectures the most neutral bitfield > definition that most people go by for flags is unsigned int but I'll char is fine. u8 is not. u8 says you need 8 bit, no more, no less. Now, if you need just one bit, why not tell the compiler? Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html