aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc/sisusbvga (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implementationsPeilin Ye1-15/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-6/+0
2020-10-28USB: sisusbvga: Make console support depend on BROKENThomas Gleixner1-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+6
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones3-631/+689
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones1-31/+0
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-3/+3
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu3-9/+9
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2-17/+17
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-04-16USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-06-10USB: sisusbvga: Remove unneeded variableHariprasad Kelam1-6/+4
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum1-7/+8
2019-01-25usb: sisusb: remove useless macros and compact the codeJiri Slaby1-33/+15
2019-01-25usb: sisusb: let files build only when neededJiri Slaby3-13/+2
2019-01-25usb: sisusb_con, cleanup configsJiri Slaby4-33/+20
2019-01-25usb: sisusb_con, convert addr macros to functionsJiri Slaby1-39/+39
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyColin Ian King1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook1-15/+52
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook1-1/+0
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman1-0/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman6-0/+6
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva1-10/+3
2017-05-17sisusb_con: fix coccinelle warningJiri Slaby1-1/+1
2017-03-17USB: misc: sisusb_con: fix coccinelle warningJiri Slaby1-1/+1
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva1-6/+0
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-35/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-8/+10
2016-08-15usb: misc: sisusbvga: sisusb: don't print error when allocating urb failsWolfram Sang1-3/+0
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-2/+2
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-35/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-7/+4
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-8/+3
2016-06-25sisusb: remove dummy variablesJiri Slaby3-34/+24
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+2
2016-05-03sisusbvga: correct speed testingOliver Neukum1-2/+2
2016-04-30tty: vt, make color_table constJiri Slaby1-1/+1
2016-01-24usb-misc: sisusbvga: fix error pathPeter Senna Tschudin1-1/+2
2016-01-24usb-misc: sisusbvga: Remove memory allocation logsPeter Senna Tschudin1-5/+2
2016-01-24usb-misc: sisusbvga: Remove null test before calls to kfree()Peter Senna Tschudin1-8/+4