]> git.neil.brown.name Git - history.git/commit
[PATCH] USB: Patch for Clie TH55 Support in visor kernel module
authorMartin Lubich <martin.lubich@gmx.at>
Wed, 14 Apr 2004 03:04:33 +0000 (20:04 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 14 Apr 2004 03:04:33 +0000 (20:04 -0700)
commitb5579ca5586f6c4e0807b3669abb49e7b9512d6f
treeb3b4088d26774db94ee9da7e6ce1d7a13333642e
parent0df15e3b33e01f0757b162475f75b22cdfaea8b1
[PATCH] USB: Patch for Clie TH55 Support in visor kernel module

I just want to explain the changes I've made, since I tried to adhere to the
more organized structure in the 2.6 visor module to incorporate my changes.

I didn't want to pollute this with some ugly hack.

I created a new device id table with name clie_id_5_table to cleanly separate
the UX50/TH55 from the rest.

Along with this I added a new usb_serial_device_type which is essentially a
copy of handspring_device but has its own attach function.

This new attach function ( clie_5_attach ) will do the actual magic.

I think it is justified to introduce a new type ( which I called clie_5 )
since I suspect that Sony is intentionally changing the interface spec ( As
it has done so in the past ). I dare to predict that we will see more clie
devices coming this year which will require this new attachment procedure. At
the moment I am only aware of the UX50 and TH55 to implement that weird
configuration.
drivers/usb/serial/visor.c