]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/input/joystick/db9.c
Convert files to UTF-8 and some cleanups
[net-next-2.6.git] / drivers / input / joystick / db9.c
index b069ee18e35312078ec3cff1d6910d102dd851a7..a6ca9d5e252f089f9118efd6f0d01693920b4973 100644 (file)
@@ -4,7 +4,7 @@
  *  Copyright (c) 1999-2001 Vojtech Pavlik
  *
  *  Based on the work of:
- *     Andree Borrmann         Mats Sjvall
+ *     Andree Borrmann         Mats Sjรถvall
  */
 
 /*
@@ -631,7 +631,7 @@ static struct db9 __init *db9_probe(int parport, int mode)
                input_dev->open = db9_open;
                input_dev->close = db9_close;
 
-               input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS);
+               input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
                for (j = 0; j < db9_mode->n_buttons; j++)
                        set_bit(db9_mode->buttons[j], input_dev->keybit);
                for (j = 0; j < db9_mode->n_axis; j++) {