summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+7
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King-1/+1
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-16/+52
2018-03-20USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich-1/+6
2018-03-09USB: adutux: Add waiting in transfer abortionKirill Kapranov-0/+2
2018-03-09usb: usbtest: Remove stack VLA usageTobin C. Harding-1/+4
2018-03-06USB: adutux: Delete a misleading commentKirill Kapranov-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook-15/+52
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook-1/+0
2018-02-26Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman-0/+6
2018-02-22USB: chaoskey: Use kasprintf() over strcpy()/strcat()Kees Cook-6/+2
2018-02-15usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop-0/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-10/+10
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-56/+107
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+7
2018-01-24USB: misc: fix up some remaining DEVICE_ATTR() usagesGreg Kroah-Hartman-35/+16
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman-18/+18
2018-01-24USB: misc: chaoskey: Use true and false for boolean valuesGustavo A. R. Silva-3/+3
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman-0/+2
2018-01-11usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner-0/+2
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman-0/+70
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-7/+7
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-246/+166
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+15
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman-0/+1
2017-11-07USB: adutux: remove redundant variable minorColin Ian King-2/+0
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi-4/+4
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman-195/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+34
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-01usb: usbtest: Convert timers to use timer_setup()Kees Cook-7/+15
2017-11-01usb: usb251xb: Use GPIO descriptor consumer interfaceSerge Semin-20/+13
2017-11-01usb: usb251xb: Add max power/current dts property supportSerge Semin-4/+20
2017-11-01usb: usb251xb: Fix property_u32 NULL pointer dereferenceSerge Semin-7/+7
2017-11-01usb: usb251xb: Add USB2517 LED settingsSerge Semin-0/+12
2017-11-01usb: usb251xb: Add battery enable setting flagSerge Semin-0/+9
2017-11-01usb: usb251xb: Add 5,6,7 ports boost settingsSerge Semin-5/+10
2017-11-01usb: usb251xb: Add 5,6,7 ports mapping def settingSerge Semin-1/+11
2017-11-01usb: usb251xb: Add USB251x specific port count settingSerge Semin-3/+21
2017-11-01usb: usb251xb: Add USB2517i specific struct and IDsSerge Semin-4/+23
2017-10-23usb: misc: usbtest: remove duplicate & operationJaejoong Kim-1/+1
2017-10-11usb: usbtest: fix NULL pointer dereferenceAlan Stern-2/+3
2017-10-11usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter-0/+5
2017-08-28usb: misc: lvstest: add entry to place port in compliance modeJack Pham-0/+41
2017-08-28usb: misc: ftdi-elan: fix duplicated code for different branchesGustavo A. R. Silva-26/+1
2017-08-10usb: usbsevseg: constify attribute_group structures.Arvind Yadav-1/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman-26/+2
2017-07-17usb: misc: ftdi-elan: compress return logic into one lineGustavo A. R. Silva-3/+3
2017-07-17usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva-10/+3