History log of /drivers/input/gameport/fm801-gp.c
Revision Date Author Comments
d345d97012c3f8fb72c0c9d2ee319ea958b63229 30-Sep-2010 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: fm801-gp - add missing call to pci_disable_device()

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
a9844b18502bde376284e4ad83b04fa20eb5afa5 10-Jan-2010 Márton Németh <nm127@freemail.hu> Input: make PCI device ids constant

The id_table field of the struct pci_driver is constant in <linux/pci.h>
so it makes sense to mark initialization data also constant.

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
f445da83877f979fc131e3e45652858a5f6fa1d6 18-Apr-2009 Dmitry Torokhov <dmitry.torokhov@gmail.com> Input: fp801-gp - add MODULE_DESCRIPTION()

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
b435fdcda126db42343b8055d04a0a27c229717b 12-Oct-2006 Jeff Garzik <jeff@garzik.org> Input: fm801-gp - handle errors from pci_enable_device()

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
699756199d65700e8deed59ae250439ca8684686 07-Jul-2006 Dmitry Torokhov <dtor@insightbb.com> Input: fm801-gp - fix use after free

Fixes Coverity #id 916

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
a97e148a8b8da8b04bc3e18ceb824a8f5f56d567 07-Sep-2005 Pekka Enberg <penberg@cs.helsinki.fi> [PATCH] input: convert kcalloc to kzalloc

This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!