Hi, Alan.
Thank you very much for your feedback. I'm now excited that maybe I will
finally be able to use my USB drive with my computer to carry some
documents to my workplace!
On Dec 28 2003, Alan Stern wrote:
> From the log you collected, it's clear that Windows initializes each
> port of your
On Thu, 2003-12-25 at 22:04, Nathan Neulinger wrote:
> On Thu, 2003-12-25 at 21:45, Nathan Neulinger wrote:
> > It looks like sddr09 definately behaves better than sddr55, but still
> > unusable. Below is trace... I will try to get a sddr55 one shortly.
> >
> > -- Nathan
>
> Here's a trace with s
This patch is needed to make high bandwidth ISO streams behave,
but could resolve some other scanning glitches. Current users
of periodic transfers (interrupt transfer modes for hubs, mice,
and keyboards) shouldn't even notice this change.
It makes the periodic schedule scan handle cases where a g
This is minor "obvious" fixes plus two tweaks to help later
patches:
- Interrupt QH has a link to the device, needed to implement
schedule trees (like OHCI does today) that are TT-aware
(essential for most keyboards and mice).
- Export the macros that do high bandwidth packetsize st
This is an updated version of a patch submitted to me from
Michal Sojka <[EMAIL PROTECTED]>, basically providing a
much-needed rewrite of the highspeed ISO support. I updated
the scheduling and made it a closer match to how OHCI works;
and also tested it a bunch.
So far it seems most of the reques
David Brownell wrote:
This is minor "obvious" fixes plus two tweaks to help later
patches:
- Interrupt QH has a link to the device, needed to implement
schedule trees (like OHCI does today) that are TT-aware
(essential for most keyboards and mice).
- Export the macros that do high b
David Brownell wrote:
This patch is needed to make high bandwidth ISO streams behave,
but could resolve some other scanning glitches. Current users
of periodic transfers (interrupt transfer modes for hubs, mice,
and keyboards) shouldn't even notice this change.
It makes the periodic schedule scan
David Brownell wrote:
This is an updated version of a patch submitted to me from
Michal Sojka <[EMAIL PROTECTED]>, basically providing a
much-needed rewrite of the highspeed ISO support. I updated
the scheduling and made it a closer match to how OHCI works;
and also tested it a bunch.
So far it se
On Fri, Dec 19, 2003 at 11:33:37PM +0100, Vojtech Pavlik wrote:
> On Fri, Dec 19, 2003 at 10:02:13AM -0800, Greg KH wrote:
>
> > On Thu, Dec 18, 2003 at 12:07:39AM -0500, Adam Kropelin wrote:
> > > hiddev is mistakenly returning empty hiddev_event structures for report
> > > events. According to D
On Mon, Dec 22, 2003 at 02:01:45PM +0100, [EMAIL PROTECTED] wrote:
> ok, thanks.
> Sorry about 2.6, I've worked on 2.4 and thought it would apply on 2.6, but with
> some hunks.
> I completly forgot that there were huge changes about that.
>
> Here is the good version for 2.6 (attached, gzip comp
On Fri, Dec 19, 2003 at 05:03:16PM -0800, David Brownell wrote:
> This patch just adds TC86c001 (goku) UDC support to
> the "ether.c" gadget driver. This hardware supports
> a full speed CDC Ethernet interface.
>
> Please merge.
Applied, thanks.
greg k-h
--
On Fri, Dec 19, 2003 at 03:00:34PM -0800, David Brownell wrote:
> As more people have been using this API, the need for some
> clarifications has (no surprise!) came up.
>
> Most significant is the halt processing, needed to make
> Alan's "File Storage Gadget" (mass storage class, talks
> to usb-s
On Fri, Dec 19, 2003 at 03:04:38PM -0800, David Brownell wrote:
> [ once more, with patch! ]
>
> Small updates:
>
> - support TC86c001 (goku_udc) controller
> - simplify the per-controller configuration
> - add two vendor requests to test control-OUT
> - some minor fixes
>
> Please merge
Hi,
Here are some USB patches for 2.6.0. There are a number of different
fixes and a few new drivers added. Some of the highlights are:
- lots of usb-storage fixes
- lots of usb-storage unusual-devs updates
- added new w9968cf driver
- added new lego tower driver
ChangeSet 1.1504.2.47, 2003/12/12 13:11:36-08:00, [EMAIL PROTECTED]
[PATCH] USB: add support for Sony UX50 device to visor driver
Thanks to Ralf Dietrich <[EMAIL PROTECTED]> for the information.
drivers/usb/serial/visor.c |3 +++
drivers/usb/serial/visor.h |1 +
2 files changed, 4 inse
ChangeSet 1.1557, 2003/12/29 12:21:02-08:00, [EMAIL PROTECTED]
[PATCH] USB: Stop hiddev generating empty events
hiddev is mistakenly returning empty hiddev_event structures for report
events. According to Documentation/usb/hiddev.txt, report events are
only sent when HIDDEV_FLAG_REPORT and HIDDEV
ChangeSet 1.1561, 2003/12/29 12:30:55-08:00, [EMAIL PROTECTED]
[PATCH] USB: let USB_{PEGASUS,USBNET} depend on NET_ETHERNET
Adrian Bunk wrote:
> I observed the following small problem in 2.6:
>
> - MII depends on NET_ETHERNET
> - USB_PEGASUS and USB_USBNET select MII, but they depend only on NET
ChangeSet 1.1504.2.5, 2003/12/05 11:06:34-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Command failure codes for sddr09 driver
This patch updates the sdd09 subdriver to make it return Command Failure
with appropriate sense data (rather than Tranport Error) when:
a MODE-SENSE command req
ChangeSet 1.1504.2.11, 2003/12/08 17:25:34-08:00, [EMAIL PROTECTED]
[PATCH] USB scanner driver: new device ids
Added vendor/product ids for Epson, Genius, Microtek, Plustek,
Reflecta, and Visioneer scanners. Removed ids for HP PSC devices as
these are supported by the hpoj userspace driver.
dr
ChangeSet 1.1337.3.5, 2003/10/16 12:22:46-07:00, [EMAIL PROTECTED]
[PATCH] USB: 64bit fixups for legousbtower driver
drivers/usb/misc/legousbtower.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff -Nru a/drivers/usb/misc/legousbtower.c b/drivers/usb/misc/legousbtower.
ChangeSet 1.1529.1.2, 2003/12/19 11:11:27-08:00, [EMAIL PROTECTED]
[PATCH] Status Query On My MCT-U232 Patch
Brief Patch Description:
Fix a problem in the 'mct_u232' driver whereby output data gets held up in the
USB/RS-232 adapter for RS-232 devices which don't assert the 'CTS' signal.
Backgro
ChangeSet 1.1560, 2003/12/29 12:29:37-08:00, [EMAIL PROTECTED]
[PATCH] USB: ethernet gadget supports goku_udc
This patch just adds TC86c001 (goku) UDC support to
the "ether.c" gadget driver. This hardware supports
a full speed CDC Ethernet interface.
drivers/usb/gadget/ether.c | 21
ChangeSet 1.1504.2.49, 2003/12/12 14:31:42-08:00, [EMAIL PROTECTED]
[PATCH] USB: Mark AX8817x usbnet driver as non-experimental
Trivial patch to remove the Experimental mark on the AX8817x driver
portion of usbnet. The driver seems to have made the rounds enough and
is working quite well.
dri
ChangeSet 1.1515.1.5, 2003/12/15 13:38:28-08:00, [EMAIL PROTECTED]
[PATCH] USB: new descriptor codes, types
This patch adds definitions:
- New "video" class, for video cameras and more complicated devices;
- New "Interface association" descriptor type, used by video class,
along with t
ChangeSet 1.1504.2.48, 2003/12/12 14:13:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: PWC 8.12 driver update
Attached you will find patches that will bring the Philips Webcam driver
(PWC) up to version 8.12. The most important new feature is support for
the motorized pan & tilt feature of the new Logi
ChangeSet 1.1504.2.45, 2003/12/12 11:03:38-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix bug when errors happen in ioedgeport driver
drivers/usb/serial/io_edgeport.c | 12
1 files changed, 8 insertions(+), 4 deletions(-)
diff -Nru a/drivers/usb/serial/io_edgeport.c b/drivers/usb/se
ChangeSet 1.1504.2.25, 2003/12/09 11:46:03-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Convert sddr55 to use the new s-g routines
This patch changes the sddr55 driver to make it use the new scatter-gather
routines. It has not been tested, but perhaps Andries Brouwer will be
able to try it out.
ChangeSet 1.1504.2.37, 2003/12/11 16:35:03-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: patch for unusual_devs.h
I send a patch and copy of /proc/bus/usb/devices for my 5`25 external
USB enclosure. I don't know exactly manufacturer of this device, but
model is CD-509.
It will be nice if it helps
ChangeSet 1.1504.2.18, 2003/12/09 09:53:57-08:00, [EMAIL PROTECTED]
[PATCH] USB: further cleanup in usblp
somebody built his own version of be16_to_cpu(). Such things affect
maintainability.
drivers/usb/class/usblp.c |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drive
ChangeSet 1.1504.2.16, 2003/12/08 17:45:52-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Change sddr09 to use the new s-g access routine
This patch updates the sddr09 driver to use the new scatter-gather access
routine. After installing it, the user who experienced memory access
violations says
ChangeSet 1.1504.2.12, 2003/12/08 17:44:31-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Remove unneeded scatter-gather operations in sddr09
This patch removes some unnecessary scatter-gather code from the sddr09
driver. In its place a single smaller buffer is re-used each time through
an I/O lo
ChangeSet 1.1504.2.23, 2003/12/09 11:43:57-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Update scatter-gather handling in the isd200 driver
This patch fixes the scatter-gather handling in isd200, replacing an
incorrect routine there with calls to the new routine added in the
previous patch. It
ChangeSet 1.1504.2.9, 2003/12/08 16:54:38-08:00, [EMAIL PROTECTED]
[PATCH] USB: khubd optimization
It changes spin_lock_save() to spin_lock() within the completion routine
and list_del()/INIT_LIST_HEAD() to list_del_init(). It's nothing more
than a minor optimization.
drivers/usb/core/hub.c |
ChangeSet 1.1337.3.7, 2003/10/23 17:03:54-07:00, [EMAIL PROTECTED]
[PATCH] USB: ax8817x additional ethtool support in usbnet
* Provide operational link testing via ethtool
* Provide get/set features via ethtool.
drivers/usb/net/usbnet.c | 34 --
1 files change
ChangeSet 1.1504.2.43, 2003/12/12 10:02:24-08:00, [EMAIL PROTECTED]
[PATCH] USB: add support for another pl2303 device
Info came from John Zhuge <[EMAIL PROTECTED]>
drivers/usb/serial/pl2303.c |1 +
drivers/usb/serial/pl2303.h |1 +
2 files changed, 2 insertions(+)
diff -Nru a/driver
ChangeSet 1.1504.2.7, 2003/12/05 11:07:06-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Fix logic error in raw_bulk.c:us_copy_to_sgbuf()
This patch fixes a simple logic error in the routine that copies data from
a driver buffer to a scatter-gather user buffer.
drivers/usb/storage/raw_bulk.c |
ChangeSet 1.1504.2.36, 2003/12/11 16:25:56-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: freecom dvd-rw fx-50 usb-ide patch
drivers/usb/storage/unusual_devs.h |5 +
1 files changed, 5 insertions(+)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
---
ChangeSet 1.1504.2.10, 2003/12/08 17:08:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: Fix khubd synchronization
It improves synchronization with hub_irq() and guarantees that the hub
disconnect() routine doesn't exit until the URB's completion routine has
finished.
drivers/usb/core/hub.c | 22 +++
ChangeSet 1.1504.2.6, 2003/12/05 11:06:53-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Issue CBI clear_halt and fix BBB residue
This patch does 2 things (bad, I know -- but they're both pretty small
and pretty obscure).
The CBI specification states in section 2.4.3.1.3 that
... the hos
ChangeSet 1.1504.2.39, 2003/12/11 17:07:51-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Minolta Dimage S414 usb patch
here I submitt you the vendor/id patch for the
Minolta Dimage S414 Camera,
which runs fine with the usb under linux.
cat /proc/bus/usb/device ->
drivers/usb/storage/unusual_d
ChangeSet 1.1504.2.4, 2003/12/05 10:58:30-08:00, [EMAIL PROTECTED]
[PATCH] USB: add TIOCMIWAIT support to pl2303 driver
drivers/usb/serial/pl2303.c | 43 +++
1 files changed, 43 insertions(+)
diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/seria
ChangeSet 1.1504.2.35, 2003/12/11 16:24:48-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: unusual_devs.h entry revision
Here is another update for unusual_devs.h in both 2.6 and 2.4. No
urgency.
On Wed, 12 Nov 2003, Aris Basic wrote:
> Device Sony Memory Stick Reader MSAC-US1
> usb-storage: Th
ChangeSet 1.1337.3.3, 2003/10/09 10:45:51-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix up formatting problems in the legotower driver
Basically fixed up spaces to tabs problems.
drivers/usb/misc/legousbtower.c | 264 +++-
1 files changed, 128 insertions(+), 13
ChangeSet 1.1504.2.34, 2003/12/11 11:55:55-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: add unusual storage device entry for Minolta DiMAGE
Yes, it seems to work OK on the 7i with this updated patch. I don't
have a 7 or 7Hi to try, but everything on the web seems to say the USB
firmware works t
ChangeSet 1.1504.2.21, 2003/12/09 11:42:45-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Convert jumpshot to use the new s-g routines
This patch converts the jumpshot driver to use the new scatter-gather
routines. It has not been tested.
drivers/usb/storage/jumpshot.c | 106 +
ChangeSet 1.1504.2.50, 2003/12/12 14:33:47-08:00, [EMAIL PROTECTED]
[PATCH] USB: pegasus driver update
another vendor/deviceID added;
HAS_HOME_PNA flag for ADM8511 devices - that should
make HomePNA users happy;
drivers/usb/net/pegasus.h |5 -
1 files changed, 4 insertions(+), 1
ChangeSet 1.1504.2.33, 2003/12/11 11:51:43-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: patch for Kyocera S5 camera
I've seen some entries in 2.4.22 and 2.6.0 unusual_devs.h
for Kyocera Finecam S3 et S4 cameras and I own a Finecam S5
that does not work out of the box either
(here is the beast :
ChangeSet 1.1504.2.3, 2003/12/04 15:14:51-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix comment in usblp
I know Linus is not taking cleanups at this point, but perhaps
you can delete it in your tree. Seems like someone (Oliver?)
fixed all the garbage in old printer.c, so the comment is not
needed any
ChangeSet 1.1504.2.32, 2003/12/11 11:48:40-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: patch for Fujifilm EX-20
drivers/usb/storage/unusual_devs.h |6 ++
1 files changed, 6 insertions(+)
diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/driver
ChangeSet 1.1504.2.8, 2003/12/05 11:14:07-08:00, [EMAIL PROTECTED]
[PATCH] USB: ohci, fix iso "bad entry" bug + misc
A while back there were some reports of ohci reporting a "bad entry"
diagnostic, mostly with ISO transfers, which were mysterious until
I recently found an easy way to reproduce it
ChangeSet 1.1504.2.27, 2003/12/09 11:48:52-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Add comments explaining new s-g usage
On Sun, 30 Nov 2003, Matthew Dharm wrote:
> I'm going to pass this one along to Greg, but I think some places in this
> could really use some better comments. Especially
ChangeSet 1.1504.2.2, 2003/12/04 15:11:34-08:00, [EMAIL PROTECTED]
[PATCH] USB: change cdc-acm to do RX URB processing in a tasklet
Just for cdc-acm, it pushes RX URB processing into a tasklet;
and has minor cleanups.
I cc'd Vojtech since he's this driver's maintainer. If this
checks out, usb-s
ChangeSet 1.1504.2.20, 2003/12/09 11:42:16-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Convert datafab to use the new s-g routines
This patch updates the datafab driver to the new scatter-gather handling,
which makes it safe for systems with >1GByte of memory.
It has been tested by Eduard Hasen
ChangeSet 1.1504.2.28, 2003/12/09 12:10:22-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: remove the raw_bulk.c and raw_bulk.h files as they are no longer
needed.
drivers/usb/storage/raw_bulk.c | 116 -
drivers/usb/storage/raw_bulk.h | 20 ---
2 fi
ChangeSet 1.1504.2.24, 2003/12/09 11:44:56-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Update scatter-gather handling in the shuttle-usbat
This patch updates the shuttle_usbat driver to use the new scatter-gather
transfer routines. The small set of changes needed speaks well for the
original o
ChangeSet 1.1504.2.17, 2003/12/09 09:53:21-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix error return codes in usblp
this fixes the questionable error return codes Paulo noticed
in usblp. I hope I really got all cases now.
drivers/usb/class/usblp.c |6 +++---
1 files changed, 3 insertions(+),
ChangeSet 1.1504.2.22, 2003/12/09 11:43:14-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Another utility scatter-gather routine
This patch adds a small utility routine for storing data in a transfer
buffer. The next patch uses this routine quite a bit in the isd200
driver.
drivers/usb/storage
ChangeSet 1.1504.2.26, 2003/12/09 11:47:26-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Remove unneeded raw_bulk.[ch] files, change Makefile
As a result of the last round of changes, the raw_bulk source files aren't
needed any more. They can be deleted and the Makefile changed
accordingly.
d
ChangeSet 1.1504.2.30, 2003/12/09 18:05:06-08:00, [EMAIL PROTECTED]
[PATCH] USB: usb_hcd_unlink_urb() test for list membership
This is a minor cleanup that replaces a test for non-null urb->hcpriv
with "is the urb on this list". HCDs don't need to use hcpriv in that
way, and in general this is a
ChangeSet 1.1504.2.46, 2003/12/12 11:57:12-08:00, [EMAIL PROTECTED]
[PATCH] USB: Allow configuration #0
This patch helped Jon Wilson. It allows devices to have a configuration
numbered 0, in spite of the standard convention that config #0 really
means unconfigured.
drivers/usb/core/message.c
ChangeSet 1.1371.4.2, 2003/10/28 13:48:54-08:00, [EMAIL PROTECTED]
[PATCH] USB: add support for Protego devices to ftdi_sio driver
drivers/usb/serial/ftdi_sio.c | 12
drivers/usb/serial/ftdi_sio.h |8
2 files changed, 20 insertions(+)
diff -Nru a/drivers/usb/serial
ChangeSet 1.1504.2.40, 2003/12/11 17:33:53-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Medion 6047 Digital Camera
...a patch for the "Medion 6047 Digital Camera"
*** a/drivers/usb/storage/unusual_devs.hSun Nov 23 22:31:51 2003
drivers/usb/storage/unusual_devs.h |8
1
ChangeSet 1.1504.2.41, 2003/12/11 17:37:17-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Unusual_devs.h addition
This patch adds to unusual_devs.h an entry reported by Andries Brouwer and
it moves another entry to the correct position in the numerical ordering.
drivers/usb/storage/unusual_devs
ChangeSet 1.1558, 2003/12/29 12:29:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: doc updates
As more people have been using this API, the need for some
clarifications has (no surprise!) came up.
Most significant is the halt processing, needed to make
Alan's "File Storage Gadget" (mass storage class,
ChangeSet 1.1337.3.6, 2003/10/23 17:03:25-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbcore, better heuristic for choosing configs
Until now, the Linux-USB core has always chosen the first device
configuration, even when there was a choice. In 2.4 kernels,
device driver probe() routines were allowed
ChangeSet 1.1337.3.4, 2003/10/09 10:46:05-07:00, [EMAIL PROTECTED]
[PATCH] USB: give legotower driver a real USB minor, and remove unneeded ioctl
function.
drivers/usb/misc/legousbtower.c | 38 ++
1 files changed, 6 insertions(+), 32 deletions(-)
diff -N
ChangeSet 1.1504.2.15, 2003/12/08 17:45:21-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Fix scatter-gather buffer access in usb-storage core
This patch adds a routine to protocol.c that correctly transfers data to
or from a scatter-gather buffer. According to Jens Axboe, we've been
using page_a
ChangeSet 1.1504.2.44, 2003/12/12 10:31:35-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix io_edgeport driver alignment issues.
drivers/usb/serial/io_fw_boot.h |2 +-
drivers/usb/serial/io_fw_boot2.h |2 +-
drivers/usb/serial/io_fw_down.h |2 +-
drivers/usb/serial/io_fw_down2.h |2 +
ChangeSet 1.1504.2.51, 2003/12/12 14:36:36-08:00, [EMAIL PROTECTED]
[PATCH] USB: usb driver binding fixes
There are problems lurking in the driver binding code for usb,
with highlights being disagreements about:
(a) locks: usb bus writelock v. BKL v. driver->serialize
(b) driver: interfa
ChangeSet 1.1504.2.13, 2003/12/08 17:44:49-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Enhance sddr09 to work with 64 MB SmartMedia cards
This patch was written by Andries Brouwer. It adds to sddr09 the ability
to use 64 MB SmartMedia cards. I have added a few minor alterations to
make it fit
ChangeSet 1.1504.2.29, 2003/12/09 17:48:19-08:00, [EMAIL PROTECTED]
[PATCH] USB: sleeping problems in cyberjack driver
this driver has locking problems. Here's the first round of fixes
for the obvious cases.
- it makes clear differences between completion handlers and task context
- it fixes cas
ChangeSet 1.1562, 2003/12/29 12:31:36-08:00, [EMAIL PROTECTED]
[PATCH] USB: disable hiddev support for MGE UPS
following my recent posts on libusb-devel and hidups, here's
a patch to disable hiddev support for MGE UPSs. It only
declares VID/PID as QUIRK_IGNORE in hid-core's blacklist.
This simply
ChangeSet 1.1337.3.2, 2003/10/09 10:45:31-07:00, [EMAIL PROTECTED]
[PATCH] USB: Add Lego USB Infrared Tower driver
drivers/usb/misc/Kconfig| 12
drivers/usb/misc/Makefile |1
drivers/usb/misc/legousbtower.c | 912
3 files changed,
ChangeSet 1.1559, 2003/12/29 12:29:21-08:00, [EMAIL PROTECTED]
[PATCH] USB: gadget zero updates
Small updates:
- support TC86c001 (goku_udc) controller
- simplify the per-controller configuration
- add two vendor requests to test control-OUT
- some minor fixes
drivers/usb/gadget/z
ChangeSet 1.1504.2.38, 2003/12/11 17:06:32-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Another unusual_devs.h update
On Thu, 20 Nov 2003, Stefan J. Betz wrote:
> Hello People,
>
> i have some Mitsumi USB Floppy Drive with the following Data:
> Manufactur: Mitsumi
> Typ : D353FUE
>
> When
ChangeSet 1.1504.2.31, 2003/12/11 11:43:15-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Make Pentax Optio S4 work
The change below is needed to get the S4 camera working.
Tested with both Optio S/S4
drivers/usb/storage/unusual_devs.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(
ChangeSet 1.1504.2.19, 2003/12/09 09:54:51-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix up compiler warning in usblp driver caused by previous patches.
drivers/usb/class/usblp.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff -Nru a/drivers/usb/class/usblp.c b/drivers/usb/
ChangeSet 1.1504.2.42, 2003/12/12 09:35:24-08:00, [EMAIL PROTECTED]
[PATCH] USB: don't send any MODE SENSE commands to usb mass storage devices
This patch basically eliminates the use of MODE_SENSE or MODE_SENSE_10 for
direct-access USB storage devices. That $&%*! command has caused us more
trou
ChangeSet 1.1504.2.14, 2003/12/08 17:45:04-08:00, [EMAIL PROTECTED]
[PATCH] USB storage: Remove dead code from debug.c
This patch removes an uncalled subroutine from debug.c. I only noticed it
when tracking down scatter-gather usage; there didn't seem to be any
reason to repair it since it wasn'
On Mon, Dec 29, 2003 at 02:34:22PM -0800, Greg KH wrote:
> Hi,
>
> Here are some USB patches for 2.6.0.
And for those of you that have sent me USB patches, but don't see them
here, don't worry, they are still in my todo queue, and I will get to
them, hopefully by the end of the week. I just want
>- That epnum_to_ep_desc() result shouldn't be used without a bit
> more locking; else the config could change from under usbfs.
...
> I cc'd Duncan Sands, who's got a devio.c patch in the works that'll
> fix a bunch of such stuff.
Hi Dave, I'm sorry that my patch is slow in coming - I'm
Duncan Sands wrote:
- That epnum_to_ep_desc() result shouldn't be used without a bit
more locking; else the config could change from under usbfs.
...
I cc'd Duncan Sands, who's got a devio.c patch in the works that'll
fix a bunch of such stuff.
Hi Dave, I'm sorry that my patch is slow in c
On Sun, Dec 28, 2003 at 03:14:17PM -0500, Alan Stern wrote:
>
> Apparently some devices put extra garbage at the end of their
> configuration information. For the particular device considered here,
> there's a device descriptor followed by an illegal length-1 descriptor.
> (Note that configurat
Adrian Bunk wrote:
The patch below contains small changes to the USB Gadget Kconfig.
The main change is that multiple modular peripheral controllers are no
longer allowed (currently only one is there, but this may change).
How about using this approach instead? It simplifies the kconfig
for the
84 matches
Mail list logo