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
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
/
class
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-30
USB: usbtmc: Use explicit unsigned type for input buffer instead of char*
Chris Malley
1
-1
/
+1
2008-10-22
USB: fix memory leak in cdc-acm
Oliver Neukum
1
-1
/
+2
2008-10-22
USB: cdc-wdm: make module autoload work
Oliver Neukum
1
-0
/
+2
2008-10-18
USB: remove err() macro from usb class drivers
Greg Kroah-Hartman
3
-30
/
+48
2008-10-18
USB: remove info() macro from remaining usb drivers
Greg Kroah-Hartman
1
-1
/
+2
2008-10-18
drivers/usb/class/usblp.c: adjust error handling code
Julia Lawall
1
-9
/
+9
2008-10-18
USB: add USB test and measurement class driver
Greg Kroah-Hartman
3
-0
/
+1098
2008-08-21
USB: cdc-acm: don't unlock acm->mutex on error path
Alexey Dobriyan
1
-1
/
+1
2008-08-21
USB: cdc-acm: quirk for Conexant CX93010 USB modem
Eric Sandeen
1
-0
/
+3
2008-08-14
usb: cdc-acm: drain writes on close
David Brownell
2
-5
/
+35
2008-08-14
usb: cdc-acm: stop dropping tx buffers
David Brownell
2
-31
/
+3
2008-08-14
usb: cdc-acm: bugfix release()
David Brownell
1
-6
/
+9
2008-08-14
USB: cdc-acm.c: Fix compile warnings
Takashi Iwai
1
-1
/
+1
2008-07-23
tty: rework break handling
Alan Cox
1
-3
/
+6
2008-07-22
USB: fix build error in cdc-acm for CONFIG_PM=n
Oliver Neukum
2
-0
/
+11
2008-07-22
USB: fix disconnect bug in cdc-acm
Oliver Neukum
1
-13
/
+15
2008-07-22
USB: autosuspend for cdc-wdm
Oliver Neukum
1
-6
/
+101
2008-07-22
USB: additional power savings for cdc-acm devices that support remote wakeup
Oliver Neukum
2
-21
/
+126
2008-07-22
USB: cdc-wdm cleanup
Oliver Neukum
1
-6
/
+10
2008-07-04
USB: fix cdc-acm resume()
Oliver Neukum
1
-3
/
+0
2008-06-04
cdc-wdm endianness fixes
Al Viro
1
-2
/
+2
2008-05-21
USB: CDC WDM driver
Oliver Neukum
3
-0
/
+752
2008-05-14
USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm
Iain McFarlane
1
-0
/
+3
2008-04-29
usb: use get/put_unaligned_* helpers
Harvey Harrison
1
-1
/
+1
2008-04-25
USB: remove unnecessary type casting of urb->context
Ming Lei
1
-1
/
+1
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-3
/
+3
2008-04-25
USB: cdc-acm: signedness fix
David Brownell
1
-3
/
+7
2008-04-25
USB: increase cdc-acm write throughput
David Engraf
2
-43
/
+45
2008-04-25
USB: cdc-acm tell tty layer not to split things up.
David Engraf
1
-0
/
+1
2008-02-22
USB: fix usb open suspend race in cdc-acm
Oliver Neukum
1
-5
/
+5
2008-02-22
USB: fix pm counter leak in usblp
Oliver Neukum
1
-0
/
+1
2008-02-02
USB: Spelling fixes
Joe Perches
1
-1
/
+1
2008-02-02
USB: autosuspend for cdc-acm
Oliver Neukum
2
-15
/
+79
2007-10-19
Add missing newlines to some uses of dev_<level> messages
Joe Perches
1
-17
/
+17
2007-10-13
usblp: Fix a double kfree
Pete Zaitcev
1
-12
/
+23
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
usblp: Make use of URB_FREE_BUFFER
Pete Zaitcev
1
-3
/
+1
2007-10-13
usblp: Implement the ENOSPC convention
Pete Zaitcev
1
-26
/
+39
2007-08-23
USB: cdc-acm: fix sysfs attribute registration bug
Alan Stern
1
-3
/
+9
2007-07-20
USB: class: usblp: clean up urb->status usage
Greg Kroah-Hartman
1
-8
/
+10
2007-07-20
USB: class: cdc-acm: clean up urb->status usage
Greg Kroah-Hartman
1
-8
/
+10
2007-07-20
USB: usblp: "Big cleanup" breaks O_NONBLOCK
Pete Zaitcev
1
-4
/
+5
2007-07-13
USB: cdc-acm: add new device id to option driver
Andrey Arapov
1
-0
/
+3
2007-07-13
USB: usblp: add dynamic URBs, fix races
Pete Zaitcev
1
-242
/
+376
2007-06-09
usblp: Don't let suspend to kill ->used
Pete Zaitcev
1
-3
/
+2
2007-05-23
USB: usblp: Use correct DMA address in case of probe error
Pete Zaitcev
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2
-2
/
+0
2007-04-28
USB: cdc-acm: export parsed capabilities through sysfs
Oliver Neukum
2
-5
/
+79
2007-03-19
usblp: quirk flag and device entry for Seiko Epson M129C printer
Alan Stern
1
-1
/
+5
[next]