Andrew Lunn wrote:
Hi Frank
Which 2.6 kernel did you test this with? I just tried my slightly out
of date 2.6.26-rc5 and it does not compile. Looking at
http://lxr.linux.no/ there has been some reworking going on in this
area. It might compile with 2.6.25. It would be nice to document what
is know to work.
Thanks
Andrew
BTW, please let me know if you have any thoughts, ideas, or suggestions
on the submission. I wasn't sure which way to go on a number of items, like:
- Should it implement an API of its own or just expose the endpoints
for the standard USB API.
- How best to make it device/driver independent.
- Did I leave out any configuration options that would make it more
useful?
I also couldn't figure out any way to add class-specific descriptors
(which would make the ACM configuration usable with a Linux host). Any
help here would be appreciated.
I ask because I have the start of several other classes that could be
submitted (Printer, Mass Storage, & HID), and would undoubtedly be
modeled after this one.
- Frank