summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/sisusbvga
AgeCommit message (Expand)Author
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby
2020-06-24vc: switch state to boolJiri Slaby
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu
2020-04-16USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski
2019-06-10USB: sisusbvga: Remove unneeded variableHariprasad Kelam
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum
2019-01-25usb: sisusb: remove useless macros and compact the codeJiri Slaby
2019-01-25usb: sisusb: let files build only when neededJiri Slaby
2019-01-25usb: sisusb_con, cleanup configsJiri Slaby
2019-01-25usb: sisusb_con, convert addr macros to functionsJiri Slaby
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyColin Ian King
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King
2018-02-27console: Expand dummy functions for CFIKees Cook
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva
2017-05-17sisusb_con: fix coccinelle warningJiri Slaby
2017-03-17USB: misc: sisusb_con: fix coccinelle warningJiri Slaby
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby
2016-08-15usb: misc: sisusbvga: sisusb: don't print error when allocating urb failsWolfram Sang
2016-06-25tty: vt, convert more macros to functionsJiri Slaby
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby
2016-06-25sisusb: remove dummy variablesJiri Slaby
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-05-03sisusbvga: correct speed testingOliver Neukum
2016-04-30tty: vt, make color_table constJiri Slaby
2016-01-24usb-misc: sisusbvga: fix error pathPeter Senna Tschudin
2016-01-24usb-misc: sisusbvga: Remove memory allocation logsPeter Senna Tschudin
2016-01-24usb-misc: sisusbvga: Remove null test before calls to kfree()Peter Senna Tschudin