aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/skel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-31staging: comedi (skel): use PCI_DEVICE() macroJavier Martinez Canillas1-4/+3
2010-06-17Staging: comedi: drivers: skel: Add whitespace to example comment blockIan Abbott1-22/+22
2010-06-17Staging: comedi: Remove COMEDI_PCI_INITCLEANUP macroArun Thomas1-4/+40
2010-06-17Staging: comedi: Remove COMEDI_INITCLEANUP macroArun Thomas1-5/+12
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas1-0/+4
2010-05-11staging: comedi: Fix 80 characters limit and printk issues in skel.cEllwyn Cole1-9/+12
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-39/+43
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-2/+2
2009-06-19Staging: comedi: make use of ARRAY_SIZE macroBill Pemberton1-1/+1
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-15/+15
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-28/+28
2009-04-03Staging: comedi: comedi: remove C99 comments in skel.cBill Pemberton1-14/+16
2009-04-03Staging: comedi: skel.c: Remove skel_private typedefBill Pemberton1-4/+6
2009-04-03Staging: comedi: Remove skel_board typedefBill Pemberton1-6/+7
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-10/+10
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-13/+13
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-17/+17
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-11/+11
2009-04-03Staging: comedi: add skeleton driverDavid Schleef1-0/+619