diff options
author | Arthur Huillet <arthur.huillet@agoctrl.org> | 2005-04-22 15:06:59 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-22 15:06:59 -0700 |
commit | 36045fb77cb8b4043063ea54067907a1afd317b4 (patch) | |
tree | f997f900af829aeb155ee74fe7b187bd9c7cbce1 /drivers/usb/serial/Makefile | |
parent | 35f4a0c4416b4fd789f94328dc5940e79e1507b0 (diff) |
[PATCH] USB: add HP49G+ Calculator USB Serial support
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r-- | drivers/usb/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile index 351b81855b1..b0aac47d195 100644 --- a/drivers/usb/serial/Makefile +++ b/drivers/usb/serial/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_USB_SERIAL_EDGEPORT_TI) += io_ti.o obj-$(CONFIG_USB_SERIAL_EMPEG) += empeg.o obj-$(CONFIG_USB_SERIAL_FTDI_SIO) += ftdi_sio.o obj-$(CONFIG_USB_SERIAL_GARMIN) += garmin_gps.o +obj-$(CONFIG_USB_SERIAL_HP4X) += hp4x.o obj-$(CONFIG_USB_SERIAL_IPAQ) += ipaq.o obj-$(CONFIG_USB_SERIAL_IPW) += ipw.o obj-$(CONFIG_USB_SERIAL_IR) += ir-usb.o |