20 Sep
2011
20 Sep
'11
2:12 p.m.
At Tue, 20 Sep 2011 12:03:56 +0100, Mark Brown wrote:
On Tue, Sep 20, 2011 at 12:58:11PM +0200, Takashi Iwai wrote:
Better to replace any letter except [a-zA-Z0-9_] with '_' or drop them. Use isalnum(), for example.
What *are* the rules? The documentation says "driver name" which isn't verbose...
It's used as an id string, so you can guess. Practically, it should be a single word, contain no dangerous letters that may screw up the parser.
Takashi