aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/sisusbvga/sisusb.c
AgeCommit message (Expand)Author
2020-09-03USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu
2020-05-02USB: sisusbvga: Change port variable from signed to unsignedChangming Liu
2019-06-09USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva
2016-08-15usb: misc: sisusbvga: sisusb: don't print error when allocating urb failsWolfram Sang
2016-06-25sisusb: remove dummy variablesJiri Slaby
2016-05-03sisusbvga: correct speed testingOliver Neukum
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
2016-01-24usb-misc: sisusbvga: Fix coding style: remove assignment from if testsPeter Senna Tschudin
2016-01-24usb-misc: sisusbvga: Fix coding style: braces, parenthesis, commentPeter Senna Tschudin
2016-01-24usb-misc: sisusbvga: Fix coding style: vertical whitespace changesPeter Senna Tschudin
2016-01-24usb-misc: sisusbvga: Fix coding style: horizontal whitespace changesPeter Senna Tschudin
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-05-10USB: sisusb.c: move assignment out of if () blockGreg Kroah-Hartman
2014-11-24USB-SIS: Deletion of an unnecessary check before the function call "usb_put_dev"Markus Elfring
2014-08-26USB: sisusb: add device id for Magic Control USB videoStephen Hemminger
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches
2013-07-22USB: misc: Add Manhattan Hi-Speed USB DVI Converter to sisusbvgaJóhann B. Guðmundsson
2013-03-15usb: misc: sisusbvga: Avoid NULL pointer dereference from sisusbColin Ian King
2010-11-11usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches
2010-07-26USB: sisusbvga: Fix for USB 3.0Oliver Neukum
2010-05-20USB: sisusbvga: Remove the BKL from openAlessio Igor Bogani
2010-05-20USB: sisusbvga: Remove the BKL from ioctlAlessio Igor Bogani
2010-03-02USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB misc: make USB device id constantNémeth Márton
2010-02-16USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira
2009-09-23USB: sisusbvga: drop usb_buffer_allocPete Zaitcev
2008-11-13USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma
2008-08-21USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann
2008-07-21USB: sisusb: Push down the BKLAlan Cox
2008-07-03sisusbvga: Fix oops on disconnect.Will Newton
2008-02-01USB: Spelling fixesJoe Perches
2008-02-01USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent ker...Fernando Luis Vazquez Cao
2007-10-12USB: drivers/usb/misc/sisusbvga/sisusb.c: kill two unused variablesWANG Cong
2007-10-12USB: fix gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macrosAndrew Morton
2007-10-12USB: sisusbvga: Fix bugSatyam Sharma
2007-10-12USB: SisUSB2VGA: Convert printk to dev_* macrosFelipe Balbi
2007-10-12USB: SisUSB2VGA: Remove if 0'ed codeFelipe Balbi
2007-10-12USB: SisUSB2VGA: Whitespace CleanupsFelipe Balbi
2007-09-11usb/misc/sisusbvga: add product ID of TARGUS/MCT devicesamson yeung
2007-07-12USB: prevent char device open/deregister raceAlan Stern
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-12-08[PATCH] struct path: convert usbJosef Sipek
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones