index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-13
UEAGLE: Avoid keyboard driver blocking
Stanislaw Gruszka
1
-11
/
+20
2007-10-13
UEAGLE: Allow user to choose input interface alternate setting
Stanislaw Gruszka
1
-16
/
+12
2007-10-13
UEAGLE: Devolo and Elsa chipsets support
Stanislaw Gruszka
1
-26
/
+88
2007-10-13
UEAGLE: Eagle IV chipset support
Stanislaw Gruszka
1
-213
/
+978
2007-10-13
USB: remove unnecessary tests in isp116x and sl811
Alan Stern
2
-16
/
+0
2007-10-13
USB: ark3116.c: fix check-after-use
Adrian Bunk
1
-5
/
+0
2007-10-13
USB: missing test for ESHUTDOWN in adutux driver
Oliver Neukum
1
-1
/
+2
2007-10-13
usb: remove redundant memset from amd5536udc
Mariusz Kozlowski
1
-1
/
+0
2007-10-13
USB: ftdi-elan.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+5
2007-10-13
USB: mct_u232-convert-to-proper-speed-handling-api-fix
Andrew Morton
1
-14
/
+14
2007-10-13
USB: kl5kusb105: witch to new speed API
Alan Cox
1
-10
/
+18
2007-10-13
usblp: Fix a double kfree
Pete Zaitcev
1
-12
/
+23
2007-10-13
usbmon: Smooth the core code
Pete Zaitcev
1
-13
/
+3
2007-10-13
usbmon: Drop DMA mapping for setup packet
Pete Zaitcev
2
-8
/
+0
2007-10-13
usbmon: Update pipe removal to suit my taste
Pete Zaitcev
2
-34
/
+18
2007-10-13
usblp: Cosmetics
Pete Zaitcev
1
-4
/
+5
2007-10-13
usblp: mutex in usblp_check_status
Pete Zaitcev
1
-3
/
+4
2007-10-13
USB: SisUSB2VGA: Convert printk to dev_* macros
Felipe Balbi
2
-88
/
+36
2007-10-13
USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h
Felipe Balbi
1
-75
/
+67
2007-10-13
USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.h
Felipe Balbi
1
-656
/
+655
2007-10-13
USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.c
Felipe Balbi
1
-129
/
+133
2007-10-13
USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.h
Felipe Balbi
1
-60
/
+58
2007-10-13
USB: SisUSB2VGA: Mis-spelled word
Felipe Balbi
1
-1
/
+1
2007-10-13
USB: SisUSB2VGA: Remove if 0'ed code
Felipe Balbi
4
-197
/
+1
2007-10-13
USB: SisUSB2VGA: Whitespace Cleanups
Felipe Balbi
5
-20
/
+20
2007-10-13
USB: cleanups for g_file_storage
Alan Stern
1
-67
/
+62
2007-10-13
USB: don't touch sysfs stuff when altsetting is unchanged
Alan Stern
1
-2
/
+4
2007-10-13
USB: make HCDs responsible for managing endpoint queues
Alan Stern
13
-271
/
+420
2007-10-13
USB: make usb_release_interface static
Greg Kroah-Hartman
1
-1
/
+1
2007-10-13
USB: rename choose_configuration
Greg Kroah-Hartman
3
-4
/
+4
2007-10-13
usb: hook up device authorization to sysfs
Inaky Perez-Gonzalez
1
-0
/
+39
2007-10-13
usb: introduce usb_authorize/deauthorize()
Inaky Perez-Gonzalez
3
-1
/
+85
2007-10-13
usb: split usb_new_device for clarity and refactoring
Inaky Perez-Gonzalez
1
-48
/
+88
2007-10-13
usb: usb_generic_probe() obeys authorization
Inaky Perez-Gonzalez
1
-8
/
+11
2007-10-13
usb: usb_probe_interface() obeys authorization
Inaky Perez-Gonzalez
1
-0
/
+5
2007-10-13
usb: usb_get_configuration() obeys authorization
Inaky Perez-Gonzalez
1
-5
/
+19
2007-10-13
usb: usb_set_configuration() obeys authorization
Inaky Perez-Gonzalez
1
-1
/
+4
2007-10-13
usb: initialize authorization and wusb bits in USB devices
Inaky Perez-Gonzalez
1
-0
/
+18
2007-10-13
usb: cleanup usb_register_bus() and hook up sysfs group
Inaky Perez-Gonzalez
1
-15
/
+18
2007-10-13
usb: add the concept of default authorization to USB hosts
Inaky Perez-Gonzalez
2
-1
/
+79
2007-10-13
USB: gadget: gadget zero cleanups
David Brownell
1
-141
/
+96
2007-10-13
USB: gadget: file storage gadget cleanups
David Brownell
1
-73
/
+45
2007-10-13
USB: gadget: serial gadget cleanups
David Brownell
1
-93
/
+73
2007-10-13
USB: gadget: gmidi cleanups
David Brownell
1
-48
/
+32
2007-10-13
USB: gadget: ethernet gadget cleanups, shrinkage
David Brownell
1
-87
/
+54
2007-10-13
USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup
David Brownell
3
-37
/
+26
2007-10-13
USB: Add drivers/usb/misc/iowarrior.c to the Makefile
Nico Erfurth
1
-0
/
+1
2007-10-13
USB: separate out endpoint queue management and DMA mapping routines
Alan Stern
1
-150
/
+166
2007-10-13
USB: update spinlock usage for root-hub URBs
Alan Stern
1
-23
/
+29
2007-10-13
USB: cleanup for previous patches
Alan Stern
2
-11
/
+7
[next]