diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-06 02:11:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-06 02:11:07 +0000 |
commit | a85e7f4573ab25cd905c19d831dca78249d71e98 (patch) | |
tree | 871d9391ccff16f65c988afe1762c7218e2c7cd5 | |
parent | fe191248b0330ae5863ab068cf20ea22bc315f7b (diff) | |
download | drakx-a85e7f4573ab25cd905c19d831dca78249d71e98.tar drakx-a85e7f4573ab25cd905c19d831dca78249d71e98.tar.gz drakx-a85e7f4573ab25cd905c19d831dca78249d71e98.tar.bz2 drakx-a85e7f4573ab25cd905c19d831dca78249d71e98.tar.xz drakx-a85e7f4573ab25cd905c19d831dca78249d71e98.zip |
workaround build with new kernels
-rw-r--r-- | perl-install/c/stuff.xs.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index f6c6c4098..729249b7e 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -52,6 +52,7 @@ typedef __uint8_t u8; #include <ext2fs/ext2fs.h> // for UPS on USB: +# define HID_MAX_USAGES 1 #include <linux/hiddev.h> #include <libldetect.h> |