Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 459
b: refs/heads/master
c: be5e338
h: refs/heads/master
i:
  457: db6440a
  455: 8a010f1
v: v3
  • Loading branch information
Adrian Bunk authored and Greg KH committed Apr 22, 2005
1 parent 04a3c34 commit ae99009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cef11127ea59cc5ac8fb956c355727999c6796dc
refs/heads/master: be5e3383a95446e933be198d3025df10a072794b
3 changes: 2 additions & 1 deletion trunk/drivers/usb/input/usbkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ static void usb_kbd_irq(struct urb *urb, struct pt_regs *regs)
kbd->usbdev->devpath, i);
}

int usb_kbd_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
static int usb_kbd_event(struct input_dev *dev, unsigned int type,
unsigned int code, int value)
{
struct usb_kbd *kbd = dev->private;

Expand Down

0 comments on commit ae99009

Please sign in to comment.