Commit Graph
746 Commits
Author SHA1 Message Date
marschap 3012f2f4e0 Doxygen-ize; sort functions to order used in most other drivers 2008-12-22 17:16:50 +00:00
marschap e7f795a2d1 Doxygen-ize 2008-12-21 18:50:39 +00:00
marschap cea8d500ab fix typo in doxygen comment 2008-12-21 18:45:56 +00:00
marschap 3ed66ed4f3 Doxygen-ize 2008-12-21 18:34:31 +00:00
marschap 969e1369c0 make private data structs unique to keep Doxygen happy 2008-12-21 17:15:03 +00:00
marschap a273c98182 make Doxygen comments a bit easier to read 2008-12-21 17:13:26 +00:00
marschap cf92e1248e fix typo in path name in doxygen comment 2008-12-21 17:04:59 +00:00
marschap 6332be070a make Doxygen comments easier to read 2008-12-21 17:04:13 +00:00
marschap 72d5042683 make Doxygen happy by giving the private data structure a unique name 2008-12-21 17:02:04 +00:00
marschap 92df94302b extend Doxygen-ization; name private data struct to make Doxygen happy 2008-12-21 16:43:50 +00:00
marschap b54a4e3706 Doxygen-ize 2008-12-21 14:58:51 +00:00
marschap 175e4c7b4f better Doxygen documentation of icon() 2008-12-21 14:07:20 +00:00
marschap 55147836eb Doxygen-ize and update get_key() to use key strings 2008-12-21 14:03:04 +00:00
marschap b284a94751 keep structure declarations confined to the file where they are used 2008-12-21 13:01:33 +00:00
marschap 065fb021fe Doxygen-ize 2008-12-21 12:57:46 +00:00
marschap c9e3db4a8d extend Doxygen description of input method 2008-12-21 12:34:49 +00:00
marschap 4a3274442d Doxygen-ize methods exported to the server 2008-12-21 12:33:57 +00:00
marschap 0bb3bd3435 Doxygen-ize xosd driver; add support for big numbers (relevant only for 2-line case) 2008-12-21 11:17:39 +00:00
marschap b18d4c958b fix typo in Doxygen description. 2008-12-21 11:15:42 +00:00
marschap d012ba9874 Doxygen-ize the methods exported to the server 2008-12-21 10:15:21 +00:00
marschap 81ebe5ae88 first step in Doxygen-ization 2008-12-21 10:04:37 +00:00
marschap 5c3571d028 fix typo in previous commit 2008-12-19 20:01:28 +00:00
marschap c3aa927baf extend and Doxygen-ize 2008-12-19 19:59:01 +00:00
marschap 4bc8aec27a a little bit of cleanup 2008-12-19 19:45:24 +00:00
marschap ef9dc9e980 make Doxygen header text more similar to other drivers 2008-12-19 19:43:43 +00:00
marschap 6e0f310d08 basic Doxygen-ization 2008-12-19 19:40:53 +00:00
marschap ff75ce809f make PrivateData appear as driver-specific data structures for Doxygen 2008-12-07 19:41:36 +00:00
marschap 32345f6ad8 add support for info client function; Doxygen-ize a bit 2008-12-07 18:16:27 +00:00
marschap 8d2be0fd4a add get_info() fucntion, Doxygen-ize 2008-12-06 19:47:14 +00:00
marschap 80adf97b9e support defining custom characters with the 12832 model too 2008-12-06 17:32:48 +00:00
marschap 11cc2c1697 add paths to Doxygen file headers 2008-11-30 22:34:31 +00:00
marschap 9c876e8d4c fix Doxygen warnings 2008-11-29 16:01:31 +00:00
marschap b2da58a5b0 isupport Siemens/Wincor Nixdorf BA63/66 in the serialVFD driver (Stefan Herdler) 2008-11-23 13:09:11 +00:00
marschap 099611ab03 new driver irtrans (Phant0m / Aron Parsons) 2008-10-26 21:33:09 +00:00
marschap 9ef53fd319 check for malloc() return value 2008-10-26 20:45:49 +00:00
marschap ef89a572b0 fix a potential bug by allowing Set Mode to continue after a non fatal error (Eric Pooch) 2008-10-09 19:46:54 +00:00
marschap 08bb4b24b8 add files forgotten in previous commit 2008-10-08 21:07:45 +00:00
marschap 7d319d7326 new connection type uss720 to hd44780 driver (Eric Pooch) 2008-10-08 21:04:24 +00:00
marschap e07f90a6bf fix compiler warnings: braces around bit-arithmetics & wrong argument type 2008-10-08 20:20:46 +00:00
marschap 6b7db138d6 fix compiler warning: avoid going out of array bounds 2008-10-08 20:19:37 +00:00
marschap d7869bdc9f fixes & cleanup to serialPOS driver (Eric Pooch) 2008-10-08 17:01:03 +00:00
marschap 57e96d8d4a update documentation for picolcd driver; cleanup of picolcd driver 2008-10-08 16:40:50 +00:00
marschap b8cae203a6 extend picolcd driver to support 20x4 picoLCDs (Nicu Pavel) 2008-10-08 10:52:37 +00:00
marschap 48cbc7d2d9 don't let init fail if usb_set_configuration() fails; be more verbose in USB init 2008-09-22 19:24:12 +00:00
marschap 52bea0a1c7 replace HOST_NAME_MAX by _POSIX_HOST_NAME_MAX for *BSD (Markus Dolze) 2008-09-20 07:49:22 +00:00
marschap 695eb1ec8f support to send IR commands to LIRC in the picolcd driver (Jack Cleaver) 2008-09-19 17:16:49 +00:00
marschap 84bd6f8645 safer check for keystr containing a value 2008-09-17 16:00:34 +00:00
marschap 0497178706 new ConnectionType ethlcd for hd44780 (Mariusz Bialonczyk) 2008-09-17 13:28:17 +00:00
marschap ab344625c5 fix issue with undefined character for 2-line 6-custom bignum function 2008-09-16 14:39:32 +00:00
marschap 4ca1792fa0 new config option ExtendedMode for IOWarrior driver 2008-08-03 17:30:40 +00:00