summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Colin Ian King2018-04-291-1/+1
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-041-16/+52
|\
| * console: Expand dummy functions for CFIKees Cook2018-02-271-15/+52
| * console: SisUSB2VGA: Drop dummy con_font_get()Kees Cook2018-02-271-1/+0
* | USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich2018-03-201-1/+6
* | USB: adutux: Add waiting in transfer abortionKirill Kapranov2018-03-091-0/+2
* | usb: usbtest: Remove stack VLA usageTobin C. Harding2018-03-091-1/+4
* | USB: adutux: Delete a misleading commentKirill Kapranov2018-03-061-1/+1
* | Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman2018-02-261-0/+6
|\ \ | |/
| * usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop2018-02-151-0/+6
* | USB: chaoskey: Use kasprintf() over strcpy()/strcat()Kees Cook2018-02-221-6/+2
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-10/+10
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-016-56/+107
|\
| * USB: misc: fix up some remaining DEVICE_ATTR() usagesGreg Kroah-Hartman2018-01-242-35/+16
| * USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-243-18/+18
| * USB: misc: chaoskey: Use true and false for boolean valuesGustavo A. R. Silva2018-01-241-3/+3
| * Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman2018-01-151-0/+2
| |\
| * | usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesMathias Nyman2017-12-151-0/+70
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-303-7/+7
|\ \ \ | |_|/ |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-7/+7
| |/
* | usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner2018-01-111-0/+2
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1336-246/+166
|\
| * USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-071-0/+1
| * USB: adutux: remove redundant variable minorColin Ian King2017-11-071-2/+0
| * usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-4/+4
| * USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-0425-195/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0434-0/+34
| * usb: usb251xb: Use GPIO descriptor consumer interfaceSerge Semin2017-11-011-20/+13
| * usb: usb251xb: Add max power/current dts property supportSerge Semin2017-11-011-4/+20
| * usb: usb251xb: Fix property_u32 NULL pointer dereferenceSerge Semin2017-11-011-7/+7
| * usb: usb251xb: Add USB2517 LED settingsSerge Semin2017-11-011-0/+12
| * usb: usb251xb: Add battery enable setting flagSerge Semin2017-11-011-0/+9
| * usb: usb251xb: Add 5,6,7 ports boost settingsSerge Semin2017-11-011-5/+10
| * usb: usb251xb: Add 5,6,7 ports mapping def settingSerge Semin2017-11-011-1/+11
| * usb: usb251xb: Add USB251x specific port count settingSerge Semin2017-11-011-3/+21
| * usb: usb251xb: Add USB2517i specific struct and IDsSerge Semin2017-11-012-4/+23
| * usb: misc: usbtest: remove duplicate & operationJaejoong Kim2017-10-231-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+15
|\ \
| * | usb: usbtest: Convert timers to use timer_setup()Kees Cook2017-11-011-7/+15
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | usb: usbtest: fix NULL pointer dereferenceAlan Stern2017-10-111-2/+3
* | usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()Dan Carpenter2017-10-111-0/+5
|/
* usb: misc: lvstest: add entry to place port in compliance modeJack Pham2017-08-281-0/+41
* usb: misc: ftdi-elan: fix duplicated code for different branchesGustavo A. R. Silva2017-08-281-26/+1
* usb: usbsevseg: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-2211-26/+2
* usb: misc: ftdi-elan: compress return logic into one lineGustavo A. R. Silva2017-07-171-3/+3
* usb: misc: sisusbvga: compress return logic into one lineGustavo A. R. Silva2017-07-171-10/+3
* usb: typec: ucsi: Add ACPI driverHeikki Krogerus2017-06-274-720/+0
* usb: misc: usbsevseg: Use sysfs_match_string() helperAndy Shevchenko2017-06-131-10/+8
OpenPOWER on IntegriCloud