Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7bd7d84292277c7ddd49bb41d072dcd170f3a165
/
drivers
/
usb
/
core
/
sysfs.c
2f2f189
USB: allow match on bInterfaceNumber
by Bjørn Mork
· 12 years ago
0846e7e
usb: Add support for indicating whether a port is removable
by Matthew Garrett
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
c1045e8
usbcore: add sysfs support to xHCI usb2 hardware LPM
by Andiry Xu
· 13 years ago
643de62
usb: core: Change usb_create_sysfs_intf_files()' return type to void
by Michal Nazarewicz
· 14 years ago
fcc4a01
USB: use the runtime-PM autosuspend implementation
by Alan Stern
· 14 years ago
045cac6
USB: use sysfs_merge_group for power attributes
by Alan Stern
· 14 years ago
2c3c8be
sysfs: add struct file* to bin_attr callbacks
by Chris Wright
· 15 years ago
a903098
USB: deprecate the power/level sysfs attribute
by Alan Stern
· 15 years ago
9e18c82
USB: use PM core routines to enable/disable autosuspend
by Alan Stern
· 15 years ago
5899f1e
USB: change handling of negative autosuspend delays
by Alan Stern
· 15 years ago
088f7fe
USB: implement usb_enable_autosuspend
by Alan Stern
· 15 years ago
0c4db6d
USB: use the device lock for persist_enabled
by Alan Stern
· 15 years ago
62e299e
USB: change locking for device-level autosuspend
by Alan Stern
· 15 years ago
551cdbb
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
by Greg Kroah-Hartman
· 15 years ago
ef95534
USB: Export QUIRK_RESET_MORPHS through sysfs
by Oliver Neukum
· 15 years ago
b132b04
USB: add speed values for USB 3.0 and wireless controllers
by Greg Kroah-Hartman
· 15 years ago
da30712
USB: fix bugs in usb_(de)authorize_device
by Alan Stern
· 15 years ago
8e4ceb3
USB: prepare for changover to Runtime PM framework
by Alan Stern
· 15 years ago
9af2362
USB: add devpath sysfs attribute
by Greg Kroah-Hartman
· 15 years ago
253e057
USB: add a "remove hardware" sysfs attribute
by Alan Stern
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
a864e3aa5
USB: core/sysfs: fix sparse warnings
by H Hartley Sweeten
· 16 years ago
1662e3a
USB: add quirk to avoid config and interface strings
by Alan Stern
· 16 years ago
3b23dd6
USB: utilize the bus notifiers
by Alan Stern
· 16 years ago
65bfd29
USB: Enhance usage of pm_message_t
by Alan Stern
· 16 years ago
92b0da1
USB: straighten out inline code in sysfs.c
by Alan Stern
· 16 years ago
352d026
USB: don't register endpoints for interfaces that are going away
by Alan Stern
· 16 years ago
49e7cc8
USB: Export if an interface driver supports autosuspend.
by Sarah Sharp
· 16 years ago
217a908
USB: add all configs to the "descriptors" attribute
by Alan Stern
· 16 years ago
2e5f10e
USB: create attributes before sending uevent
by Alan Stern
· 17 years ago
feccc30
USB: remove CONFIG_USB_PERSIST setting
by Alan Stern
· 17 years ago
2c044a4
USB: fix codingstyle issues in drivers/usb/core/*.c
by Greg Kroah-Hartman
· 17 years ago
1512300
USB: Export suspend statistics
by Sarah Sharp
· 17 years ago
7e61559
USB: keep track of whether interface sysfs files exist
by Alan Stern
· 17 years ago
4d59d8a
USB: Export URB statistics for powertop
by Sarah Sharp
· 17 years ago
e03f2e8
usb: hook up device authorization to sysfs
by Inaky Perez-Gonzalez
· 17 years ago
69d42a7
USB: add "descriptors" binary sysfs attribute
by Alan Stern
· 17 years ago
165fe97
USB: add IAD support to usbfs and sysfs
by Craig W. Nadler
· 17 years ago
b41a60e
USB: add power/persist device attribute
by Alan Stern
· 17 years ago
dd86557
USB: handle errors in power/level attribute
by Alan Stern
· 17 years ago
83f7d95
USB: add "busnum" attribute for USB devices
by Alan Stern
· 18 years ago
2add522
USB: add power/level sysfs attribute
by Alan Stern
· 18 years ago
eaafbc3
USB: Allow autosuspend delay to equal 0
by Alan Stern
· 18 years ago
19c2623
USB: export autosuspend delay in sysfs
by Alan Stern
· 18 years ago
aa084f3
USB: minor cleanups for sysfs.c
by Alan Stern
· 18 years ago
7ceec1f
USB: add a blacklist for devices that can't handle some things we throw at them.
by Oliver Neukum
· 18 years ago
3f141e2
USB: unconfigure devices which have config 0
by Alan Stern
· 18 years ago
9251644
usbcore: trivial whitespace fixes
by Oliver Neukum
· 18 years ago
1b21d5e
USB: fix __must_check warnings in drivers/usb/core/
by Greg Kroah-Hartman
· 18 years ago
b6eb2d8
usbcore: add configuration_string to attribute group
by Alan Stern
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
36679ea
[PATCH] USB: make usb_create_ep_files take a struct device
by Greg Kroah-Hartman
· 18 years ago
84412f6
[PATCH] USB: move the endpoint specific sysfs code to it's own file
by Greg Kroah-Hartman
· 18 years ago
654f311
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
by Greg Kroah-Hartman
· 19 years ago
4f62efe
[PATCH] usbcore: Fix handling of sysfs strings and other attributes
by Alan Stern
· 19 years ago
b724ae7
[PATCH] usbcore: Wrap lines before column 80
by Alan Stern
· 19 years ago
be69e5b
[PATCH] usbcore: Improve endpoint sysfs file handling
by Alan Stern
· 19 years ago
7521803
[PATCH] USB: always export interface information for modalias
by Greg Kroah-Hartman
· 19 years ago
094f164
[PATCH] USB: add endpoint information to sysfs
by Greg Kroah-Hartman
· 19 years ago
cf5910b
[PATCH] USB: add bMaxPacketSize0 attribute to sysfs
by Greg Kroah-Hartman
· 19 years ago
4893e9d
[PATCH] USB: fix show_modalias() function due to attribute change
by Greg Kroah-Hartman
· 19 years ago
10523b3
[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
77ddecc
[PATCH] USB: make MODALIAS code a bit smaller devices
by Paulo Marques
· 19 years ago
360b52b
[PATCH] USB: add modalias sysfs file for usb devices
by Greg KH
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago