aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_gpio.h
diff options
context:
space:
mode:
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-03-12 22:17:15 +0000
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-03-12 22:17:15 +0000
commitd1c03f054cf14908aa5fc1f7d3eba6d4dcb46994 (patch)
treede59ea3d7c4f3f33ce2ea660b9b56b045beb3f63 /drv_generic_gpio.h
parentadaa4da6bb46042c127714a20fde31ff12fa96a2 (diff)
downloadlcd4linux-d1c03f054cf14908aa5fc1f7d3eba6d4dcb46994.tar.gz
changed hardcoded pixel resolution to configuration; usb_*_np functions only if available; try to get USB vendor name
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1116 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_gpio.h')
0 files changed, 0 insertions, 0 deletions
td>-168/+441 2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4 2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4 2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3 2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10 2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0 2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1 2010-02-04small warning removedmichael1-1/+1 2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2