diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:40:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:40:57 -0400 |
commit | 37b05b17985ecc43a33e2a8cbdaa220115de4703 (patch) | |
tree | 8213bf790182711677018ed322a9ccf61470242e /drivers/usb/misc/Kconfig | |
parent | ce1d5b23a8d1e19866ab82bdec0dc41fde5273d8 (diff) | |
parent | 4953d141dc5db748475001cfbfdcc42e66cf900e (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (120 commits)
usb: don't update devnum for wusb devices
wusb: make ep0_reinit available for modules
wusb: devices dont use a set address
wusb: teach choose_address() about wireless devices
wusb: add link wusb-usb device
wusb: add authenticathed bit to usb_dev
USB: remove unnecessary type casting of urb->context
usb serial: more fixes and groundwork for tty changes
USB: replace remaining __FUNCTION__ occurrences
USB: usbfs: export the URB_NO_INTERRUPT flag to userspace
USB: fix compile problems in ehci-hcd
USB: ehci: qh_completions cleanup and bugfix
USB: cdc-acm: signedness fix
USB: add documentation about callbacks
USB: don't explicitly reenable root-hub status interrupts
USB: OHCI: turn off RD when remote wakeup is disabled
USB: HCDs use the do_remote_wakeup flag
USB: g_file_storage: ignore bulk-out data after invalid CBW
USB: serial: remove endpoints setting checks from core and header
USB: serial: remove unneeded number endpoints settings
...
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 9c7eb6144d02..a53db1d4e07a 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -33,8 +33,8 @@ config USB_EMI26 | |||
33 | module will be called emi26. | 33 | module will be called emi26. |
34 | 34 | ||
35 | config USB_ADUTUX | 35 | config USB_ADUTUX |
36 | tristate "ADU devices from Ontrak Control Systems (EXPERIMENTAL)" | 36 | tristate "ADU devices from Ontrak Control Systems" |
37 | depends on USB && EXPERIMENTAL | 37 | depends on USB |
38 | help | 38 | help |
39 | Say Y if you want to use an ADU device from Ontrak Control | 39 | Say Y if you want to use an ADU device from Ontrak Control |
40 | Systems. | 40 | Systems. |
@@ -43,8 +43,8 @@ config USB_ADUTUX | |||
43 | will be called adutux. | 43 | will be called adutux. |
44 | 44 | ||
45 | config USB_AUERSWALD | 45 | config USB_AUERSWALD |
46 | tristate "USB Auerswald ISDN support (EXPERIMENTAL)" | 46 | tristate "USB Auerswald ISDN support" |
47 | depends on USB && EXPERIMENTAL | 47 | depends on USB |
48 | help | 48 | help |
49 | Say Y here if you want to connect an Auerswald USB ISDN Device | 49 | Say Y here if you want to connect an Auerswald USB ISDN Device |
50 | to your computer's USB port. | 50 | to your computer's USB port. |
@@ -53,8 +53,8 @@ config USB_AUERSWALD | |||
53 | module will be called auerswald. | 53 | module will be called auerswald. |
54 | 54 | ||
55 | config USB_RIO500 | 55 | config USB_RIO500 |
56 | tristate "USB Diamond Rio500 support (EXPERIMENTAL)" | 56 | tristate "USB Diamond Rio500 support" |
57 | depends on USB && EXPERIMENTAL | 57 | depends on USB |
58 | help | 58 | help |
59 | Say Y here if you want to connect a USB Rio500 mp3 player to your | 59 | Say Y here if you want to connect a USB Rio500 mp3 player to your |
60 | computer's USB port. Please read <file:Documentation/usb/rio.txt> | 60 | computer's USB port. Please read <file:Documentation/usb/rio.txt> |
@@ -64,8 +64,8 @@ config USB_RIO500 | |||
64 | module will be called rio500. | 64 | module will be called rio500. |
65 | 65 | ||
66 | config USB_LEGOTOWER | 66 | config USB_LEGOTOWER |
67 | tristate "USB Lego Infrared Tower support (EXPERIMENTAL)" | 67 | tristate "USB Lego Infrared Tower support" |
68 | depends on USB && EXPERIMENTAL | 68 | depends on USB |
69 | help | 69 | help |
70 | Say Y here if you want to connect a USB Lego Infrared Tower to your | 70 | Say Y here if you want to connect a USB Lego Infrared Tower to your |
71 | computer's USB port. | 71 | computer's USB port. |
@@ -259,8 +259,8 @@ config USB_IOWARRIOR | |||
259 | module will be called iowarrior. | 259 | module will be called iowarrior. |
260 | 260 | ||
261 | config USB_TEST | 261 | config USB_TEST |
262 | tristate "USB testing driver (DEVELOPMENT)" | 262 | tristate "USB testing driver" |
263 | depends on USB && USB_DEVICEFS && EXPERIMENTAL | 263 | depends on USB && USB_DEVICEFS |
264 | help | 264 | help |
265 | This driver is for testing host controller software. It is used | 265 | This driver is for testing host controller software. It is used |
266 | with specialized device firmware for regression and stress testing, | 266 | with specialized device firmware for regression and stress testing, |