Skip to content

Commit

Permalink
USB: overhaul of mos7840 driver
Browse files Browse the repository at this point in the history
This fixes:

- breaking DMA rules about buffers
- usage of _global_ variables to save a single device's attributes
- racy access to urb->status
- smp monotonity issue with statistics
- use of one buffer for many simultaneous URBs
- error handling introduced
- several instances of following NULL pointers
- use after free
- unnecessary GFP_ATOMIC
- GFP_KERNEL in interrupt
- various cleanups
- write room granularity issue that bit cdc-acm
- race in shutdown

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Apr 27, 2007
1 parent 96c706e commit 0de9a70
Showing 1 changed file with 145 additions and 88 deletions.
Loading

0 comments on commit 0de9a70

Please sign in to comment.