aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/sisusbvga/sisusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu1-3/+3
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu1-10/+10
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_con, cleanup configsJiri Slaby1-16/+16
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyColin Ian King1-2/+2
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva1-10/+3
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva1-6/+0
2016-08-15usb: misc: sisusbvga: sisusb: don't print error when allocating urb failsWolfram Sang1-3/+0
2016-06-25sisusb: remove dummy variablesJiri Slaby1-15/+13
2016-05-03sisusbvga: correct speed testingOliver Neukum1-2/+2
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
2016-01-24usb-misc: sisusbvga: Fix coding style: remove assignment from if testsPeter Senna Tschudin1-6/+12
2016-01-24usb-misc: sisusbvga: Fix coding style: braces, parenthesis, commentPeter Senna Tschudin1-47/+41
2016-01-24usb-misc: sisusbvga: Fix coding style: vertical whitespace changesPeter Senna Tschudin1-258/+236
2016-01-24usb-misc: sisusbvga: Fix coding style: horizontal whitespace changesPeter Senna Tschudin1-482/+471
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-15/+1
2015-05-10USB: sisusb.c: move assignment out of if () blockGreg Kroah-Hartman1-13/+26
2014-11-24USB-SIS: Deletion of an unnecessary check before the function call "usb_put_dev"Markus Elfring1-2/+1
2014-08-26USB: sisusb: add device id for Magic Control USB videoStephen Hemminger1-0/+1
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches1-4/+6
2013-07-22USB: misc: Add Manhattan Hi-Speed USB DVI Converter to sisusbvgaJóhann B. Guðmundsson1-0/+1
2013-03-15usb: misc: sisusbvga: Avoid NULL pointer dereference from sisusbColin Ian King1-1/+1
2010-11-11usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-07-26USB: sisusbvga: Fix for USB 3.0Oliver Neukum1-2/+3
2010-05-20USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani1-9/+0
2010-05-20USB: sisusbvga: Remove the BKL from ioctlAlessio Igor Bogani1-3/+1
2010-03-02USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum1-2/+2
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-2/+12
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2010-02-16USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira1-0/+1
2009-09-23USB: sisusbvga: drop usb_buffer_allocPete Zaitcev1-40/+13
2008-11-13USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma1-0/+1
2008-08-21USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann1-0/+1
2008-07-21USB: sisusb: Push down the BKLAlan Cox1-7/+6
2008-07-03sisusbvga: Fix oops on disconnect.Will Newton1-2/+0
2008-02-01USB: Spelling fixesJoe Perches1-1/+1
2008-02-01USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent kernelsFernando Luis Vazquez Cao1-27/+0
2007-10-12USB: drivers/usb/misc/sisusbvga/sisusb.c: kill two unused variablesWANG Cong1-2/+0
2007-10-12USB: fix gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macrosAndrew Morton1-9/+1
2007-10-12USB: sisusbvga: Fix bugSatyam Sharma1-3/+1
2007-10-12USB: SisUSB2VGA: Convert printk to dev_* macrosFelipe Balbi1-80/+31
2007-10-12USB: SisUSB2VGA: Remove if 0'ed codeFelipe Balbi1-57/+0
2007-10-12USB: SisUSB2VGA: Whitespace CleanupsFelipe Balbi1-13/+13