ChangeSet 1.1340, 2003/10/09 10:30:10-07:00, adobriyan@mail.ru [PATCH] USB: Fix two typos in drivers/usb/README drivers/usb/README | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/README b/drivers/usb/README --- a/drivers/usb/README Fri Oct 10 16:02:48 2003 +++ b/drivers/usb/README Fri Oct 10 16:02:48 2003 @@ -8,7 +8,7 @@ includes UHCI, OHCI, EHCI, and any others that might be created in the future. -device/ - This is for all of the USB device controller drivers. +gadget/ - This is for all of the USB device controller drivers. Individual USB driver directories. A new driver should be added to the @@ -16,7 +16,7 @@ image/ - This is for still image drivers, like scanners or digital cameras. -input/ - This if for any driver that uses the input subsystem, +input/ - This is for any driver that uses the input subsystem, like keyboard, mice, touchscreens, tablets, etc. media/ - This is for multimedia drivers, like video cameras, radios, and any other drivers that talk to the v4l @@ -29,5 +29,3 @@ of USB Class specified devices. misc/ - This is for all USB device drivers that do not fit into any of the above categories. - -