projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6
[linux-2.6]
/
drivers
/
net
/
wireless
/
libertas
/
version.h
1
#define DRIVER_RELEASE_VERSION "320.p0"
2
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
3
#ifdef DEBUG
4
"-dbg"
5
#endif
6
"";
7
8