ChangeSet 1.1736, 2004/05/17 15:37:07-07:00, greg@kroah.com USB: fix dumb compile error in aiptek driver Doesn't anyone ever actually build the patches they send me... drivers/usb/input/aiptek.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/input/aiptek.c b/drivers/usb/input/aiptek.c --- a/drivers/usb/input/aiptek.c Mon May 17 16:37:04 2004 +++ b/drivers/usb/input/aiptek.c Mon May 17 16:37:04 2004 @@ -1337,7 +1337,7 @@ break; } - case AIPTEK_TOOL_BUTTON_PEN_MODE; + case AIPTEK_TOOL_BUTTON_PEN_MODE: { s = "pen"; break;