Miquel Vidal wrote:
El dom, 02-01-2005 a las 07:47, Phil Dibowitz escribió:
Miquel Vidal wrote:
Hi All,
The change below in unusual_devs entries is needed to get the new Pentax
SLR *ist DS camera working.
Can you please include the output of "cat /proc/bus/usb/devices" ? Thanks.
Note that I've tak
pls unsubscribe my mail id
__
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
---
The SF.Net email is sponsored by: Beat the post-holi
ChangeSet 1.1938.446.34, 2004/12/17 15:39:21-08:00, [EMAIL PROTECTED]
[PATCH] USB: gadget kconfig doc updates
This updates the "USB Gadget" Kconfig support:
- Highlighting the the two Documentation/usb files have
information about how to interoperate with MS-Windows
using R
ChangeSet 1.1938.446.46, 2004/12/20 15:00:14-08:00, [EMAIL PROTECTED]
[PATCH] USB: Hub driver: improve error checking and retries [10/13]
Here's another "cleanup" type patch, most of which was written by David
Brownell. It causes the hub driver to retry a couple of different types
of transfers i
ChangeSet 1.1938.446.45, 2004/12/20 14:20:30-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [6/13]
This patch alters the dummy_hcd driver, removing the routine that
allocates the hcd structure and introducing inline functions to convert
safely between the public an
ChangeSet 1.1938.446.41, 2004/12/20 14:18:23-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [2/13]
This patch alters the EHCI driver, removing the routine that allocates the
hcd structure and introducing inline functions to convert safely between
the public and pri
Hi,
Here are a bunch of USB and Driver core patches for 2.6.10 (I had to
merge the trees due to some merge conflicts that came up between them.)
Highlights include:
- delete the tiglusb driver (works just fine from userspace, and
the author asked for it to be done.)
- 2
ChangeSet 1.1938.446.30, 2004/12/17 11:41:02-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: Increase Genesys delay
This is patch as436 from Alan Stern.
This patch increases the delay used for Genesys devices about 10%. At
least one user reports that this created a significant improvement in
oper
ChangeSet 1.1938.444.4, 2004/12/15 11:15:21-08:00, [EMAIL PROTECTED]
[PATCH] select HOTPLUG
The patch below changes all dependencies on HOTPLUG to selects.
The help text of HOTPLUG is adjusted in a way, that manually selecting
it is only required for external modules.
If an option already depen
ChangeSet 1.1938.446.15, 2004/12/15 16:32:41-08:00, [EMAIL PROTECTED]
[PATCH] USB: usbfs changes for usb_dev->ep[] (3/15)
Updates usbfs to stop using usb_epnum_to_ep_desc(). In the process,
it acquires better error detection on its urb submit path.
Signed-off-by: David Brownell <[EMAIL PROTECTE
ChangeSet 1.1938.444.6, 2004/12/16 13:16:18-08:00, [EMAIL PROTECTED]
debugfs: add debugfs
debugfs is a filesystem that is just for debug data. Start moving stuff out of
proc and sysfs now :)
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Documentation/DocBook/kernel-api.tmpl |9
ChangeSet 1.1938.446.24, 2004/12/15 16:36:14-08:00, [EMAIL PROTECTED]
[PATCH] USB: EHCI and HCD API updates (12/15)
Updates the EHCI HCD to match API updates. This includes both new
changes (struct hcd_dev gone) and older ones (endpoints now properly
enabled/disabled, so "re"init paths aren't ne
ChangeSet 1.1938.446.9, 2004/12/15 15:11:26-08:00, [EMAIL PROTECTED]
[PATCH] USB: update drivers/usb/README
This just adds a bit more info to drivers/usb/README, mostly
just pointing to where documentation is to be found (including
current kerneldoc).
Signed-off-by: David Brownell <[EMAIL PROTEC
ChangeSet 1.1938.446.26, 2004/12/15 16:37:38-08:00, [EMAIL PROTECTED]
[PATCH] USB: UHCI and HCD API change (14/15)
UHCI changes to match the updated HCD glue calls. Since it's handed the
relevant endpoint queue on a silver platter, the driver no longer needs
to search anything to find the queue
ChangeSet 1.1938.446.14, 2004/12/15 16:32:16-08:00, [EMAIL PROTECTED]
[PATCH] USB: usbcore changes for usb_dev->ep[](2/15)
This patch updates usbcore to match interface changes in the previous patch.
- udev->ep[] arrays are updated during config change events and
as needed during enumeration
ChangeSet 1.1938.439.46, 2005/01/06 16:39:01-08:00, [EMAIL PROTECTED]
[PATCH] add printing of udev version to scripts/ver_linux
Since udev is starting to be used a lot of places and I've seen people get
asked about their udev version a few times on lkml I figured it was
perhaps time that scripts/
ChangeSet 1.1938.446.13, 2004/12/15 16:31:49-08:00, [EMAIL PROTECTED]
[PATCH] USB: usb_dev->ep[] not usb_dev->epmaxpacket (1/15)
This starts updating the usbcore interface to use endpoints in places it
previously used pipes or other representations of the endpoint.
- add new arrays of "struc
ChangeSet 1.1938.444.15, 2004/12/20 17:15:36-08:00, [EMAIL PROTECTED]
USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16
Yet another step in the quest to get all USB data structures to be native
endian.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
arch/
ChangeSet 1.1938.444.26, 2004/12/21 11:21:08-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix Scheduling while atomic warning when resuming.
From: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/host/ehci-hub.c |2 +-
1 files changed, 1 inserti
ChangeSet 1.1938.444.9, 2004/12/17 14:50:31-08:00, [EMAIL PROTECTED]
[PATCH] add ATA over Ethernet driver
Provide support for ATA over Ethernet devices
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Documentation/aoe/aoe.txt | 75 ++
ChangeSet 1.1938.439.55, 2005/01/07 09:07:22-08:00, [EMAIL PROTECTED]
[PATCH] USB: ohci diagnostic tweak
This changes the OHCI "USB HC TakeOver failed" message to be a bit
more informative, by fingering the root cause: a BIOS/SMM bug.
That way they're more likely to either bug the board vendor,
ChangeSet 1.1938.446.25, 2004/12/15 16:37:08-08:00, [EMAIL PROTECTED]
[PATCH] USB: OHCI and HCD API changes (13/15)
Updates the OHCI HCD to match API updates. This includes both new
changes (struct hcd_dev gone) and older ones (endpoints now properly
enabled/disabled, so "re"init paths aren't ne
ChangeSet 1.1938.444.12, 2004/12/20 15:17:05-08:00, [EMAIL PROTECTED]
Merge kroah.com:/home/greg/linux/BK/driver-2.6
into kroah.com:/home/greg/linux/BK/usb-2.6
drivers/usb/host/uhci-hcd.c | 60 ++--
drivers/usb/host/uhci-hcd.h |6 +---
2 files chang
ChangeSet 1.1938.444.17, 2004/12/21 10:01:15-08:00, [EMAIL PROTECTED]
USB: explicitly mark the endianness of some visor data fields.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/visor.c |4 +---
drivers/usb/serial/visor.h |6 +++---
2 files changed, 4 insert
ChangeSet 1.1938.444.22, 2004/12/21 10:37:07-08:00, [EMAIL PROTECTED]
[PATCH] sysfs: add mmap support to struct bin_attribute files
This patch adds an mmap method and some more error checking to struct
bin_attribute--good for things like exporting PCI resources directly. I
wasn't sure about the
ChangeSet 1.1938.444.21, 2004/12/21 10:36:52-08:00, [EMAIL PROTECTED]
[PATCH] module sysfs: module parameters reimplemented using attr group
Reimplement parameter attributes using attribute group.
This makes more sense, for, while they reside in a separate
subdirectory, th
ChangeSet 1.1938.444.8, 2004/12/17 14:11:24-08:00, [EMAIL PROTECTED]
[PATCH] Driver Core: Add platform_get_resource_byname &
platform_get_resource_byirq
Adds the ability to find a resource or irq on a platform device by its
resource name. This patch also tweaks how resource names get set.
Befor
ChangeSet 1.1938.439.48, 2005/01/06 17:27:58-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix serial gadget oops during enumeration
This prevents the serial gadget driver from oopsing during enumeration
when spinlocks are configured, and slab poisoning is active...
Signed-off-by: David Brownell <[EMAIL
ChangeSet 1.1938.446.8, 2004/12/15 15:10:26-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: Remove MODE_XLATE flag from unusual_devs.h
This patch removes all MODE_XLATE flags from unusual_devs.h. Since the
file is no longer close to in sync with the 2.4 version, Alan and I
agreed it's reasonable to
ChangeSet 1.1938.439.50, 2005/01/06 17:28:51-08:00, [EMAIL PROTECTED]
[PATCH] USB: ov511.c - vfree() checking cleanups
ov511.c vfree() checking cleanups.
Signed-off by: James Lamanna <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/media/ov511.c | 12 +++
ChangeSet 1.1938.444.27, 2004/12/21 12:12:05-08:00, [EMAIL PROTECTED]
[PATCH] PCI: export PCI resources in sysfs
This patch exports PCI resources to userspace in the corresponding sysfs
device directory. It depends on the platform HAVE_PCI_MMAP code, and is
#ifdef'd accordingly. I've also added
ChangeSet 1.1938.444.2, 2004/12/15 10:49:05-08:00, [EMAIL PROTECTED]
[PATCH] misc: remove device.h #include from miscdevice.h
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
include/linux/miscdevice.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/include/linux/m
ChangeSet 1.1938.444.3, 2004/12/15 10:51:58-08:00, [EMAIL PROTECTED]
Documentation: fix some grammer in the stable_api_nonsense.txt file
Thanks to Andries Brouwer <[EMAIL PROTECTED]> for pointing this out.
Documentation/stable_api_nonsense.txt |4 ++--
1 files changed, 2 insertions(+), 2 d
ChangeSet 1.1938.444.31, 2004/12/22 09:51:50-08:00, [EMAIL PROTECTED]
[PATCH] usb atm: macro consolidation, fixes debugging problem
Hi Greg, the recent reorganisation of the speedtouch driver broke the logic
that turns on debugging output in speedtch.c and usb_atm.c when DEBUG or
CONFIG_USB_DEBUG
ChangeSet 1.1938.446.16, 2004/12/15 16:33:06-08:00, [EMAIL PROTECTED]
[PATCH] USB: ALSA and usb_dev->ep[] (4/15)
Makes an ALSA audio driver stop referencing the udev->epmaxpacket[] arrays.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
ChangeSet 1.1938.446.18, 2004/12/15 16:33:56-08:00, [EMAIL PROTECTED]
[PATCH] USB: CRIS HCD and usb_dev->epmaxpacket (6/15)
Makes the CRIS HCD stop referencing the udev->epmaxpacket[] arrays.
Also makes it stop providing device allocate/deallocate routines;
this HCD doesn't need them, and a later
ChangeSet 1.1938.444.23, 2004/12/21 10:50:37-08:00, [EMAIL PROTECTED]
[PATCH] rename ETH_P_AOE
Rename old ETH_P_EDP2 ("EtherDrive Protocol 2") to ETH_P_AOE (ATA over
Ethernet).
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/block/
ChangeSet 1.1938.446.27, 2004/12/15 16:38:01-08:00, [EMAIL PROTECTED]
[PATCH] USB: better messages for "no-IRQ" cases (15/15)
This changes the usbcore message about HCD IRQ problems so it makes
sense on systems without ACPI or an APIC. It also updates the comments;
the issue doesn't appiear only
ChangeSet 1.1938.446.6, 2004/12/15 14:26:09-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: support 'bulk32' devices
This patch implements support for what we call "bulk32" devices. These are
devices that use the BBB transport mechanism with the slight modification
that the CBW is padded to 32 byt
ChangeSet 1.1938.444.10, 2004/12/17 14:50:58-08:00, [EMAIL PROTECTED]
[PATCH] AOE: fix up sparse warnings and get rid of a kmalloc in the aoe driver.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/block/aoe/aoe.h|2 +-
drivers/block/aoe/aoeblk.c |4 ++--
drivers/bloc
ChangeSet 1.1938.444.25, 2004/12/21 11:20:39-08:00, [EMAIL PROTECTED]
[PATCH] USB: ohci build tweaks
Resolves some build glitches that snuck into OHCI.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/host/ohci-hcd.c | 13 ++
ChangeSet 1.1938.446.47, 2004/12/20 15:00:38-08:00, [EMAIL PROTECTED]
[PATCH] USB: Hub driver: several bug fixes and simplifications [11/13]
This patch adds several relatively minor bug fixes and code
simplifications for the hub driver.
Perhaps most significantly, a test is added to usbf
ChangeSet 1.2253, 2005/01/07 15:29:10-08:00, [EMAIL PROTECTED]
[PATCH] add cpufreq info to Documentation/feature-removal-schedule.txt
Add 2.4.x cpufreq /proc and sysctl interface removal
to the feature-removal-schedule.
Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Documentation/feature-rem
ChangeSet 1.1938.446.36, 2004/12/17 15:40:33-08:00, [EMAIL PROTECTED]
[PATCH] Re: garmin gps driver patch 0.23
From: Hermann Kneissel <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/Kconfig | 13
drivers/usb/serial/Makefile |1
driv
ChangeSet 1.1938.446.31, 2004/12/17 11:41:58-08:00, [EMAIL PROTECTED]
[PATCH] USB: EHCI "park" mode disabled
This changes the default initialization of the EHCI "park" mode so
that silicon which supports it (NF2, NF3, ALI, GeneSys, ...) will not
use it unless explicitly told to do so by a (new) m
ChangeSet 1.1938.446.29, 2004/12/17 11:39:40-08:00, [EMAIL PROTECTED]
[PATCH] USB: HCDs and per-device state (16/15)
SL811 changes getting rid of the "hcd_dev" support, using
usb_host_endpoint to hold the QH. This also eliminates the
"sl811h_req" data type. Compile-tested only!
Signed-off-by:
ChangeSet 1.1938.446.32, 2004/12/17 11:42:46-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: unusual_devs: prolific atapi controler
This adds an unusual devices entry for a Prolific ATAPI-6 conmtroller
that needs the FIX_CAPACITY flag.
Signed-off-by: Alex Butcher <[EMAIL PROTECTED]>
Signed-off-by
ChangeSet 1.1938.444.32, 2004/12/22 13:06:36-08:00, [EMAIL PROTECTED]
[PATCH] PCI: add legacy resources to sysfs for pci busses
This patch adds legacy_io and legacy_mem files to the pci_bus class hierarchy
in sysfs. The files can be used (if the platform supports them) to access
legacy I/O port
ChangeSet 1.1938.446.33, 2004/12/17 11:45:25-08:00, [EMAIL PROTECTED]
[PATCH] USB: EHCI periodic schedule tree
This implements an interrupt schedule tree for EHCI; the bug's listed
in bugzilla (http://bugme.osdl.org/show_bug.cgi?id=3374) and affects
the ability to handle certain devices and confi
ChangeSet 1.1938.439.54, 2005/01/07 08:46:29-08:00, [EMAIL PROTECTED]
[PATCH] USB: usb makefile tweaks
Two minor Makefile fixes, catching up to some driver removals.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/Makefile |
ChangeSet 1.2252, 2005/01/07 15:24:29-08:00, [EMAIL PROTECTED]
[PATCH] add feature-removal-schedule.txt documentation
Add Documentation/feature-removal-schedule.txt as a way to notify
everyone when and what is going to be removed.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Document
ChangeSet 1.1938.446.22, 2004/12/15 16:35:26-08:00, [EMAIL PROTECTED]
[PATCH] USB: remove some now-unused HCD infrastructure (10/15)
This removes the code supporting usb_device->hcpriv allocation/deallocation,
and hcd_dev-dev_list, from usbcore and the HCDs.
Signed-off-by: David Brownell <[EMAIL
ChangeSet 1.1938.439.51, 2005/01/06 17:29:21-08:00, [EMAIL PROTECTED]
[PATCH] USB: another workaround for cdc-acm
there are a lot of buggy modems.
Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/class/cdc-acm.c | 15 +++
ChangeSet 1.1938.439.47, 2005/01/06 16:39:32-08:00, [EMAIL PROTECTED]
[PATCH] fix oops when reading resourceN files in sysfs
On Thursday, January 6, 2005 12:25 pm, Jesse Barnes wrote:
> [Sorry about the bogus reply, I don't have the original message.]
>
> That shouldn't happen. Maybe you were ru
ChangeSet 1.1938.444.19, 2004/12/21 10:36:20-08:00, [EMAIL PROTECTED]
[PATCH] module sysfs: expand module_attribute methods
Modify module_attribute show/store methods to accept self
argument to enable further extensions.
Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by
ChangeSet 1.1938.446.11, 2004/12/15 16:01:23-08:00, [EMAIL PROTECTED]
[PATCH] usb-serial: add tty_hangup on disconnect
When a USB serial device is disconnected, user applications performing a
read() now receive an error code, rather than waiting indefinitely. The
included patch is originally from
ChangeSet 1.1938.446.23, 2004/12/15 16:35:49-08:00, [EMAIL PROTECTED]
[PATCH] USB: maintain usb_host_endpoint.urb_list (11/15)
This patch changes the HCD glue code to use the URB queue now kept in
usb_host_endpoint, and matching HCD API changes.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
ChangeSet 1.1938.446.38, 2004/12/17 16:11:38-08:00, [EMAIL PROTECTED]
[PATCH] Clean mct_u232 in 2.6.10-rc2
I would like to clean up mct_u232 a little bit, although primarily to make
my fixes to 2.4 branch look better. The attached patch does this:
- zeroes whole private structure
- zaps danglin
ChangeSet 1.1938.446.37, 2004/12/17 15:41:32-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix up some sparse warnings in the new garmin_gps driver
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/garmin_gps.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
ChangeSet 1.1938.446.43, 2004/12/20 14:19:38-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [4/13]
This patch alters the UHCI driver, removing the routine that allocates the
hcd structure and introducing inline functions to convert safely between
the public and pri
ChangeSet 1.1938.446.19, 2004/12/15 16:34:18-08:00, [EMAIL PROTECTED]
[PATCH] USB: EHCI HCD and usb_dev->epmaxpacket (7/15)
Makes EHCI stop referencing the udev->epmaxpacket[] arrays.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drive
ChangeSet 1.1938.446.35, 2004/12/17 15:39:44-08:00, [EMAIL PROTECTED]
[PATCH] USB: dummy_hcd: update to match the new endpoint changes
Here's the patch to make dummy_hcd build properly once again. I did some
quick light testing to make sure that it still works too. The patch takes
the easy way
ChangeSet 1.1938.446.12, 2004/12/15 16:01:46-08:00, [EMAIL PROTECTED]
[PATCH] ftdi_sio: Add sysfs attributes for event character and latency
Setting the event character and latency timer can greatly improve
performance for some applications which use the ftdi_sio module (a
serial->USB converter).
ChangeSet 1.1938.446.48, 2004/12/20 15:01:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: Hub driver cleanups [12/13]
This patch does a little cleanup of the hub driver, nothing dramatic
(although it is long because it touches a lot of code). The main feature
is that the private hub structure is passed
ChangeSet 1.1938.446.49, 2004/12/20 15:01:26-08:00, [EMAIL PROTECTED]
[PATCH] USB: Another hub driver cleanup [13/13]
This patch does some more cleaning up of the hub driver. The idea is to
use 1-based port numbers everywhere, in accordance with the usage of the
USB spec, the values stored in US
ChangeSet 1.1938.446.44, 2004/12/20 14:20:07-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [5/13]
This patch alters the non-PCI OHCI drivers, removing the routines that
allocate the hcd structures and introducing inline functions to convert
safely between the publ
ChangeSet 1.1938.439.43, 2004/12/22 15:48:48-08:00, [EMAIL PROTECTED]
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
into kroah.com:/home/greg/linux/BK/usb-2.6
MAINTAINERS |6 ++
drivers/usb/core/devio.c| 13 ++---
drivers/usb/host/ehci-hub.c | 12 ++--
ChangeSet 1.1938.444.11, 2004/12/17 15:12:52-08:00, [EMAIL PROTECTED]
[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.
* Andrew Morton ([EMAIL PROTECTED]) wrote:
> That's all well and good, but sysfs_new_dirent() should be using a
> standalone slab cache for allocating sysfs_d
ChangeSet 1.1938.444.5, 2004/12/15 11:15:47-08:00, [EMAIL PROTECTED]
[PATCH] misc: remove miscdevice.h from pci hotplug drivers as they do not need
it.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/pci/hotplug/pciehp_core.c |1 -
drivers/pci/hotplug/shpchp_core.c |1 -
ChangeSet 1.1938.444.30, 2004/12/21 22:43:19-08:00, [EMAIL PROTECTED]
debugfs: add /sys/kernel/debug mount point for people to mount debugfs on.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
fs/debugfs/inode.c | 15 ++-
1 files changed, 14 insertions(+), 1 deletion(-)
d
ChangeSet 1.1938.439.45, 2005/01/06 16:38:08-08:00, [EMAIL PROTECTED]
[PATCH] debugfs-typo-fix
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
include/linux/debugfs.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/
ChangeSet 1.1938.444.24, 2004/12/21 11:20:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: additional device id for kaweth driver
thanks to Magnus an additional device id.
Signed-Off-By: Oliver Neukum <[EMAIL PROTECTED]>
drivers/usb/net/kaweth.c |1 +
1 files changed, 1 insertion(+)
diff -Nru a
ChangeSet 1.1938.444.29, 2004/12/21 22:40:34-08:00, [EMAIL PROTECTED]
sysfs: export the /sys/kernel subsystem for people to use.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
include/linux/kobject.h |2 ++
kernel/ksysfs.c |3 ++-
2 files changed, 4 insertions(+), 1 dele
ChangeSet 1.1938.439.53, 2005/01/07 08:45:52-08:00, [EMAIL PROTECTED]
[PATCH] USB: definitions for USB2 debug device, debug port
This provides basic definitions to support "USB2 Debug Devices", as
supported by certain EHCI root hub ports (from ALI, Intel, NVidia, and
other vendors). Docs are ava
ChangeSet 1.1938.444.14, 2004/12/20 16:17:10-08:00, [EMAIL PROTECTED]
USB: change wTotalLength field in struct usb_config_descriptor to be __le16
Another step in the quest to get all USB data structures to be native
endian.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
arch/mips/au100
ChangeSet 1.1938.444.18, 2004/12/21 10:36:03-08:00, [EMAIL PROTECTED]
[PATCH] module sysfs: make module.mkobj inline
Make module.mkobj inline. As this is simpler and what's
usually done with kobjs when it's representing an entity.
Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
Signed-off
ChangeSet 1.1938.439.49, 2005/01/06 17:28:25-08:00, [EMAIL PROTECTED]
[PATCH] Driver Core: handle bridged platform bus segments
During setup to access platform bus segments through bridges, the current
platform_device_register() ignores the resource parent specified by the
bridge. That means it'
ChangeSet 1.1938.444.20, 2004/12/21 10:36:35-08:00, [EMAIL PROTECTED]
[PATCH] module sysfs: sections attr reimplemented using attr group
Reimplement section attributes using attribute group. This
makes more sense, for, while they reside in a separate
subdirectory, they be
ChangeSet 1.1938.446.4, 2004/12/15 14:13:33-08:00, [EMAIL PROTECTED]
[PATCH] USB: fix sparse and compiler warnings in ti_usb_3410_5052.c
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/ti_usb_3410_5052.c | 22 +++---
1 files changed, 11 insertions(+),
ChangeSet 1.1938.446.7, 2004/12/15 14:47:29-08:00, [EMAIL PROTECTED]
USB: delete the tiglusb driver as it's not needed
You can use a userspace program and libusb instead. The author asked for
this driver to be removed because of this.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
dri
ChangeSet 1.1938.439.52, 2005/01/07 08:45:22-08:00, [EMAIL PROTECTED]
[PATCH] USB: minor usb doc/comment fixes
Some minor doc/comment fixes for USB.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/gadget/epautoconf.c |3 +
ChangeSet 1.1938.439.44, 2004/12/22 23:31:52-08:00, [EMAIL PROTECTED]
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
into kroah.com:/home/greg/linux/BK/usb-2.6
drivers/usb/atm/usb_atm.c| 17 -
drivers/usb/serial/keyspan.c | 12 ++--
2 files changed, 6 insertions(+
ChangeSet 1.1938.444.28, 2004/12/21 16:51:39-08:00, [EMAIL PROTECTED]
[PATCH] driver core: allow struct bin_attributes in class devices
This small patch adds routines to create and remove bin_attribute files
for class devices. One intended use is for binary files corresponding to
PCI busses, lik
ChangeSet 1.1938.446.20, 2004/12/15 16:34:41-08:00, [EMAIL PROTECTED]
[PATCH] USB: usbtest and usb_dev->epmaxpacket (8/15)
Makes usbtest stop referencing the udev->epmaxpacket[] arrays.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
dri
ChangeSet 1.1938.446.28, 2004/12/16 14:39:21-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: unusual_devs: prolific atapi controler
This adds an unusual devices entry for a Prolific ATAPI-6 conmtroller
that needs the FIX_CAPACITY flag.
Signed-off-by: Alex Butcher <[EMAIL PROTECTED]>
Signed-off-by
ChangeSet 1.1938.446.17, 2004/12/15 16:33:30-08:00, [EMAIL PROTECTED]
[PATCH] USB: auerswald and usb_dev->ep[] (5/15)
Update the auerswald driver to stop using the now-vanished
usb_epnum_to_ep_desc() function.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[
ChangeSet 1.1938.444.33, 2004/12/22 13:50:21-08:00, [EMAIL PROTECTED]
[PATCH] driver core: Fix up vesafb failure probing.
bus.c file invokes a probe callback for most devices in a list, then checks
for -ENODEV return ("no such device"), if so it remains silent. However, some
drivers (including ve
ChangeSet 1.1938.444.16, 2004/12/20 17:25:07-08:00, [EMAIL PROTECTED]
USB Gadget: fix up simple sparse warnings (NULL stuff) in dummy_hcd.c driver
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/gadget/dummy_hcd.c | 26 +-
1 files changed, 13 inserti
ChangeSet 1.1938.439.56, 2005/01/07 10:29:46-08:00, [EMAIL PROTECTED]
[PATCH] USB: ehci "hc died" on startup (chip bug workaround)
This fixes OSDL bugid #3056 for at least some users, where the EHCI
driver gets a "fatal error" IRQ on startup ... only on certain boards,
starting with the 2.6.6 or
ChangeSet 1.1938.446.10, 2004/12/15 15:12:10-08:00, [EMAIL PROTECTED]
[PATCH] USB Storage: Remove old XLATE-only entries from unusual_devs.h
This patch removes all entries from unusual_devs.h that appear to have
only been there for the MODE_XLATE flag which was removed in my previous
patch.
Sig
ChangeSet 1.1938.446.21, 2004/12/15 16:35:03-08:00, [EMAIL PROTECTED]
[PATCH] USB: HCD/usb_bus interface cleanup (9/15)
This changes the usbcore interfaces provided to HCDs:
- Remove usb_device->hcpriv and it allocation/deallocation hooks
- Replace struct hcd_dev with more appropriate per-e
ChangeSet 1.1938.444.7, 2004/12/16 13:19:24-08:00, [EMAIL PROTECTED]
USB: convert uhci-hcd driver to use debugfs.
Look, we saved 24 lines of code...
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/host/uhci-debug.c | 36 +++--
drivers/usb/host/uhci-hcd.
ChangeSet 1.1938.446.40, 2004/12/20 14:17:44-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [1/13]
This patch changes the usbcore routines, making them fully responsible for
the entire lifecycle of each usb_hcd. It also splits up registration of
the USB host class
ChangeSet 1.1938.446.39, 2004/12/20 10:37:42-08:00, [EMAIL PROTECTED]
USB: change warning level in ftdi_sio driver of a debug message.
This keeps users happy as it really isn't an error.
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
drivers/usb/serial/ftdi_sio.c |2 +-
1 files cha
ChangeSet 1.1938.446.42, 2004/12/20 14:19:05-08:00, [EMAIL PROTECTED]
[PATCH] USB: Create usb_hcd structures within usbcore [3/13]
This patch alters the OHCI driver, removing the routine that allocates the
hcd structure and introducing inline functions to convert safely between
the public and pri
ChangeSet 1.1938.444.1, 2004/12/15 10:48:19-08:00, [EMAIL PROTECTED]
[PATCH] add class_device to miscdevice
Currently misc_register() throws away the return from
class_simple_device_add(). This makes it impossible to get to the
class_device of the directories in /sys/class/misc and, for example,
ChangeSet 1.2251, 2005/01/07 15:19:51-08:00, [EMAIL PROTECTED]
Fix up udev url in Documentation/Changes file
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Documentation/Changes | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff -Nru a/Documentation/Changes b/Doc
If a command times out, we resubmit a retry. Some devices, however, buffer
everything we send and then eventually reply to a command we have timed out
already. We receive a bad tag, send a new command, device replies to the
one sent before, and so on without end.
The fix is to flush pending replie
On Fri, 7 Jan 2005, David Brownell wrote:
> > > Given that the UHCI LEGSUP register changed (a BIOS thing), I think
> > > the first thing to try is making the UHCI driver get the port back
> > > from the BIOS. It's very possible that changing that UHCI register
> > > will automatically restore th
On Sat, 8 Jan 2005, Srihari Vijayaraghavan wrote:
> Alan,
>
> I have made a couple of observations:
> 1. While it is still easy to trigger this bug without USB Storage Debug
> Option
> in vanilla 2.6.10, I cannot reproduce the bug with debug option. Perhaps it
> changes some timings.
Certainl
1 - 100 of 138 matches
Mail list logo