aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/usbsevseg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24USB: misc: fix up some remaining DEVICE_ATTR() usagesGreg Kroah-Hartman1-3/+3
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-9/+9
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-10usb: usbsevseg: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-13usb: misc: usbsevseg: Use sysfs_match_string() helperAndy Shevchenko1-10/+8
2016-08-30usb: misc: usbsevseg: don't print on ENOMEMWolfram Sang1-6/+2
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-19drivers: usb: Mark function as static in usbsevseg.cRashika Kheria1-1/+1
2012-01-24USB: usbsevseg: fix max lengthHarrison Metzger1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-17/+1
2010-11-15USB: misc: usbsevseg: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-6/+4
2010-04-22USB: fixed bug in usbsevseg using USB autosuspend incorrectlyHarrison Metzger1-2/+13
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: full autosuspend and power management support for usbsevsegOliver Neukum1-6/+63
2008-10-17USB: Added driver for a Delcom USB 7-segment LED DisplayHarrison Metzger1-0/+394