updated skeleton, neomagic and VIA driver to export lower case kerneldriver names for the /dev/ hierarchy. It turns out R5 and dano convert upper case to lower case names, while Haiku just literally uses them... Now fixed inside these drivers by using lowercase instead of uppercase. 'Bug' reported by John Drinkwater.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
40c6c57a58
commit
2e16ba2acc
@ -5,7 +5,7 @@
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Apsed;
|
||||
Rudolf Cornelissen 5/2002-1/2006.
|
||||
Rudolf Cornelissen 5/2002-4/2006.
|
||||
*/
|
||||
|
||||
/* standard kernel driver stuff */
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
#define MAX_DEVICES 8
|
||||
|
||||
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/* Tell the kernel what revision of the driver API we support */
|
||||
int32 api_version = B_CUR_DRIVER_API_VERSION; // apsed, was 2, is 2 in R5
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Rudolf Cornelissen 3/2002-11/2004.
|
||||
Rudolf Cornelissen 3/2002-4/2006.
|
||||
*/
|
||||
|
||||
/* standard kernel driver stuff */
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
#define MAX_DEVICES 8
|
||||
|
||||
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/* Tell the kernel what revision of the driver API we support */
|
||||
int32 api_version = B_CUR_DRIVER_API_VERSION; // apsed, was 2, is 2 in R5
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Rudolf Cornelissen 3/2002-9/2005.
|
||||
Rudolf Cornelissen 3/2002-4/2006.
|
||||
*/
|
||||
|
||||
/* standard kernel driver stuff */
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
#define MAX_DEVICES 8
|
||||
|
||||
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/* Tell the kernel what revision of the driver API we support */
|
||||
int32 api_version = B_CUR_DRIVER_API_VERSION; // apsed, was 2, is 2 in R5
|
||||
|
Loading…
Reference in New Issue
Block a user