Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115074
b: refs/heads/master
c: f9da8d1
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Dmitry Torokhov committed Oct 11, 2008
1 parent 12067ea commit b97a3dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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: e8f462d202026d8e99f553ed5a09422321226ac9
refs/heads/master: f9da8d157b60d8c5bfc5a21fc50538fdb754a65b
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/yealink.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
#include <linux/module.h>
#include <linux/rwsem.h>
#include <linux/usb/input.h>
#include <linux/map_to_7segment.h>

#include "map_to_7segment.h"
#include "yealink.h"

#define DRIVER_VERSION "yld-20051230"
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ header-y += keyctl.h
header-y += limits.h
header-y += magic.h
header-y += major.h
header-y += map_to_7segment.h
header-y += matroxfb.h
header-y += meye.h
header-y += minix_fs.h
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* drivers/usb/input/map_to_7segment.h
*
* Copyright (c) 2005 Henk Vergonet <Henk.Vergonet@gmail.com>
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -36,7 +34,7 @@
* Usage:
*
* Register a map variable, and fill it with a character set:
* static SEG7_DEFAULT_MAP(map_seg7);
* static SEG7_DEFAULT_MAP(map_seg7);
*
*
* Then use for conversion:
Expand Down

0 comments on commit b97a3dc

Please sign in to comment.