On Sat, Sep 13, David Brownell wrote:
+static char * +dump_comm_descriptor(int fd, unsigned char *buf, char *indent, u_int16_t lang)
+ if (buf[3] & 0x01) + printf( "%s call management\n"); + if (buf[3] & 0x02) + printf( "%s use DataInterface\n");
missing arguments.
In both cases, "indent".
... looks like the gcc config in that package needs updating too, it forgot "-Wall". Clearly I didn't test this with a CDC-ACM device -- just several CDC Ethernet(ish) devices.
- Dave
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
