linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / input / joystick / spaceball.c
index 7a19ee0..d6f8db8 100644 (file)
@@ -50,7 +50,7 @@ MODULE_LICENSE("GPL");
  */
 
 #define SPACEBALL_MAX_LENGTH   128
-#define SPACEBALL_MAX_ID       9
+#define SPACEBALL_MAX_ID       8
 
 #define SPACEBALL_1003      1
 #define SPACEBALL_2003B     3
@@ -220,7 +220,7 @@ static int spaceball_connect(struct serio *serio, struct serio_driver *drv)
                goto fail;
 
        spaceball->dev = input_dev;
-       snprintf(spaceball->phys, sizeof(spaceball->phys), "%s/input0", serio->phys);
+       sprintf(spaceball->phys, "%s/input0", serio->phys);
 
        input_dev->name = spaceball_names[id];
        input_dev->phys = spaceball->phys;