skypopen: OSS driver, refinement

This commit is contained in:
Giovanni Maruzzelli 2011-04-25 09:13:39 -05:00
parent 7470bf32a1
commit 98157dbbfc
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
#define CENTOS_5 /* define this ONLY if you're on CentOS 5.x (eg: undef on CentOS 6.x ) */ #define CENTOS_5 /* define this ONLY if you're on CentOS 5.x (eg: undef on CentOS 6.x ) */
#define WANT_HRTIMER /* undef this only if you don't want to use High Resolution Timers (why?) */ #define WANT_HRTIMER /* undef this only if you don't want to use High Resolution Timers (why?) */
#define SKYPOPEN_BLK 960 #define SKYPOPEN_BLK 1920
#define SKYPOPEN_SLEEP 10 #define SKYPOPEN_SLEEP 20
#define SKYPOPEN_MAJOR 14 /* dynamic major by default */ #define SKYPOPEN_MAJOR 14 /* dynamic major by default */